1.4 KiB
-
Show Docker stuff Explain: docker compose build Run: docker compose run autophotographer Run: cd /mmp-osp1 Run: pip install -e .
-
Explain missing function load_files() Run: python src/autophotographer/autophotographer_main.py -i /datasets/Hannah/overcastjuly/melindwr1/output.avi Explain: load_files() is never called Explain: No logic for working with 0 compatible files Edit: config file to disable ingore_video Run: python src/autophotographer/autophotographer_main.py -i /datasets/Hannah/overcastjuly/melindwr1/output.avi Explain: Tuple of file formats aren't a comprehensive method Explain: Tries to load videos directly as images Edit: config file to enable ingore_video Explain: why frames are exported seperate to images
-
Show a successful run Run: python src/autophotographer/autophotographer_main.py -i /datasets/Hannah/overcastjuly/melindwr1/* Explain: output from command
-
Discuss filters
- Brightness (Upper and lower bounds)
- Contrast (Upper and lower bounds)
- Filesize (Lower bounds)
- Focus (Lower bounds)
- Laplacian
- Fast Fourier Transform
-
Discuss how contrast would be calculated (difference in luminance / min+max)
-
Automatic threshold calculation Explain: Calculating thresholds from percentiles
-
CNN Performance 7.1 Run: A couple of images through 7.2 Run: Experiment 3 7.3 Run: Experiment 4 7.4 Discuss: Why ratings are exclusively between 5-7
If there's time discuss Terraform