update pbnbv
This commit is contained in:
@@ -45,6 +45,8 @@ class NBVReconstructionMLPPipeline(nn.Module):
|
||||
|
||||
def forward_test(self,data):
|
||||
main_feat = self.get_main_feat(data)
|
||||
repeat_num = data.get("repeat_num", 50)
|
||||
main_feat = main_feat.repeat(repeat_num, 1)
|
||||
estimated_delta_rot_9d, _ = self.view_finder.next_best_view(main_feat)
|
||||
result = {
|
||||
"pred_pose_9d": estimated_delta_rot_9d,
|
||||
|
Reference in New Issue
Block a user