-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
[FIX] change data load function. #2585
Conversation
Changed data load function. Dataset parsing was accelerated from about 5 hours to 10 minutes.
Don't quite understand lint problem. |
Please fix lint following this guidance. |
@col14m Thanks for your code for speeding up parsing. Cool! The lint problem is our negligence about another PR check. I have updated this PR. |
Hi @col14m, 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! |
Changed data load function. Dataset parsing has been accelerated from about 5 hours to 10 minutes.
Motivation
Very slow dataset parsing. The proposed changes speed up parsing from about 5 hours to 10 minutes.
Modification
Only two lines.