Run calib without map folder
Hi,
Can i run calib without map folder?
./bin/infrastr_calib --camera-count 3 --output /media/ubuntu/data/1639127956941/results --input /media/ubuntu/data/1639127956941 -v --camera-model pinhole-radtan --save
The map is used to compute the calibration. Without a map, this software is not able to calibrate images.
And where i can get db and sift data?
The database can be created using Colmap and the vocabulary can be created using the DBoW2 library.
Do you have description of these steps?
Colmap has a good tutorial: https://colmap.github.io/tutorial.html
Here is an example for using DBoW2: https://github.com/youkely/InfrasCal/blob/master/src/examples/train_voctree.cc
Ok. Thank you.