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
244 stars 47 forks source link

invalid urls for trained models #7

Closed rogercmq closed 2 years ago

rogercmq commented 3 years ago

The I3D-R50 checkpoint from https://ibm.ent.box.com/v/SSV2-I3D-ResNet-50-f32 is inception-based, which is not resnet50. Meanwhile, the I3D-R101 url is outdated: https://ibm.ent.box.com/v/SSV2-I3D-ResNet-101-f32.

chunfuchen commented 3 years ago

Thanks for reporting the errors, the links are fixed. Please let me know if you still encounter the issue

rogercmq commented 3 years ago

Thx for your reply! But I still cant get access to the SSV2 checkpoints since I dont have an IBM Box.com account.

chunfuchen commented 3 years ago

@rogercmq sorry for the inconvenience, I just change the permission

UmmeHadi commented 2 years ago

Can you please help me , how to load datasets in this repo? I am a beginner. please provide link of any stepwise instructions if possible.