-
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
Add modules before mg_head in centerpoint #46
Merged
ZwwWayne
merged 15 commits into
open-mmlab:master
from
yinchimaoliang:add_modules_before_mg_head
Aug 18, 2020
Merged
Add modules before mg_head in centerpoint #46
ZwwWayne
merged 15 commits into
open-mmlab:master
from
yinchimaoliang:add_modules_before_mg_head
Aug 18, 2020
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Codecov Report
@@ Coverage Diff @@
## master #46 +/- ##
==========================================
+ Coverage 48.47% 51.37% +2.90%
==========================================
Files 139 139
Lines 8435 8453 +18
Branches 1304 1308 +4
==========================================
+ Hits 4089 4343 +254
+ Misses 4087 3831 -256
- Partials 259 279 +20
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
ZwwWayne
reviewed
Jul 31, 2020
ZwwWayne
reviewed
Jul 31, 2020
ZwwWayne
reviewed
Jul 31, 2020
ZwwWayne
reviewed
Jul 31, 2020
yinchimaoliang
force-pushed
the
add_modules_before_mg_head
branch
2 times, most recently
from
August 2, 2020 03:03
6b7c66a
to
0ae4ca8
Compare
yinchimaoliang
force-pushed
the
add_modules_before_mg_head
branch
from
August 2, 2020 03:36
0ae4ca8
to
0ac6625
Compare
ZwwWayne
reviewed
Aug 2, 2020
ZwwWayne
reviewed
Aug 3, 2020
ZwwWayne
reviewed
Aug 9, 2020
ZwwWayne
reviewed
Aug 9, 2020
ZwwWayne
reviewed
Aug 9, 2020
ZwwWayne
reviewed
Aug 9, 2020
ZwwWayne
reviewed
Aug 14, 2020
ZwwWayne
reviewed
Aug 14, 2020
ZwwWayne
reviewed
Aug 14, 2020
ZwwWayne
reviewed
Aug 14, 2020
ZwwWayne
reviewed
Aug 14, 2020
ZwwWayne
reviewed
Aug 17, 2020
ZwwWayne
reviewed
Aug 17, 2020
ZwwWayne
reviewed
Aug 17, 2020
ZwwWayne
reviewed
Aug 17, 2020
ZwwWayne
reviewed
Aug 17, 2020
ZwwWayne
reviewed
Aug 17, 2020
ZwwWayne
reviewed
Aug 17, 2020
ZwwWayne
reviewed
Aug 17, 2020
ZwwWayne
approved these changes
Aug 18, 2020
tpoisonooo
pushed a commit
to tpoisonooo/mmdetection3d
that referenced
this pull request
Sep 5, 2022
* [Refactor] add enum class and use functions to get configuration (open-mmlab#40) * add task and codebase enum class * use funcitons to get config * Refactor wrappers of mmcls and mmseg (open-mmlab#41) * move wrappers of cls & det to apis * remove get_classes_from_config * rename onnx_helper to onnx_utils * move import to outside of class * refactor ortwrappers * Refactor build dataset and dataloader for mmseg (open-mmlab#44) * refactor build_dataset and build_dataloader for mmcls and mmseg * remove repeated classes * set build_dataloader with shuffle=False * [Refactor] pplwrapper and mmocr refactor (open-mmlab#46) * add * add pplwrapper and refactor mmocr * fix lint * remove unused arguments * apply dict input for pplwrapper and ortwrapper * add condition before import ppl and ort stuff * update ppl (open-mmlab#51) * Refactor return value and extract_model (open-mmlab#54) * remove ret_value * refactor extract_model * fix typo * resolve comments * [Refactor] Refactor model inference pipeline (open-mmlab#52) * move attribute_to_dict to extract_model * simplify the inference and visualization * remove unused import * [Feature] Support SRCNN in mmedit with ONNXRuntime and TensorRT (open-mmlab#45) * finish mmedit-ort * edit __init__ files * add noqa * add tensorrt support * 1. Rename "base.py" 2. Move srcnn.py to correct directory * fix bugs * remove figures * align to refactor-v1 * update comment in srcnn * fix lint * newfunc -> new_func * Add visualize.py split visualize() in each codebase * fix lint * fix lint * remove unnecessary code in ORTRestorer * remove .api * edit super(), remove dataset * [Refactor]: Change name of split to partition (open-mmlab#57) * refactor mmcls configs * refactor mmdet configs and split params * rename rest split to partition from master * remove base.py * fix init of inference class * fix mmocr init, add show_result alias Co-authored-by: AllentDan <[email protected]> Co-authored-by: RunningLeon <[email protected]> Co-authored-by: Yifan Zhou <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Add centerpoint_rpn and scn, change pillar encoder and voxel_encoder.