facebookresearch / SlowFast

PySlowFast: video understanding codebase from FAIR for reproducing state-of-the-art video models.
Apache License 2.0
6.57k stars 1.21k forks source link

What to change if I do not want spatial/temporal cropping? #539

Open garylow2001 opened 2 years ago

garylow2001 commented 2 years ago

I copied the Kinetics pipeline for training,testing and demo. I realised that within the training phase, there is some sort of spatial cropping being done to the input videos which I do not want. My input videos are 32-frames long (15FPS) and I wish to use the whole segment and whole frames(without being cut) to be trained. What do I change such that this can be done?

BonGum commented 1 year ago

Hello, did you find the solution? I aslo do not want to crop the frame.