update strong p++

This commit is contained in:
2025-01-23 08:58:10 +00:00
parent 5a03659112
commit d7fb64ed13
4 changed files with 37 additions and 10 deletions

View File

@@ -75,7 +75,7 @@ class NBVReconstructionPipeline(nn.Module):
def forward_test(self, data):
main_feat = self.get_main_feat(data)
repeat_num = data.get("repeat_num", 100)
repeat_num = data.get("repeat_num", 1)
main_feat = main_feat.repeat(repeat_num, 1)
estimated_delta_rot_9d, in_process_sample = self.view_finder.next_best_view(
main_feat