EndoGaussian icon indicating copy to clipboard operation
EndoGaussian copied to clipboard

Processing the SCARED dataset

Open Beilinlin opened this issue 5 months ago • 4 comments

Hi! Have you encountered this error while using MICCAI_challenge_preprocess-master to process the SCARED dataset? Traceback (most recent call last): File "/home/b311/data4/huhengjia/MICCAI_challenge_preprocess-master/all_in_one.py", line 14, in stereo_rectify(rootpath) File "/home/b311/data4/huhengjia/MICCAI_challenge_preprocess-master/stereo_rectify.py", line 83, in stereo_rectify left_finalpass, right_finalpass, Q = rectify(frame_para_file, left_raw, right_raw) File "/home/b311/data4/huhengjia/MICCAI_challenge_preprocess-master/stereo_rectify.py", line 9, in rectify with open(frame_parameter_file) as para_json_file: FileNotFoundError: [Errno 2] No such file or directory: '/home/b311/data4/huhengjia/data/scared/train/dataset_1/keyframe_3/data/frame_data/frame_data000417.json' 1726630455626 This error occurred while running python all_in_one to generate the SCARED files, but the frame_data, left_finalpass, reprojection_data, and right_finalpass folders are all empty.

Beilinlin avatar Sep 18 '24 03:09 Beilinlin