MichiganCOG / ViP

Video Platform for Action Recognition and Object Detection in Pytorch
MIT License
219 stars 37 forks source link

Random Scale Clip #32

Closed natlouis closed 4 years ago

natlouis commented 5 years ago

Random zoom in or out of frames w/ anchor at center of image. Scaling is bounding by object annotations, so they always remain in view

natlouis commented 5 years ago

Don't review yet. Need to add tests

natlouis commented 4 years ago

Ready to merge. Run datasets/preprocessing_transforms.py to confirm through visualizations

natlouis commented 4 years ago

Confirmation that zoom is unrestricted in absence of object annotations.