Closed C-C-Y closed 1 year ago
The MM project series share the same backbone usage. Hence it is not difficult to transfer the segmentation code to detection.
As you asked, I will arrange the release in two weeks.
The MM project series share the same backbone usage. Hence it is not difficult to transfer the segmentation code to detection.
As you asked, I will arrange the release in two weeks.
Thank you very much.
Thank you for your wonderful work! Could you please release the config file for the detection first?
Thank you for your wonderful work! Could you please release the config file for the detection first?
Maybe by next Friday. I cannot guarantee as there are many other things on my hand. But I'm sure the full detection code can be released in two weeks.
Thanks for sharing, looking forward to the full detection code!
The object detection code has been released.
Note that you need to update the environment if you have done setup previously.
Thanks for your effort, I wonder if norm eval can improve performance https://github.com/rayleizhu/BiFormer/blob/8c6f0f7d908e9842d6dd6d11ed87507948d934fc/object_detection/models_mm/biformer_mm.py#L30 Moreover, could you let me know what the bugs are on the normalization layer?
Thanks for your effort, I wonder if norm eval can improve performance
I did not remember how much it helps. You may have a try. If you have a conclusion, please tell me here. By the way, norm_eval=True
is the default choice of mmdetetction:
Moreover, could you let me know what the bugs are on the normalization layer?
See my comments here:
Actually, I do not know if it is this modification that works. There are some other differences (not in my model but functions or environment provided by third parties), as I mentioned in the README.
Thanks for your effort, I wonder if norm eval can improve performance
I did not remember how much it helps. You may have a try. If you have a conclusion, please tell me here. By the way,
norm_eval=True
is the default choice of mmdetetction:Moreover, could you let me know what the bugs are on the normalization layer?
See my comments here:
Actually, I do not know if it is this modification that works. There are some other differences (not in my model but functions or environment provided by third parties), as I mentioned in the README.
Many thanks!
Hello, may I ask when the code for object detection will be released? I look forward to your response. Thank you.