Skip to content

Commit 86a02a4

Browse files
committed
add test icp refiner
1 parent 271586e commit 86a02a4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tests/test_cosypose_inference.py

+4
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,10 @@ def test_cosypose_pipeline_panda3d(self, device):
114114
assert len(preds) == 1
115115
assert preds.infos.label[0] == self.expected_object_label
116116

117+
print(preds)
118+
print(preds.poses)
119+
print(preds.infos)
120+
117121
if device == "cpu":
118122
pose = pin.SE3(preds.poses[0].numpy())
119123
else:

0 commit comments

Comments
 (0)