Skip to content
Sam Blakeman edited this page Jul 16, 2019 · 11 revisions

Welcome to the air_pollution_estimation wiki!

For downloading OpenCV (from within an anaconda environment): conda install -c menpo opencv

Standard Conventions For Annotating Videos:

  1. Only label things inside the bottom 2/3rds of the image
  2. Use the following labels when creating a CVAT task:
  • vehicle ~checkbox=parked:false ~checkbox=stopped:false @select=type:undefined,car,truck,bus,motorbike,van
  1. Image Quality set to 95
  2. Draw boxes around key frames and let CVAT perform the interpolation
  3. Press the button that looks like an eye to specify when the object is no longer in the image
  4. SAVE WORK before DUMPING

For AWS:

You need to have a credentials file in .aws (root directory). To do this activate your environment and run 'aws configure'. The profile in the credentials file should be called dssg instead of default (use 'nano credentials').

Clone this wiki locally