Realtime_Multi-Person_Pose_Estimation icon indicating copy to clipboard operation
Realtime_Multi-Person_Pose_Estimation copied to clipboard

Are you using a test set, during training?

Open priyapaul opened this issue 7 years ago • 1 comments

May be it is so silly, I see the following code, where you skip all the validation set. But you add validation images to the training set in getAnno. So it is just to increase the size of your training data ? And why dont you use a test set? Thank you very much in advance!

if (data[idx]['isValidation'] != 0 and validation == 1):
			print '%d/%d skipped' % (count,idx)
			continue

priyapaul avatar May 26 '17 15:05 priyapaul

Yes, we have a small validation set during training. It is different with the COCO val set. For more details, please refer the code in https://github.com/ZheC/Realtime_Multi-Person_Pose_Estimation/blob/master/training/genJSON.m#L36

ZheC avatar Jun 26 '17 23:06 ZheC