-
Notifications
You must be signed in to change notification settings - Fork 216
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
What should I do if I want to train VIPeR #38
Comments
We never tried it on the viper dataset. As far as I recall, since viper only has 2 images per person, the whole idea behind our PK batches is a little irrelevant. Additionally since it is a tiny dataset we did not consider it. I assume it is trivial for a resnet-50 to completely fit the training set without any real generalization capabilities. If you really really need results on viper, I would train on Market-1501 and then fine-tune on viper. But you should most definitely adjust the training schedule since the dataset is a lot smaller and 25k iterations for 200 images would be an overkill. In my honest opinion, the results on VIPER are not very relevant anymore. The only way I would use the dataset would be to evaluate the generalization of an approach. |
Yup, and in addition, please do not simply ignore this line of the README: 💥 🔥 ❗ If you train on a very different dataset, don't forget to tune the learning-rate ❗ 🔥 💥 Actually, I'll amend it to add that also the schedule is just as important. We have never tried VIPeR ourselves and as @Pandoro says are not too interested in it, but if anybody else had success with it, they are welcome to share their experiences. |
@dayby @lucasb-eyer Hello, can you provide a weight model for pre-training? Thank you! |
@ss199302 as I told you in the other issue, everything is in the ReadMe. We use the original tf slim pretrained model which you can download from their github account, the link is in our ReadMe. Also our already trained model for Market-1501 is linked in the ReadMe. Please do not post this under unrelated issues. In the future I will see myself forced to delete this comments to keep issues on topic. |
Hello, I want to train VIPeR, and set the batch-k to 2,but when I test, the top-1 is 25.33%. I want to know did you trained the VIPeR?Thank you
The text was updated successfully, but these errors were encountered: