abeardear / pytorch-YOLO-v1

an experiment for yolo-v1, including training and testing.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Can't find the listfile.txt

jianhome opened this issue · comments

excuse me, In the yolodataset have a string variable tmp_file is '/tmp/listfile.txt'.
could you teach me how to use it? thanks.

hi, have you solved it yet? I ran into the same problem.

I combined those two txt file 'voc2007.txt' and 'voc2012.txt' into 'tmp/listfile.txt' and fixed it.

hi, have you solved it yet? I ran into the same problem.

I combined those two txt file 'voc2007.txt' and 'voc2012.txt' into 'tmp/listfile.txt' and fixed it.

hi, have you solved it yet? I ran into the same problem.

oh, thank you very much!

Presumably creating a folder"tmp" and an empty file"tmp/listfile.txt" would solve the problem.