mrKornWij
mrKornWij
  It always die in this step
> I sometimes get this also. Did you solve it?
@alecyan1993 you've done this? I'd be so appreciate if you guide me how to do it
Here is my json file: [ { "ref_camera_id": 2, "cameras": [ { "camera_id": 1, "image_prefix": "back_cam", "rel_tvec": [0, 0, 0], "rel_qvec": [0, 0, 1, 0] }, { "camera_id": 2, "image_prefix":...
My inputs are: 1. txtfile model (cameras.txt include 4 cameras ,images.txt: manually write qvec tvec cam_id, points3d.txt) 2. camera rig config file (json) 3. images each camera per folder I've...
@wesleyliwei Thanks for your replied! How about config file, Did I write it correctly? Does it help if I change the dataset? And If it still not work. Which way...
> Maybe there is any problem with the model, such as image_prefix, image_name. The code could not do proper ComputeRelativePoses when read the config. Please double check. Or you could...
config file is as same as above just changed ID and prefix
Thank you so much. That was my fault! I will try again following your instructions. If there any problems, I will let you know!🙏🏻🙏🏻😊 On Sun, 25 Jun 2566 BE...
Hi, Mr. @wesleyliwei. I've paused rig_bundle because I have to collect good datasets first. I'm working on reconstruction from known pose camerad, The model was reconstructed successfully. I've opened Colmap...