Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 381 Bytes

File metadata and controls

14 lines (12 loc) · 381 Bytes

Test on KITTI

  • Step 1 Download data from here.

  • Step 2 Create a json file named test_annotations.json. Put it under ./dataset/KITTI/annotations. The annotations are like follows.

    [
     {'depth_path': 'test/<image_name>.png', 'rgb_path': 'test/<image_name>.png' }
     ...
    ]