Scalsol / mega.pytorch

Memory Enhanced Global-Local Aggregation for Video Object Detection, CVPR2020
Other
566 stars 115 forks source link

How exactly 'flownet.ckpt' was trained? #83

Open pyCERN opened 3 years ago

pyCERN commented 3 years ago

Hello, I want to know how the pretrained 'flownet.ckpt' model was trained. Was it also trained using flownet.py in mega_core/modeling/backbone with average pooling in forward? Or trained using another method without average pooling? Thanks for the answer!