InfrasCal icon indicating copy to clipboard operation
InfrasCal copied to clipboard

Run calib without map folder

Open vswdigitall opened this issue 3 years ago • 6 comments

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

vswdigitall avatar Jul 24 '22 20:07 vswdigitall

The map is used to compute the calibration. Without a map, this software is not able to calibrate images.

tsattler avatar Jul 24 '22 22:07 tsattler

And where i can get db and sift data?

vswdigitall avatar Jul 24 '22 22:07 vswdigitall

The database can be created using Colmap and the vocabulary can be created using the DBoW2 library.

tsattler avatar Jul 24 '22 22:07 tsattler

Do you have description of these steps?

vswdigitall avatar Jul 24 '22 22:07 vswdigitall

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

tsattler avatar Jul 24 '22 23:07 tsattler

Ok. Thank you.

vswdigitall avatar Jul 24 '22 23:07 vswdigitall