Closed hmejbri closed 5 months ago
Hi, before I check that, are you sure that you did not set overwrite_intrinsics = true
in your Config.toml?
It should be set to false in order not to recalculate intrinsic parameters.
Yup overwrite_intrinsics is set to false
Yes you're right, I must have overwritten something by mistake... I'll fix this and push the change as well as a bunch of others tonight or during the week-end!
I just tested the latest version of the code and its still causing problems. This time it loads the extrinsics frame but after labeling the corners of the first camera by hand I get this error :
Traceback (most recent call last):
File "/home/ubuntu/pfe_mocap/main.py", line 52, in
Update : I replaced imgp == [] with len(imgp) == 0 and it works now
Hi, thanks! Sorry I had a few merge issues but I'll make the fixes tonight.
When I try to perform calibration while I have the .toml file in the calibration folder I should only calculate extrinsics but instead I get the intrinsics frames.
I had to take a look inside the calibration.py and I noticed this block of code :
and I don't know why the intrinsics are being calculated once more, Correct me if i'm wrong but I think it should be like this