We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba6e957 commit 2b8061dCopy full SHA for 2b8061d
tool/camera_visualize/camera_visualize.py
@@ -9,7 +9,7 @@
9
# load camera positions
10
campos_dict = {}
11
for split in ('train', 'test', 'val'):
12
- with open('../../data/InterHand2.6M/data/annotations/' + split + '/InterHand2.6M_' + split + '_camera.json') as f:
+ with open('../../data/InterHand2.6M/annotations/' + split + '/InterHand2.6M_' + split + '_camera.json') as f:
13
cameras = json.load(f)
14
for capture_id in cameras.keys():
15
for cam_id in cameras[capture_id]['campos'].keys():
0 commit comments