-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
[CodeCamp2023-511] Add new configuration files for FCOS3D #2679
base: dev-1.x
Are you sure you want to change the base?
Conversation
Codecov ReportPatch coverage is
📢 Thoughts on this report? Let us know!. |
@0zzx0 Fix UT. |
39a08e1
to
ea81e92
Compare
@sunjiahao1999 I have fixed, please review again, thanks. |
Hi @0zzx0, We'd like to express our appreciation for your valuable contributions to the mmdetection3d. Your efforts have significantly aided in enhancing the project's quality. If you're on WeChat, we'd also love for you to join our community there. Just add our assistant using the WeChat ID: openmmlabwx. When sending the friend request, remember to include the remark "mmsig + Github ID". Thanks again for your awesome contribution, and we're excited to have you as part of our community! |
|
||
# optimizer | ||
optim_wrapper.update(dict(optimizer=dict(lr=0.001))) | ||
load_from = 'work_dirs/fcos3d_nus/latest.pth' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this path should be set as None. If user need to modify it, then should add comments.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for your suggestion. This path is because the old config file has this line. I will delete it.
Add new configuration files for FCOS3D.
Based on open-mmlab/OpenMMLabCamp#511
Motivation
MMEngine establishes a renovated configuration infrastructure enabling us to tailor the configuration files according to requirements.
Modification
mmdet3d/configs/fcos3d/