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

add primitive head #53

Merged
merged 10 commits into from
Aug 26, 2020
Merged

Conversation

encore-zhou
Copy link
Contributor

No description provided.

@CLAassistant
Copy link

CLAassistant commented Aug 5, 2020

CLA assistant check
All committers have signed the CLA.

@codecov
Copy link

codecov bot commented Aug 5, 2020

Codecov Report

Merging #53 into master will increase coverage by 1.85%.
The diff coverage is 23.75%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #53      +/-   ##
==========================================
+ Coverage   48.47%   50.33%   +1.85%     
==========================================
  Files         139      141       +2     
  Lines        8435     8780     +345     
  Branches     1304     1355      +51     
==========================================
+ Hits         4089     4419     +330     
+ Misses       4087     4081       -6     
- Partials      259      280      +21     
Flag Coverage Δ
#unittests 50.33% <23.75%> (+1.85%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
...3d/core/bbox/samplers/iou_neg_piecewise_sampler.py 22.22% <0.00%> (ø)
mmdet3d/models/dense_heads/free_anchor3d_head.py 19.76% <0.00%> (ø)
mmdet3d/models/dense_heads/vote_head.py 22.42% <0.00%> (ø)
mmdet3d/models/model_utils/vote_module.py 78.26% <0.00%> (ø)
mmdet3d/ops/iou3d/iou3d_utils.py 27.77% <0.00%> (ø)
...et3d/models/roi_heads/mask_heads/primitive_head.py 10.50% <10.50%> (ø)
mmdet3d/models/backbones/multi_backbone.py 22.00% <22.00%> (ø)
mmdet3d/models/middle_encoders/sparse_encoder.py 67.85% <55.55%> (-4.15%) ⬇️
mmdet3d/models/voxel_encoders/pillar_encoder.py 56.89% <55.55%> (-1.29%) ⬇️
mmdet3d/datasets/pipelines/loading.py 71.55% <93.54%> (+1.99%) ⬆️
... and 16 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 6c63a68...e5dc582. Read the comment docs.

@ZwwWayne ZwwWayne self-requested a review August 6, 2020 06:49
mmdet3d/models/dense_heads/primitive_head.py Outdated Show resolved Hide resolved
mmdet3d/models/dense_heads/primitive_head.py Outdated Show resolved Hide resolved
mmdet3d/models/dense_heads/primitive_head.py Outdated Show resolved Hide resolved
mmdet3d/models/dense_heads/primitive_head.py Outdated Show resolved Hide resolved
mmdet3d/models/dense_heads/primitive_head.py Outdated Show resolved Hide resolved
mmdet3d/models/dense_heads/primitive_head.py Outdated Show resolved Hide resolved
mmdet3d/models/dense_heads/primitive_head.py Outdated Show resolved Hide resolved
mmdet3d/models/dense_heads/primitive_head.py Outdated Show resolved Hide resolved
mmdet3d/models/dense_heads/primitive_head.py Outdated Show resolved Hide resolved
mmdet3d/models/dense_heads/primitive_head.py Outdated Show resolved Hide resolved
@ZwwWayne ZwwWayne merged commit 7b1f6a8 into open-mmlab:master Aug 26, 2020
@ZwwWayne ZwwWayne mentioned this pull request Sep 20, 2020
7 tasks
tpoisonooo pushed a commit to tpoisonooo/mmdetection3d that referenced this pull request Sep 5, 2022
* first

* fix0

* fix1

* dirty work

* wip

* add allocator

* finally done!

* lint

* fix lint

* better gather

* better onnx2ncnn

* fix expand

* [Fix] NCNN TensorSlice op bugs (open-mmlab#42)

* fix custom ops support, fix multiple mark bug, add name mapping

* check if the value_info need to be added

* remove unnecessary print

* add nms implement

* two stage split wip

* add two stage split

* add split retinanet visualize

* add two stage split (wip)

* finish two stage split

* fix lint

* move parse string to mmdeploy.utils

* add calib data generator

* create calib dataset

* finish end2end int8

* add split two stage tensorrt visualize

* fix tensorslice bugs

* fix lint

* fix clang-format

* remove comments

* int param

* fix lint

Co-authored-by: grimoire <[email protected]>

* add two stage ncnn support

* remove unused ops

* git unused config

* remove no_grad, should add in refactor

* add ncnn wrapper

* fix lint

* size return tuple

* Resolve grammar error

* Fix lint

* Trim Trailing Whitespace

* fix trim

* update wrapper

* remove logs

* remove

* csrc optimize

* add ncnn dbnet support

* finish crnn support

* add comment

Co-authored-by: hanrui1sensetime <[email protected]>
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

Successfully merging this pull request may close these issues.

4 participants