-
Notifications
You must be signed in to change notification settings - Fork 21
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
doubt about image classifition(V2) code #14
Comments
Hi, @Jenny970,
|
Does this mean that the code for the image classification part is not in the released code? |
Yes. I have not released yet. That's no problem. I will remove my other tentative experiments on that code and share it with you privately tonight. |
I have shared it with you via github. I do not test it and it includes some messy codes. But, I am sure it includes the codes for batchformerv2. Regards, |
ok, I have received it ! |
Hello, can you also give me a complete code for image classification? I would like to reproduce the result, thank you so much! |
@RooKichenn, I have shared the code with you. Besides, I also share the code for SAM-DETR with you (@Jenny970 @RooKichenn). Those codes are actually cleaner. The code for classification is messy because I have changed a lot to balance the mix precision and the nan issue. For the code on MAE, I also release it with a unique repository: https://github.com/zhihou7/mae_bf/. For those repositories, the code is clean. Feel free to ask if you have further questions. |
I really appreciate it and thank you for your sharing. I am reading your paper on BatchFormerV2 and would like to reproduce your method and use it in remote sensing image classification, but I haven't found the exact implementation of BatchFormer yet. I will probably have a new understanding after I finish reading the V2 paper. I am currently in my third year of university, so I would appreciate your advice on anything I don't understand about this paper. |
You are welcome. For image classification, it is better to use batchormerv1, which demonstrates the effectiveness of scarcity tasks. You can use this file (The code is very clean) to get the idea of implementation.
If you use batchformerv2, you can also insert it into the last layer. |
Thank you so much! |
I found the two parameters bboxembed and class_embed of DeformableTransformerDecoder are not set.Can you give me the complete code of DeformableTransformerDecoder? Thank you very much! |
Hi! I wonder from which piece of code this result was derived.
The text was updated successfully, but these errors were encountered: