Open MyVanitar opened 7 years ago
Did you solve it? I got the same problem with you.
if the path are correct (make sure), then the problem is that the xmls are generated in the Windows and windows uses different mechanism for txt files. you can convert all to the Linux format but now I can not remember its command but you can find in the search easily
Thank you so much for your reply! Yes that’s the reason and I solved it. I generated the txt in windows and they have different mechanisms for \r or \n. In windows and Linux. Thank you again!
Bingo :-) You're welcome
When I run the
create_lmdbdata.sh
, I get two errors related to the.xml
files in train and test folders.it says:
These paths are exist in first lines of
trainval.txt
andtest.txt
. it means the program stuck in the first line.The error comes from the
create_annoset.py
file and it seems it does not recognize.xml
files.It seems it does not have any problem with
.jpg
files.But both paths are correct and files are exist there. Why I get this error?! very strange :-(