update modules and pipeline

This commit is contained in:
hofee
2024-08-21 17:57:52 +08:00
parent 913d4e521d
commit 837e1c870a
8 changed files with 129 additions and 57 deletions

View File

@@ -8,5 +8,5 @@ class ViewFinder(nn.Module):
super(ViewFinder, self).__init__()
@abstractmethod
def next_best_view(self, scene_pts_feat, target_pts_feat):
def next_best_view(self, seq_feat):
pass