-
Notifications
You must be signed in to change notification settings - Fork 15
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
Child index out of range #4
Comments
Hi, sorry for the late answer. Your k3 calibration parameter is missing. It's a radial distortion coefficient for correcting the camera lens distortion. Judging by the resolution of your camera and the missing info about the camera in your XML, I'd guess that you're using digitally created images (e.g. screenshots). You might want to see if you can get that k3 info somewhere. If not, just fill it in with some value. I'm not sure about the impact of that but it's worth trying it out. |
Hi. Thanks for the answer. I managed to solve it by changing the indexes as after writing to you I noticed i was missing the k3 index. hey were frames extracted from a video. |
Similar issue as above, except my issue is with a p1 value. I actually have all the various values generated by agisoft (though I'm posing flat video without EXIF as well) -- any idea what's up?
|
Hi im getting an error when running: instant-ngp\data\nerf\example$ python agi2nerf.py --xml_in ./example.xml |
I'm getting this error when running the script
File "E:\instant-ngp\instatest\scripts\agi2nerf.py", line 117, in
p2 = float(calibration[8].text)
IndexError: child index out of range
This is the first part of my camera.xml
The text was updated successfully, but these errors were encountered: