-
Notifications
You must be signed in to change notification settings - Fork 2
Home
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:
- Only label things inside the bottom 2/3rds of the image
- Use the following labels when creating a CVAT task:
- vehicle ~checkbox=parked:false ~checkbox=stopped:false @select=type:undefined,car,truck,bus,motorbike,van
- Image Quality set to 95
- Draw boxes around key frames and let CVAT perform the interpolation
- Press the button that looks like an eye to specify when the object is no longer in the image
- 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').