- NIMA
- TRIQ
- Explainable
- Auto correction
- Detection
- ColorCast
- Preprocessing
- Modeling
# create env from yml file
conda env create -f executable.yml
# activate env
conda activate "enviorment name here"
- Prerequisite: Docker
# Clone this repo
git clone https://github.com/hc07180011/testing-cv.git
cd testing-cv/flicker_detection/flicker_detection
# Build the container
docker build -t flicker_detection_runner .
# Run the container with a specific input data (put it under data/ directory)
docker run --rm -e data=data/test_data.mp4 -v $PWD/data:/app/data -it flicker_detection_runner