Thanks for sharing your code!
I have read some of source code. I am confused about your split of train/val/test sets.
In the Caltech train_val.prototxt , training set is set00-05, the validation set is this
As shown in the figure, in the mscnn_window_file_caltech_test.txt , the validation images are from set06-10.
So your testing set is the same as your validation set??
I wonder whether you have upload the wrong validation sets or I have a misunderstanding about Caltech pedestrian datasets.
Hope for your reply.
Since the ground truth for Caltech testing set is available, we do not split the training set into train/val sets here. This follows other works on VOC2007 dataset. You can split the train/val sets by yourself.
Thanks for sharing your code! I have read some of source code. I am confused about your split of train/val/test sets. In the Caltech train_val.prototxt , training set is set00-05, the validation set is this As shown in the figure, in the mscnn_window_file_caltech_test.txt , the validation images are from set06-10. So your testing set is the same as your validation set?? I wonder whether you have upload the wrong validation sets or I have a misunderstanding about Caltech pedestrian datasets. Hope for your reply.