shamangary / FSA-Net

[CVPR19] FSA-Net: Learning Fine-Grained Structure Aggregation for Head Pose Estimation from a Single Image
Apache License 2.0
607 stars 153 forks source link

Question about shuffled data #48

Open Maxwell2017 opened 4 years ago

Maxwell2017 commented 4 years ago

Hi shamangary,When I reproduced your code, I found that np.random.shuffle () was found in line 198 of training_and_testing / FSANET_fine_train.py, which would cause the training data for each training session to be inconsistent. I think the training data should be determined in advance and shouldn't shuffle the data in the training code. How do you like it? https://github.com/shamangary/FSA-Net/blob/3dc37c0bb9dab3875a7386b5a9caa261d35a251d/training_and_testing/FSANET_fine_train.py#L198