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

[Feature] ImVoteNet complete model #337

Closed
wants to merge 58 commits into from
Closed
Show file tree
Hide file tree
Changes from 24 commits
Commits
Show all changes
58 commits
Select commit Hold shift + click to select a range
b373499
integrated vote fusion
yezhen17 Feb 3, 2021
3be3690
coords transform and unit test
yezhen17 Feb 5, 2021
cce6534
Update docstring
yezhen17 Feb 5, 2021
b88085b
Merge branch 'imvotenet_fork' into imvotenet
yezhen17 Feb 10, 2021
747cfd9
refactor and add unit test
yezhen17 Feb 10, 2021
ac9a3e8
fix bug caused by mmcv upgrade; delete pdb breakpoint (#304)
yezhen17 Feb 10, 2021
1e4f12c
add point fusion unittest
yezhen17 Feb 15, 2021
b9cf3ca
remove unused file
yezhen17 Feb 15, 2021
5592a50
[Fix] Fix typos and error in comments (#308)
yezhen17 Feb 17, 2021
4415f49
updates
yezhen17 Feb 19, 2021
a347ac7
[Enhance] Modify readme (#310)
xiliu8006 Feb 21, 2021
a96d949
add assertion info
yezhen17 Feb 23, 2021
a481f5a
[Enhance] Move train_cfg test_cfg to model (#307)
xiliu8006 Feb 23, 2021
7b947e0
[Enhance] Add chinese version readme (#316)
xiliu8006 Feb 24, 2021
c419f9b
update
yezhen17 Feb 24, 2021
bdeacec
[Fix] Fix error when tensors are not in the same device (#317)
yezhen17 Feb 24, 2021
c8c466f
add unittest
yezhen17 Feb 24, 2021
97552b5
add vote fusion unittest
yezhen17 Feb 25, 2021
770ed19
add vote fusion unittest
yezhen17 Feb 25, 2021
8214a97
[Feature] Support open3d visualization (#284)
encore-zhou Feb 25, 2021
93597a5
A faster & more memory-efficient implementation of DynamicScatter (#318)
zhanggefan Feb 25, 2021
ccd3047
[Enhance]: Hide the import of open3d (#323)
xiliu8006 Mar 1, 2021
df505fe
Fix nonzero warning (#330)
wHao-Wu Mar 2, 2021
69047ea
[Fix] fix a bug that may cause compilation failure of dynamic voxeliz…
zhanggefan Mar 2, 2021
e366272
Bump to v0.11.0 (#324)
Tai-Wang Mar 2, 2021
f289bc5
minor update
yezhen17 Mar 3, 2021
abf54e8
docstring
yezhen17 Mar 3, 2021
a47a6ff
Merge branch 'imvotenet_fork' into _imvotenet_backbone
yezhen17 Mar 4, 2021
a80769e
Merge branch '_imvotenet_fusion' into _imvotenet_backbone
yezhen17 Mar 4, 2021
68f07fc
initial update of imvotenet
yezhen17 Mar 4, 2021
8f341a3
change np ops to torch
yezhen17 Mar 4, 2021
c235234
Merge branch 'imvotenet_fork' into imvotenet
yezhen17 Mar 4, 2021
e973261
refactor test
yezhen17 Mar 4, 2021
6cf6b47
Merge branch '_imvotenet_backbone' into imvotenet
yezhen17 Mar 4, 2021
689ff2b
update
yezhen17 Mar 5, 2021
c613710
Merge branch '_imvotenet_backbone' into imvotenet
yezhen17 Mar 5, 2021
1679071
[Refactor]: modify the tools files structure (#339)
xiliu8006 Mar 5, 2021
ba16291
refactor of image mlp and np random ops to torch
yezhen17 Mar 5, 2021
7862419
Merge branch '_imvotenet_backbone' into imvotenet
yezhen17 Mar 5, 2021
ef04ac5
add docstring
yezhen17 Mar 7, 2021
0da8c3f
Merge branch '_imvotenet_backbone' into imvotenet
yezhen17 Mar 7, 2021
ba361de
fix bugs
yezhen17 Mar 7, 2021
122d829
Merge branch '_imvotenet_backbone' into imvotenet
yezhen17 Mar 7, 2021
a542dde
fix bug
yezhen17 Mar 8, 2021
b955263
fix bug
yezhen17 Mar 8, 2021
4464dd9
Merge branch '_imvotenet_backbone' into imvotenet
yezhen17 Mar 8, 2021
43dde9d
[Enhance] Add FAQ for common problems (#333)
wHao-Wu Mar 8, 2021
b65f9b0
Fix missing `coord_type` in db-sampler config. (#345)
yinchimaoliang Mar 8, 2021
cce3e38
fix bug
yezhen17 Mar 8, 2021
5bb4136
Merge branch '_imvotenet_backbone' into imvotenet
yezhen17 Mar 8, 2021
5baaa1f
fix bug
yezhen17 Mar 9, 2021
69c8d9b
Merge branch '_imvotenet_backbone' into imvotenet
yezhen17 Mar 9, 2021
8b131f5
Refactor train.py/test.py (#343)
wHao-Wu Mar 10, 2021
7714432
add docstring
yezhen17 Mar 10, 2021
27c478e
Merge branch '_imvotenet_backbone' into imvotenet
yezhen17 Mar 10, 2021
e5f55bd
using ubuntu 18.04 in github workflow (#350)
yezhen17 Mar 10, 2021
453a952
merge conflicts
yezhen17 Mar 10, 2021
c8749c9
move train/test cfg
yezhen17 Mar 10, 2021
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
32 changes: 0 additions & 32 deletions mmdet3d/models/dense_heads/imvote_head.py

This file was deleted.

Loading