You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: