"torchvision/vscode:/vscode.git/clone" did not exist on "4d3a309379f2df748922a610c5dd648ae7248bae"
- 23 Mar, 2021 1 commit
-
-
Yezhen Cong authored
* support knn gpu op * made it more robust and fixed comments * bugfix and add warning in docstring
-
- 22 Mar, 2021 1 commit
-
-
xiliu8006 authored
* add citation format * add CN version citation format * delete 's * delete 's * modify citation title
-
- 20 Mar, 2021 1 commit
-
-
Tianwei Yin authored
* Update README.md * Update README_zh-CN.md * Update README.md
-
- 17 Mar, 2021 2 commits
-
-
Yezhen Cong authored
* support knn gpu op * made it more robust and fixed comments
-
junhaozhang98 authored
* add ini * add semantickitti_dataset * add test semantickitti_dataset * delete last line in test_semmaticdataset * add test data * change_names * load_labels dytype * change_name * numpy * name * dtype string * minor issue-string * seg_3d_dtype * add_fast hist * add per_class iou * add seg_eval * add unitest * minor error * minor error2 * minor error3
-
- 10 Mar, 2021 3 commits
-
-
Yezhen Cong authored
-
Yezhen Cong authored
-
Wenhao Wu authored
* refactor * refactor train/test * refactor train/test * refactor train.py/test.py * refactor train.py/test.py --- specify default of seed to 0 & save mmdet version instead of mmdet3d git hash * refactor train.py/test.py --- specify default of seed to 0 & save mmdet version instead of mmdet3d git hash
-
- 08 Mar, 2021 2 commits
-
-
yinchimaoliang authored
-
Wenhao Wu authored
* add faq * faq revised * faq revised * faq revised * faq revised * faq revised --- add title & add line to index.rst
-
- 05 Mar, 2021 1 commit
-
-
xiliu8006 authored
-
- 02 Mar, 2021 3 commits
-
-
twang authored
* Update README.md * Update README_zh-CN.md * Update getting_started.md * Update version.py * Update changelog.md * Update changelog.md * Update changelog.md
-
zhanggefan authored
[Fix] fix a bug that may cause compilation failure of dynamic voxelization when using GPUs with compute capability lower than 6.x (#326) * fix a bug that may cause compilation failure of dynamic voxelization when using gpus with compute capability lower than 6.x fix imperfection kernel code that may unintentionally discard valid points when input points count is larger than 50000 * 512 (nearly impossible though). * Modified scatter_points_cuda.cu to ensure backward compatibility with PyTorch1.5 on CUDA9.0 * fix the issue of DynamicScatter gradient check failure by explicit mark non-floating-point tensor as non-differentiable.
-
Wenhao Wu authored
* fix nonzero warning with as_tuple * fix nonzero warning with as_tuple #320
-
- 01 Mar, 2021 1 commit
-
-
xiliu8006 authored
* Reduce the open3d dependency * Reduce the open3d dependency * Reduce dependency of open3d if open3d is not used * remove the warning in show_result
-
- 25 Feb, 2021 2 commits
-
-
zhanggefan authored
* a faster & more memory-efficient implementation of DynamicScatter * fix format issues and add pytest skip code for tests on machines without cuda support * some trivial changes: decrease the number of kernel threads per block to 512, to enable inference on GPUs with computing capability lower than 2.0 change the backpropagation behavior of max-reduction. when there are multiple points shares the same maximum feature value, only the first point (with lowest row index) among them is chosen to propagate the output gradient back. before this change, all points with the same maximum feature value can propagate the output gradient back. this change makes the max-reduction behaves in consistence with torch.max. this change may cause gradcheck failure in test_dynamic_scatter.py. please do not worry about it because torch.max fails the gradcheck too. * fix typo Co-authored-by:zhanggefan <1152009@tongji.edu.cn>
-
encore-zhou authored
* add h3d backbone * add h3d backbone * add h3dnet * modify scannet config * fix bugs for proposal refine * fix bugs for test backbone * add primitive head test * modify h3dhead * modify h3d head * update loss weight config * fix bugs for h3d head loss * modify h3d head get targets function * update h3dnet base config * modify weighted loss * Revert "Merge branch 'h3d_u2' into 'master'" This reverts merge request !5 * add open3d visual * modify docstring * use bbox and coord convert * modify docstring * fix bugs for unittest * fix bugs for unittest * modify doc * add visualize script and modify docs * modify docs * fix bugs
-
- 24 Feb, 2021 2 commits
-
-
Yezhen Cong authored
* fix bug caused by mmcv upgrade; delete pdb breakpoint * fix typos * use torch.cuda api * update unittest for points_in_bbox_gpu and points_in_boxes_batch * Added comments for explanation
-
xiliu8006 authored
* Add chinese version readme * Delete useless words * modify the link of dynamic voxelization * modify readme * remove it * remove it * modify chinese version readme * delete the wrong whitespace * Modify chinese readme * Modify chinese readme * modify chinese version readme
-
- 23 Feb, 2021 1 commit
-
-
xiliu8006 authored
* Move train_cfg/test_cfg to model * Move train_cfg/test_cfg to model * Move train_cfg/test_cfg to model * Move train_cfg/test_cfg to model * Move train_cfg/test_cfg to model * Move train_cfg/test_cfg to model * Move train_cfg/test_cfg to model * Move train_cfg and test_cfg into model * modify centerpoint configs * Modify docs * modify build_detector * modify test_config_build_detector * modify build_detector parameters * Adopt the same strategy in build_detector
-
- 21 Feb, 2021 1 commit
-
-
xiliu8006 authored
* Modify README * modify the mmdetection to mmdetection3d in CONTRIBUTING.md and add model zoo link before demo in getting_started.md * arxiv->Arxiv * Add model zoo link
-
- 17 Feb, 2021 1 commit
-
-
Yezhen Cong authored
* fix bug caused by mmcv upgrade; delete pdb breakpoint * fix typos
-
- 10 Feb, 2021 2 commits
-
-
Yezhen Cong authored
-
xiliu8006 authored
* Adjust the directory structure of tests * Adopted the new directory via _get_config_directory * Adopted the new directory via _get_config_directory * Adopted the new directory via _get_config_directory * modified the wrong code comments
-
- 01 Feb, 2021 2 commits
-
-
twang authored
* Update README.md * Update getting_started.md * Update version.py * Update changelog.md * Update numpy requirements * Update runtime.txt * Merge minor items * Add support for SemanticKITTI dataset
-
junhaozhang98 authored
* add ini * add semantickitti_dataset * add test semantickitti_dataset * delete last line in test_semmaticdataset * add test data * change_names * load_labels dytype * change_name * numpy * name * dtype string * minor issue-string * seg_3d_dtype
-
- 27 Jan, 2021 1 commit
-
-
twang authored
* Fix log analysis * Update useful_tools.md
-
- 23 Jan, 2021 1 commit
-
-
xiliu8006 authored
* fixed the bug about miss text files on kitti testing * add bbox2result_kitti unit test * add bbox2result_kitti unit test * add exist_submission_file unit test * deleted debug code and convert{} to dict() * add _get_kitti_dataset_config() * delete print
-
- 22 Jan, 2021 3 commits
-
-
filaPro authored
-
xiliu8006 authored
* add gif of demo * add the right git path * update nuimages_demo.gif * compress the nuimages_demo.gif * update nuimages_demo.gif * update nuimages_demo.gif
-
xiliu8006 authored
* Fix bug when num_features != 4 * add voxelization unittest * fixed CI without GPU * use the numpy version to test the CUDA version Co-authored-by:Guanghui Ren(任广辉) <sundrops.ren@gmail.com>
-
- 19 Jan, 2021 1 commit
-
-
Eric Wiener authored
The tuple unpacked into three arguments when four were given when running VoteNet on sunrgbd
-
- 18 Jan, 2021 2 commits
- 15 Jan, 2021 1 commit
-
-
twang authored
-
- 14 Jan, 2021 2 commits
-
-
congee authored
-
Wenwei Zhang authored
* add nuimages entry in readme * rephrase
-
- 12 Jan, 2021 1 commit
-
-
encore-zhou authored
* add h3d backbone * add h3d backbone * add h3dnet * modify scannet config * fix bugs for proposal refine * fix bugs for test backbone * add primitive head test * modify h3dhead * modify h3d head * update loss weight config * fix bugs for h3d head loss * modify h3d head get targets function * update h3dnet base config * modify weighted loss * Revert "Merge branch 'h3d_u2' into 'master'" This reverts merge request !5 * fix bugs for empty scene * modify doc * modify filter empty scene
-
- 11 Jan, 2021 1 commit
-
-
xiliu8006 authored
* Add Tag to configs * Add Tag to configs * Add Tag to config
-
- 10 Jan, 2021 1 commit
-
-
congee authored
-