ScanNet / ScanNet

http://www.scan-net.org/
Other
1.83k stars 348 forks source link

Struct error when extracting images #139

Open JerryPW opened 1 year ago

JerryPW commented 1 year ago

I have downloaded the ,sens files from the downloaded-scannet.py this morning and tried to extract pictures of scene0191_00. However, I met the struct error when i run the code python reader.py --filename scans/scene0191_00/scene0191_00.sens --output_path images --export_depth_images --export_color_images --export_poses --export_intrinsics. My python version is 2.7 and all the other matched lib has been installed in the right version that python2.7 could run on it. So, I got no idea what's wrong about the code. Could anyone help to solve it?Please~

截屏2023-01-30 14 08 38

here's the image of the traceback