Skip to content
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

Data type conversion, support for uint16 processing #440

Open
dkazanc opened this issue Sep 12, 2024 · 0 comments
Open

Data type conversion, support for uint16 processing #440

dkazanc opened this issue Sep 12, 2024 · 0 comments

Comments

@dkazanc
Copy link
Collaborator

dkazanc commented Sep 12, 2024

Currently we convert from uint16 of raw data type to float32 to do all the processing.

Some methods can work with 16-bit data before this conversion is actually needed. It is worth considering if such a strict conversion really necessary early on. Memory estimators will need to take that into account as currently we set the data type strictly to float32 for them.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant