GFS-Seg
GFS-Seg copied to clipboard
Dataset preparation instructions are needed.
Hello, great work! I find that many txt files like "train_contain_crowd_data_list.txt" and "voc2012/list/val.txt" are hard to find. I suggest that the dataset preparation instructions are needed.
raise (RuntimeError("Image list file do not exist: " + data_list + "\n"))
RuntimeError: Image list file do not exist: /home/zhuotaotian/smtxlun2/dataset/voc2012/list/val.txt
Though the readme file says "The preparation of COCO 2014 follows PFENet.". In fact, PFENet also does not well introduces the source or the generation process of all txt files. Could you please provide these txt files and show the dataset structures? If you do so, this repo will become easier to follow for new researchers.
Hi! Thanks for your suggestion. We will further elaborate on the details regarding the data preparation process in the recent update.
Thank you again!
Best, Zhuotao
Hi how did you able to find the train_contain_crowd_data_list.txt file? I am not able to find/generate the txt file
@VH12138 Hi, you may need to follow README.md to use the script to get the processed images.
Then, you need to generate a data list file named train_contain_crowd_data_list.txt by following the format mentioned in README.md.
Hi,When can you elaborate on the details regarding the data preparation process?
Hello, great work! I find that many txt files like "train_contain_crowd_data_list.txt" and "voc2012/list/val.txt" are hard to find. I suggest that the dataset preparation instructions are needed.
raise (RuntimeError("Image list file do not exist: " + data_list + "\n")) RuntimeError: Image list file do not exist: /home/zhuotaotian/smtxlun2/dataset/voc2012/list/val.txt
can you give me voc2012 train.txt and val.txt ,thank you.