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 ply doc #41

Merged
merged 4 commits into from
Aug 2, 2020
Merged

Add ply doc #41

merged 4 commits into from
Aug 2, 2020

Conversation

yinchimaoliang
Copy link
Contributor

Add doc to convert file from ply to bin.

docs/getting_started.md Outdated Show resolved Hide resolved
@codecov
Copy link

codecov bot commented Jul 29, 2020

Codecov Report

Merging #41 into master will increase coverage by 2.86%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #41      +/-   ##
==========================================
+ Coverage   48.47%   51.34%   +2.86%     
==========================================
  Files         139      139              
  Lines        8435     8435              
  Branches     1304     1304              
==========================================
+ Hits         4089     4331     +242     
+ Misses       4087     3827     -260     
- Partials      259      277      +18     
Flag Coverage Δ
#unittests 51.34% <ø> (+2.86%) ⬆️

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

Impacted Files Coverage Δ
mmdet3d/core/bbox/structures/base_box3d.py 75.00% <0.00%> (+0.69%) ⬆️
mmdet3d/core/anchor/anchor_3d_generator.py 93.27% <0.00%> (+6.72%) ⬆️
mmdet3d/core/voxel/voxel_generator.py 33.33% <0.00%> (+20.37%) ⬆️
mmdet3d/core/evaluation/kitti_utils/eval.py 33.00% <0.00%> (+27.63%) ⬆️
mmdet3d/core/bbox/transforms.py 80.95% <0.00%> (+57.14%) ⬆️
...d/core/bbox/coders/partial_bin_based_bbox_coder.py 92.85% <0.00%> (+71.42%) ⬆️

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 ea4962f...39f50c7. Read the comment docs.

docs/getting_started.md Outdated Show resolved Hide resolved
@ZwwWayne ZwwWayne merged commit 6526459 into open-mmlab:master Aug 2, 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 <41138331+AllentDan@users.noreply.github.com>
Co-authored-by: RunningLeon <maningsheng@sensetime.com>
Co-authored-by: Yifan Zhou <singlezombie@163.com>
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.

2 participants