-
Notifications
You must be signed in to change notification settings - Fork 16
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
The results of instance retrieval #5
Comments
@Baymine Hi, did you fix the problem? I have the same issue. |
Hi, could you please provide more information such as the running environment, training script, and the loss value for convergence. Moreover, did you modify anywhere of the code? Best regards. |
Hi, I also get the same problem... |
There is a simple way to try to solve this. You can use the original repo MMT (https://github.com/yxgeee/MMT), and comment this line. Then, you can add DSU module into the resnet.py and should get similar results. I run without problems in my environment, so if you find any reson to cause it, please kindly let me know. Best regards. |
@freshman97 Hi, did you fix the problem? I have the same issue. |
You can try the above solution. |
Nope. After commenting on that line it seems we still have the decreasing mAP problem. But you can try the implementation setup of MixStyle and add the DSU module. |
Hi, thanks for sharing your code.
I run instance retrieval on my machine. On the first test, the mAP is 24.9%. But in the following test, the mAP gradually decreased. On the last test, the mAP is only 1.2%.
Do you have any ideas about why this phenomenon happened? Thank you very much!
The text was updated successfully, but these errors were encountered: