multical
multical copied to clipboard
Multi-camera calibration using one or more calibration patterns
Hi @oliver-batchelor @ardiya , thanks for your good work on the project . Please can you provide a documentation on the methods exposed by Board.py , this is required to...
- Update: I use opencv-python 4.1.2.30, opencv-contrib-python 4.1.2.30 and it fixed this problem, hope this helps. —————————————————————————————————————————— - Question: Which is the recommended version of opencv-python? - Description: I used...
Running `python -m multicam` yields: > No module named multical.__main__; 'multical' is a package and cannot be directly executed Installed through `pip install multical` Environment: - virtualenv - python3.8
Hi, @saulzar : Thank you for your good work, this is very good for multi camera calibration. Can you provide a example dataset? This will more people follow you work....
Does this library require PyTorch? I got this when running the multical command ``` File "C:\virtualEnvs\opencv4\lib\site-packages\structs\torch.py", line 5, in import torch ModuleNotFoundError: No module named 'torch' ```
I execute for one camera multical calibrate --boards .\multical\example_boards\charuco_16x22.yaml --cameras cam_1 Is it required to do optimization for single camera calibration? Logs " NFO - Using boards: INFO - charuco_16x22...
This repository was incredibly helpful during my master's thesis. In our use case, we worked with 6 cameras that did not have overlapping views. To address this, I used an...