-
Notifications
You must be signed in to change notification settings - Fork 228
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
Some questions about the model structure and the reappearance of the results. #39
Comments
Hi @Liu-1994
|
@layumi Thank you for your reply. |
@Liu-1994 I might utilize the pytorch 1.0.0 before the paper submission. |
@layumi Thanks for your reply. |
Hello, thank you very much for providing the implementation code of the DG-Net model.
I encountered some problems during the implementation of the project. I will be honored if you can give me some suggestions.
The difference of the model structure between the provided trained model and the code.
I have successfully evaluated the DG-Net trained model that you provided in the github. However, when I resumed the training from the trained model that you provided, the project reported an error as follow:
I found the extra weights were the non_local layer of the ResBlock. However, after I changed the res_type of the ContentEncoder and Decoder, the weights was still wrong.
The reapperance cannot achieve the expected map.
I evaluated the DG-Net trained model that you provided and got the mAP for 0.8609 when alpha was 0.5. However, when I retrained, I only got the mAP for 0.8466. I had loaded the teacher model and the config was configs/latest.yaml. Is there anything else I did not notice?
By the way, I used the reid_eval/test_2label.py for evaluate.
I will be grateful if you can give me some suggestions. Thank you!
The text was updated successfully, but these errors were encountered: