-
Dear Authors,
thank you very much for your dataset!
I'm trying to run `Spagna` with visual-inertial SLAM, but couldn't make it work properly without online intrinsic (K matrix and distortion coe…
-
Hi COLMAP authors,
As far as I understand, in the case of unknown intrinsics (e.g., unknown focal length but assuming zero-skew and fx=fy), COLMAP handles this by simply optimizing each camera’s fo…
-
"
device = device_list.get_device_by_index(i)
pipeline = Pipeline(device)
ret : CameraParamList = device.get_calibration_camera_param_list()
print(ret.get_camera_p…
-
@HongyiSun For v1.0 mini dataset when I extracted there is a calibration json file and lot of intrinsic params. I could not find extrinsic params. For scene 61 what is the intrinsic and extrinsic para…
-
我使用的是window11和docker_desktop,使用镜像humble/noetic时出现了这些问题.
bug1:
```
PS C:\Users\zyr> docker run --rm -v D:\data\bags:/tmp/input_bags -v D:\data\result:/tmp/preprocessed koide3/direct_visual_lidar_ca…
-
I recently came across your dataset on GitHub and would like to use it to validate my algorithm. However, I noticed that the calibration parameters between the different sensors are not available in t…
-
Hello, thank you for open-sourcing this great work.
I've been testing your work with my own data lately, and I have a few questions I'd like to ask:
1、What is the difference between "batch" and "j…
-
Hello! I'm facing challenges with performing extrinsic calibration using three 1080p webcams. The overall room layout is as illustrated below.
![image](https://github.com/user-attachments/assets/1c48…
-
Hello, thanks for your wonderful work.
I've got some questions about the dataset.
Which file includes the extrinsic parameters (W2C), and the intrinsic parameters?
I found head pose folder a…
-
Hello,
I'm attempting to project the 3D points from a mesh generated by Meshroom's Texturing node onto each of the original images I captured. However, the projected points are not aligning correctly…