Skip to content

Commit c0a8950

Browse files
committed
push
1 parent 9d56f68 commit c0a8950

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
1-
# PointTree
1+
# PointTree
2+
3+
https://www.overleaf.com/8138445419dgghshdkcxzk

encoder.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -447,8 +447,6 @@ def forward(self, pts, *args, **kwargs):
447447
self.pts = pts
448448
return pts
449449

450-
451-
452450
class EncoderKdtAlign(torch.nn.Module):
453451
def __init__(self, *args, num_layers=1, **kwargs):
454452
super().__init__()

0 commit comments

Comments
 (0)