You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
['points3D.bin', 'cameras.bin', 'images.bin']
Don't need to run COLMAP
Post-colmap
Cameras 5
Traceback (most recent call last):
File "/data1/w/LLFF-master/imgs2poses.py", line 19, in
gen_poses(args.scenedir, args.match_type)
File "/data1/w/LLFF-master/llff/poses/pose_utils.py", line 276, in gen_poses
poses, pts3d, perm = load_colmap_data(basedir)
File "/data1/w/LLFF-master/llff/poses/pose_utils.py", line 26, in load_colmap_data
imdata = read_model.read_images_binary(imagesfile)
File "/data1/w/LLFF-master/llff/poses/colmap_read_model.py", line 187, in read_images_binary
image_name += current_char.decode("utf-8")
UnicodeDecodeError: 'utf-8' codec can't decode byte 0xeb in position 0: unexpected end of data
The text was updated successfully, but these errors were encountered:
when I run imgs2poses.py, I got this error:
['points3D.bin', 'cameras.bin', 'images.bin']
Don't need to run COLMAP
Post-colmap
Cameras 5
Traceback (most recent call last):
File "/data1/w/LLFF-master/imgs2poses.py", line 19, in
gen_poses(args.scenedir, args.match_type)
File "/data1/w/LLFF-master/llff/poses/pose_utils.py", line 276, in gen_poses
poses, pts3d, perm = load_colmap_data(basedir)
File "/data1/w/LLFF-master/llff/poses/pose_utils.py", line 26, in load_colmap_data
imdata = read_model.read_images_binary(imagesfile)
File "/data1/w/LLFF-master/llff/poses/colmap_read_model.py", line 187, in read_images_binary
image_name += current_char.decode("utf-8")
UnicodeDecodeError: 'utf-8' codec can't decode byte 0xeb in position 0: unexpected end of data
The text was updated successfully, but these errors were encountered: