imatge-upc / rvos

RVOS: End-to-End Recurrent Network for Video Object Segmentation (CVPR 2019)
https://imatge-upc.github.io/rvos/
Other
277 stars 54 forks source link

How is starting_frame determined? #41

Closed Meryl-Fang closed 3 years ago

Meryl-Fang commented 3 years ago

Hi! Thank you for sharing the code. I was wondering if you'd be kind enough and explain to me/point me to the code on how starting_frame is set.

I was trying to train my own data (the format of which is similar to YoutubeVOS, not all video sequences start from 00000.jpg, some start from 00001.jpg). When I try to train it, I sometimes get FileNotFound error potentially due to this index mixup. But I have a hard time understanding how starting_frame is set when the youtube dataset is made.

Please let me know. Thank you so much for your help.