pycolmap icon indicating copy to clipboard operation
pycolmap copied to clipboard

import_images() cannot read initpose

Open WZG3661 opened this issue 3 years ago • 2 comments

import_images() doesnt have the init_pose param

WZG3661 avatar May 16 '22 05:05 WZG3661

What parameter are you referring to?

sarlinpe avatar May 16 '22 06:05 sarlinpe

How to change the pycolmap CameraModel? camModelDict = {'SIMPLE_PINHOLE': 0, 'PINHOLE': 1, 'SIMPLE_RADIAL': 2, 'RADIAL': 3, 'OPENCV': 4, 'FULL_OPENCV': 5, 'SIMPLE_RADIAL_FISHEYE': 6, 'RADIAL_FISHEYE': 7, 'OPENCV_FISHEYE': 8, 'FOV': 9, 'THIN_PRISM_FISHEYE': 10} For example.I want to set the cammodel 'RADIAL_FISHEYE'? How can I implement it? Thank you.

xhniu avatar May 22 '22 11:05 xhniu