-
Notifications
You must be signed in to change notification settings - Fork 390
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
error to run extrinsic_calib #79
Comments
I have also only one camera and crash at loop closure stage. Have you solved your problem? |
In case if you are still looking for solution, according to the shared error log by you, the problem is with loading the voc data provided by the author. One thing you could try is to extract the surf64.yml file from the provided .gz file and provide the absolute path to the voc.load function in locationRecognition. |
@LeatherWang hello ,I just want to test extrinsic_calib ,but without effective dataset. Can you give me some help.thank you all the same. |
@LeatherWang hi, have you solve this problem, i also encounter the same problem
|
@jd110145derek |
Sure, I am using the NCLT dataset from http://robots.engin.umich.edu/nclt/
The reason why the error occurs is that I put the surf64.yml.gz in the
wrong direction.
If you have any suggestions, please let me know, thanks!
Best Regards,
Derek Lee
chunxiaoqiao ***@***.***> 於 2021年5月18日 週二 上午9:05寫道:
… @jd110145derek <https://github.com/jd110145derek>
Hi, Can I try your dataset ?
My e-mail is ***@***.*** ]
Thanks!
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#79 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AO2YQUBDM65YPS2MJWNF5G3TOG4NPANCNFSM4FE7XHQQ>
.
|
hello, have you solve this problem, i also hace the same problem |
I solve this problem according your way.
|
Replaced the below line
with voc.load("/root/camodocal/data/vocabulary/surf64.yml.gz");
The error is resolved |
Hi,
I am clibrating the extrinsic of one monocular and wheel encoder mounted on a indoor service robot, but I have these errors below,
my parameters are:
camera-count: 1
keydist: 0.01
motions: 300
I collect the
all inout data
in a room of ten meters by ten meters in three minutes with 6000 pictures.I can't understand the parameters
begin-stage
andfocal
, and I use the default value. How I should modify these parameters? Thank you very much!That is all. I am looking forward to your reply.
The text was updated successfully, but these errors were encountered: