-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
FCOS3D support #247
Comments
Thanks for your interests. Yes, it has been in our plan. Currently we still have some issues related to that baseline to deal with, and there are other items on our list to support with higher priority. So I hope it should be done in February/March. |
Thank you for your quick reply. Is it possible to share the code before you merge it into the master branch even there are some issues? Hope you have a nice holiday. Merry Christmas! |
I am sorry that it may be inconvenient now even though I am willing to share it. Hope you can understand. Finally, also the same best wishes to you. Merry Christmas :) |
Hi Tai-Wang, |
There is nothing special in terms of these training hyperparameters. I just use 12 epochs with mmdet schedule_1x (simliar with this schedule). I think more tricky things are located in many implementation details of the overall framework. I also spent much time tuning and debugging the transferred method. You can compare your implementation with ours after the code release. For now, my suggestion is that you may still need to do some experiments and compare which setting is better in your case. Maybe you can refer to related papers and codes for some inspiration, but in my experience, sometimes different settings work for different cases. |
Thank you for your advice. |
Hi @Tai-Wang , |
For predictions, I just use NMS with 3D IoU to remove redundant predictions appeared in the overlap of adjacent images and get a very limited performance gain. Actually, it is hardly important for inaccurate predictions from my basic experiments, which is different from when aggregating accurate ground truth boxes. |
Are there any news regarding releasing the FCOS model trained for 3D detection from RGB images? Thank you. |
Hi, thank you for sharing a nice repository.
I found the FCOS3D results in nuScenes leaderboard.
When will the FCOS3D baseline be updated?
I would like to know if there is an upcoming schedule.
Thank you.
The text was updated successfully, but these errors were encountered: