PRNet icon indicating copy to clipboard operation
PRNet copied to clipboard

a small error in train.py

Open zhuixunforever opened this issue 5 years ago • 3 comments

https://github.com/jnulzl/PRNet/blob/bbdc3c95266aa4ce6379cd343121616244964872/train.py#L39 this should be 'label', instead of 'img', like as: label_array = np.array(label,dtype=np.float32)

by the way, thanks for your train code!

zhuixunforever avatar Mar 14 '19 09:03 zhuixunforever

label_array = np.array(label,dtype=np.float32) can you tell me the datasets where i can get:?

destiny311 avatar Apr 03 '19 10:04 destiny311

@destiny311 I have met the same problem, have you solved it? What is "--train_data_file“

LucienXian avatar Apr 24 '19 15:04 LucienXian

@destiny311 @LucienXian I get the dataset by search "300W-LP" in Google, and you can find the download link of 300W-LP in the web http://www.cbsr.ia.ac.cn/users/xiangyuzhu/projects/3DDFA/main.htm.

I generate groundtruth position map just using generate_posmap_300WLP

zhuixunforever avatar Apr 25 '19 01:04 zhuixunforever