Open nsarafianos opened 6 years ago
Hi, @nsarafianos , Yes, we use both "train" and "val" splits of WIDER dataset for training, and then test on "test" split. I also need to clarify that, in our provided training scripts the images in "**_val_imglist.txt" are randomly sampled from "test" split. This small portion of data is only used for viewing model status, but not for training.
Thanks a lot for providing the code. I'm re-implementing your code on MXNet and I noticed that in the provided training scripts for the WIDER dataset you train on both the training and validation sets (with fixed steps for reducing the learning rate) and then test separately on testing so I'd like to ask you to make sure that this is the case.
Thank you