LuoweiZhou / ProcNets-YouCook2

Source code for paper "Towards Automatic Learning of Procedures from Web Instructional Videos"
MIT License
34 stars 12 forks source link

Frame number > 500 in the annotation json #2

Closed sairin1202 closed 5 years ago

sairin1202 commented 5 years ago

I found that In the YouCook2 dataset, in the annotation, some of the segment is over 500. Such as {"segment": [512, 586], "id": 11, "sentence": "grill and rotate the skewers"} However, the video feature contains only 500 frames. How to deal with these training data?