yzcjtr / GeoNet

Code for GeoNet: Unsupervised Learning of Dense Depth, Optical Flow and Camera Pose (CVPR 2018)
MIT License
726 stars 181 forks source link

optical flow testing #15

Closed tongpinmo closed 6 years ago

tongpinmo commented 6 years ago

@yzcjtr hello ,i want to ask one more question ,when i test optical flow in testing process. As your constructions: python kitti_eval/generate_multiview_extension.py --dataset_dir=/path/to/data_scene_flow_multiview/ --calib_dir=/path/to/data_scene_flow_calib/ --dump_root=/path/to/formatted/testdata/ --cam_id=02 --seq_length=3 where can i download the data_scene_flow_calib files --calib_dir=/path/to/data_scene_flow_calib i search it in raw_data_KITTI ,KITTI_flow_2015_dataset and multi-view_extension dataset ,but i get nothing,can you provide me the download link?or do i misunderstanding your constructions?

thank you very much!

yzcjtr commented 6 years ago

The download link should be http://www.cvlibs.net/download.php?file=data_scene_flow_calib.zip

tongpinmo commented 6 years ago

it's very kind of you to help me so much !