qiaoguan / Person-reid-GAN-pytorch

A Pytorch Implementation of "Unlabeled Samples Generated by GAN Improve the Person Re-identification Baseline in vitro"(ICCV17)
158 stars 49 forks source link

train dcgan-tensorflow question #23

Open Vincy-L opened 5 years ago

Vincy-L commented 5 years ago

sorry to disturb you.but there is a question when i try to generate pictures in DCGAN-tensorflow. i run main.py,then it throws a n error"list index out of range" i really need your help , thank you! Screenshot from 2019-04-28 22-07-54

yunhyuck commented 5 years ago

I had the same problem. That means the file path was wrong.

yunhyuck commented 5 years ago

Create a data folder, and create a market folder in it. Inside the market folder, only *.jpg of bounding_box_train.

wangyue09 commented 2 weeks ago

请问你解决了吗