Skip to content

Commit 2b8061d

Browse files
authored
Update camera_visualize.py
1 parent ba6e957 commit 2b8061d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tool/camera_visualize/camera_visualize.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
# load camera positions
1010
campos_dict = {}
1111
for split in ('train', 'test', 'val'):
12-
with open('../../data/InterHand2.6M/data/annotations/' + split + '/InterHand2.6M_' + split + '_camera.json') as f:
12+
with open('../../data/InterHand2.6M/annotations/' + split + '/InterHand2.6M_' + split + '_camera.json') as f:
1313
cameras = json.load(f)
1414
for capture_id in cameras.keys():
1515
for cam_id in cameras[capture_id]['campos'].keys():

0 commit comments

Comments
 (0)