This repository has been archived on 2022-07-15. You can view files and clone it, but cannot push or open issues or pull requests.
mmp-osp1/docs/project-demo/demo-material/demo.md
Oscar Pocock 01e9656e5c
Some checks failed
ci/woodpecker/push/lint Pipeline failed
ci/woodpecker/push/test Pipeline failed
Final project demo files
2022-05-28 16:34:46 +01:00

1.4 KiB

  1. Show Docker stuff Explain: docker compose build Run: docker compose run autophotographer Run: cd /mmp-osp1 Run: pip install -e .

  2. 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

  3. Show a successful run Run: python src/autophotographer/autophotographer_main.py -i /datasets/Hannah/overcastjuly/melindwr1/* Explain: output from command

  4. Discuss filters

  • Brightness (Upper and lower bounds)
  • Contrast (Upper and lower bounds)
  • Filesize (Lower bounds)
  • Focus (Lower bounds)
    • Laplacian
    • Fast Fourier Transform
  1. Discuss how contrast would be calculated (difference in luminance / min+max)

  2. Automatic threshold calculation Explain: Calculating thresholds from percentiles

  3. 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