arunos728 / MotionSqueeze

Official PyTorch Implementation of MotionSqueeze, ECCV 2020
BSD 2-Clause "Simplified" License
139 stars 16 forks source link

Multiple dimensional mismatches for resnet50 #18

Closed TimandXiyu closed 2 years ago

TimandXiyu commented 2 years ago

It seems that many parameters are hard coded, typicall the channel reduction module's parameters, the currrent repo's parameters setting doesn't seems to be compatible with resnet50 and needs some modifications to work.

Please provide some information as to whether is the code actually outdated and not matched up with the paper. Also, some scripts' naming is so confusing and it takes readers so much time to understand.