Closed sajjad-hm closed 1 year ago
I have figured out the problem. The bag file had been created on the /kalibr path but I missed adding the appropriate /target.yaml on the generated /kalibr path when running this
cd <path-to-recording>/kalibr
kalibr_calibrate_cameras --bag kalibr.bag --target target.yaml --models pinhole-equi --topics /cam0/image_raw
on the docker environment. Finally, I was able to generate the
The frame rate issue didn't make the problem. Thanks!
I'm glad you figured it out, thanks for sharing your solution!
First of all, Thanks for the awesome project.
In my device, I'm getting 15 FPS video output
I'm getting this data2statistics.py script output
python data2statistics.py /host_home/2023_08_01_23_08_39/video_meta.pb3
But whenever I tried this script for the calibration
python data2kalibr.py /host_home/2023_08_01_23_08_39 --tag-size 0.088 --subsample 30
I also tried changing the --subsample to 15, as my device is recording at 15 FPS but it showing this error: (I'm sharing the whole terminal, just because if I made any error in between)
Can you guys please help me with what am I doing wrong?