BeautyPredict icon indicating copy to clipboard operation
BeautyPredict copied to clipboard

Training Dataset Generation is faulty

Open aniquetahir opened this issue 3 years ago • 0 comments

In prepare_data.py I found the following code:

train_lable_distribution.append([pre_vote_image_name, en_im_path, ld])

Here pre_vote_image_name and ld are not changed inside the loop. So its essentially adding the same thing over and over again in the training data but the enhanced image is different.

aniquetahir avatar Jul 09 '20 07:07 aniquetahir