VolumetricCapture icon indicating copy to clipboard operation
VolumetricCapture copied to clipboard

Calibration doesn't work, no clear errors reported for debugging

Open rahulu1 opened this issue 1 year ago • 3 comments

I've followed the documentation's instructions on how to calibrate the VolCap setup, but the actual script itself seems to be running improperly, but without throwing any errors. I can't tell what's going wrong during this process, but I've already gone through and manually grabbed the correct versions of the python modules and dependencies VolCap needs (the scripts wouldn't even run prior to that).

I have my configuration settings here (max iterations as suggested on the docs): image

and the outputs of my Capture and Process steps, respectively: image image

Any help or guidance on what might be wrong, and what steps I should take would be very appreciated!

P.S., not sure if it's related since there isn't much info in #98 , but it seems I might not be the only one running into this sort of problem.

rahulu1 avatar Apr 01 '24 19:04 rahulu1

Hi @rahulu1 ,

Probably you didn't install the correct onnx runtime version.

ankarako avatar Apr 01 '24 20:04 ankarako

Hi @ankarako , apologies, I'm seeing this a bit late! Thanks for the pointer! I'm looking into it now, but would you happen to know what the required onnx runtime version is? or where I could find that information myself? I didn't see anything like that specified in the docs, and I'm not getting an error message that would indicate which version I should upgrade/downgrade to.

rahulu1 avatar Apr 10 '24 14:04 rahulu1

Sorry for the late response. So the calibration instructions are indeed outdated. If you go to the path specified in the documentation, there is an instructions.txt file. Please try to follow them instead of the documentation instructions.

You can also check the ONNX version required if you read requirments.txt.

Please do not follow the automated install sciprt.

ankarako avatar Apr 19 '24 15:04 ankarako