-
Notifications
You must be signed in to change notification settings - Fork 71
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 loading supported file formats with volume_loader
#301
Comments
Noting: I received an unclear message, |
The loader in currently supports NRRD data with detached header (https://teem.sourceforge.net/nrrd/format.html#detached) only. I agree that this is not documented clearly. |
Results from my local testing: Unexpected Behavior
Verified Behavior
Test ProcedureI tested in the
Followup Notes
|
Uncompressed data is supported, but the loader is only checking for https://github.com/nvidia-holoscan/holohub/blob/main/operators/volume_loader/nrrd_loader.cpp#L81 Should be a simple fix to also add All types except 64 bit types ([u]int64 and float64) are supported: https://teem.sourceforge.net/nrrd/format.html#type. There are other limitations
|
Overview
A user reported an error in which they were not able to load data with the
volume_loader
operator.Investigation
EDIT: Updated to reflect we are not sure what file type was failing. The error occurred while trying to set up the
volume_rendering_xr
application with custom data.The text was updated successfully, but these errors were encountered: