arunos728 / MotionSqueeze

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

Too many typos in released codes... #2

Closed Phoenix1327 closed 4 years ago

Phoenix1327 commented 4 years ago

https://github.com/arunos728/MotionSqueeze/blob/498d48a73f374180739b44a1db06aceac25f144c/resnet_TSM.py#L170 https://github.com/arunos728/MotionSqueeze/blob/498d48a73f374180739b44a1db06aceac25f144c/resnet_TSM.py#L175 https://github.com/arunos728/MotionSqueeze/blob/498d48a73f374180739b44a1db06aceac25f144c/resnet_TSM.py#L254

Phoenix1327 commented 4 years ago

I think the authors should make sure the codes are correct and the results can be reproduced before you release them.

KimManjin commented 4 years ago

First of all, we feel sorry for the code errors. We fixed the errors that you pointed out, and then we reproduced the top-1 accuracy as 46.0% for MSNet R-18.

Phoenix1327 commented 4 years ago

Thanks for your response and prompt updates.