Skip to content

A simple CNN (MobileNet V2) plus weights that can detect the Macbeth ColorChecker board. An application is included.

License

Notifications You must be signed in to change notification settings

spotiris/detect-colorchecker

Repository files navigation

detect-colorchecker

A simple CNN (MobileNet V2) plus weights that can detect the Macbeth ColorChecker board. An application is included.

Installation

  1. Clone this repo.
    git clone https://github.com/spotiris/detect-colorchecker.git
  2. Download most recent weights and model from my Google Drive and put them in the repo directory.
  3. Have some images prepared and open a terminal in the repo directory. See the help:
    python3 detect-colorchecker.py --help
  4. Feed the application detect-colorchecker.py file paths through STDIN, they can be either absolute or relatively referenced. Change
    ls -1 rgb_small_jpg/left/*.jpg |
    CUDA_VISIBLE_DEVICES=0 stdbuf -i0 -o0 python3 detect-colorchecker.py . --batch-size 50

About

A simple CNN (MobileNet V2) plus weights that can detect the Macbeth ColorChecker board. An application is included.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published