IBM / action-recognition-pytorch

This is the pytorch implementation of some representative action recognition approaches including I3D, S3D, TSN and TAM.
Apache License 2.0
243 stars 45 forks source link

Some bugs when the video frame start point are not near 0 #13

Open khm159 opened 1 year ago

khm159 commented 1 year ago

Hi, thanks for this fantastic work. There are some bugs if the video start frame is not near 0 (ex: 256, or 515). May be i try to fix...