-
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
fix some problem in getting_started.md #269
Conversation
Codecov Report
@@ Coverage Diff @@
## master #269 +/- ##
=======================================
Coverage 49.89% 49.89%
=======================================
Files 172 172
Lines 11571 11571
Branches 1802 1802
=======================================
Hits 5773 5773
Misses 5424 5424
Partials 374 374
Flags with carried forward coverage won't be shown. Click here to find out more. Continue to review full report at Codecov.
|
Great, thanks for your kind contribution. |
* fix bugs for mmcls performance test * fix yapf * add comments of CLASSES attribute
* [Fix] fix bugs for mmcls performance test (open-mmlab#269) * fix bugs for mmcls performance test * fix yapf * add comments of CLASSES attribute * Fix test_get_bboxes_of_vfnet_head * Fix Co-authored-by: hanrui1sensetime <[email protected]>
* [Fix] fix bugs for mmcls performance test (open-mmlab#269) * fix bugs for mmcls performance test * fix yapf * add comments of CLASSES attribute * Fix input name * support all codebases and update dump info * fix docstring * Added random names. * onnx_config -> ir_config * fix test * fix test * add a TODO * use self.output_names * Fixes * Rewrite test_torch2onnx. Co-authored-by: hanrui1sensetime <[email protected]> Co-authored-by: AllentDan <[email protected]> Co-authored-by: grimoire <[email protected]>
* [Fix] fix bugs for mmcls performance test (open-mmlab#269) * fix bugs for mmcls performance test * fix yapf * add comments of CLASSES attribute * Fix input name * support all codebases and update dump info * fix docstring * Added random names. * onnx_config -> ir_config * fix test * fix test * add a TODO * use self.output_names * Fixes * Rewrite test_torch2onnx. * Add get_dynamic_axes. * Fix TestGetDynamicAxes Co-authored-by: hanrui1sensetime <[email protected]> Co-authored-by: AllentDan <[email protected]> Co-authored-by: grimoire <[email protected]>
* [Fix] fix bugs for mmcls performance test (open-mmlab#269) * fix bugs for mmcls performance test * fix yapf * add comments of CLASSES attribute * Rewrote the dictionary traversal for new versions of Python. * Fix device_id for cpu * Rewrite parse_device_id and tests * Added None for cpu Co-authored-by: hanrui1sensetime <[email protected]>
Hi! We would also like to invite you to join our Special Interest Group (SIG) private channel on Discord, where you can share your experiences, ideas, and build connections with like-minded peers. To join the SIG channel, simply message moderator— OpenMMLab on Discord or briefly share your open-source contributions in the #introductions channel and we will assist you. Look forward to seeing you there! Join us :https://discord.gg/UjgXkPWNqA If you have WeChat account,welcome to join our community on WeChat. You can add our assistant :openmmlabwx. Please add "mmsig + Github ID" as a remark when adding friends:) |
When I try to install mmdetection3d according to doc
getting_started.md
, I met some problem:e.g. 1
will install latest version not 1.5.0 as stated above.I correct these little problem and set step titles bold to make them more clear.