Skip to content
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

Closed
youngskkim opened this issue Dec 24, 2020 · 9 comments
Closed

FCOS3D support #247

youngskkim opened this issue Dec 24, 2020 · 9 comments
Assignees

Comments

@youngskkim
Copy link

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.

@Tai-Wang
Copy link
Member

Tai-Wang commented Dec 25, 2020

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.

@youngskkim
Copy link
Author

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?
I understand that there will be higher priority lists, and I understand that even if you cannot share it.

Hope you have a nice holiday. Merry Christmas!

@Tai-Wang
Copy link
Member

I am sorry that it may be inconvenient now even though I am willing to share it. Hope you can understand.
Considering your strong interests and maybe also urgent needs from community, I would try my best to push it. Thanks for your patience in advance.

Finally, also the same best wishes to you. Merry Christmas :)

@youngskkim
Copy link
Author

Hi Tai-Wang,
I am trying to implement FCOS and CenterNet on nuscenes dataset but failed to reproduce the desired performance.
Can you kindly share the training hyperparameters of your experiments?
total epoch, learning rate, learning schedule, learning rate decay will be very helpful for me.
Thank you!

@youngskkim youngskkim reopened this Jan 19, 2021
@Tai-Wang
Copy link
Member

Tai-Wang commented Jan 19, 2021

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.

@Tai-Wang Tai-Wang self-assigned this Jan 19, 2021
@youngskkim
Copy link
Author

Thank you for your advice.
I was trying ADAM with a lower learning rate, and will refer to your recommendation.
I will look forward to the code release. Thank you!

@filaPro
Copy link
Contributor

filaPro commented Jan 25, 2021

Hi @Tai-Wang ,
Can you please briefly describe your idea behind aggregating predicted boxes from all 6 cameras? Is it just NMS with 3d IoU or something more specific? Thanks in advance.

@Tai-Wang
Copy link
Member

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.

@vobecant
Copy link

Are there any news regarding releasing the FCOS model trained for 3D detection from RGB images? Thank you.

tpoisonooo pushed a commit to tpoisonooo/mmdetection3d that referenced this issue Sep 5, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants