xiaolonw/TimeCycle

How to generate the 'davis/DAVIS/ImageSets/2017/val.txt' file?

RaphaelRoyerRivard opened this issue · 1 comments

I'm trying to test my trained network on Davis, but the test_davis.py script wants to read the file davis/DAVIS/ImageSets/2017/val.txt which doesn't exist.

I downloaded the dataset manually on the website (https://davischallenge.org/davis2017/code.html) and I got the Annotations, ImageSets and JPEGImages folders, but in the ImageSets/2017 folder, I the only file I got is test-dev.txt.

I can't find any info on how to generate that file. Can someone help me?

Nevermind, using the script data/get_davis.sh from the Github repo (https://github.com/davisvideochallenge/davis-2017) creates the file.