GFS-Seg icon indicating copy to clipboard operation
GFS-Seg copied to clipboard

Dataset preparation instructions are needed.

Open detectRecog opened this issue 3 years ago • 6 comments

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

detectRecog avatar Aug 17 '22 03:08 detectRecog

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.

detectRecog avatar Aug 17 '22 03:08 detectRecog

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

tianzhuotao avatar Aug 26 '22 06:08 tianzhuotao

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 avatar Dec 15 '22 06:12 VH12138

@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.

tianzhuotao avatar Mar 16 '23 12:03 tianzhuotao

Hi,When can you elaborate on the details regarding the data preparation process?

wwei247 avatar Mar 21 '23 07:03 wwei247

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.

WXWlife avatar Sep 12 '23 09:09 WXWlife