FangyunWei / SLRT

249 stars 52 forks source link

Unable to extract all the features of the full How2Sign dataset when using CiCo #53

Open fuqifan opened 6 months ago

fuqifan commented 6 months ago

Hi, many thanks for your excellent work, and I am very interested in it. I couldn't extract all the features of the full How2Sign dataset when using CiCo. Specifically, the previous steps worked fine, but when I executed " cd I3D_feature_extractor python get_features.py" according to "https://github.com/FangyunWei/SLRT/tree/main/CiCo#quick-start-for-clcl-training", I could only extract features from 122 and 147 videos in the training and test sets respectively, which is much less than the total number of videos. However, running "python get_features.py" does not report an error, as if it had stopped normally. What can I do to solve this problem?