Tushar-N / pytorch-resnet3d

I3D Nonlocal ResNets in Pytorch
245 stars 39 forks source link

10-crops I3D feature extraction #17

Closed DungVo1507 closed 2 years ago

DungVo1507 commented 3 years ago

Hi @Tushar-N Can you show me in detail how you 10-crops argumentation from an input video? Something like converting the video to a frame, then 10-crops argumentation,... Sorry, I'm new in this field so I'm still having a lot of trouble. Thank you very much!

ro1406 commented 2 years ago

Hi @DungVo1507, did you manage to figure out how to do 10crop augmentation from the features extracted? If so, could you let me know too? Thanks :)

DungVo1507 commented 2 years ago

@ro1406, all you need is here

wzy1845 commented 1 year ago

@ro1406, all you need is here

Thank you for your code! I ran the code very smoothly, but it did not achieve the expected effect after the run of feature extraction using this repo. The result of the SH dataset was only less than 70%. My reproduction steps are as follows:

1.Use your code to extract i3D features 2.Run Make_list_SH.py in RTFM 3.Train and test RTFM Are there any steps I miss? thank you for your time