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
Add a utility function that takes in a path (jpg, png, dcm, etc) and returns a standardized tensor. Most of this code is in the get function on the dataloaders and it should be factored out.
Possibly in a new namespace like xrv.utils.load_img
This will make it very easy to include dcm support and also make tools which load and process images.
The text was updated successfully, but these errors were encountered:
Add a utility function that takes in a path (jpg, png, dcm, etc) and returns a standardized tensor. Most of this code is in the get function on the dataloaders and it should be factored out.
Possibly in a new namespace like xrv.utils.load_img
This will make it very easy to include dcm support and also make tools which load and process images.
The text was updated successfully, but these errors were encountered: