update modules and pipeline
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user