brudfors / UniRes

Model-based super-resolution of medical images in PyTorch.
MIT License
75 stars 12 forks source link

added cli option for passing label file #14

Closed tomvars closed 3 years ago

tomvars commented 3 years ago

Exposing more functionality through the cli. Can now pass --label_file and have it perform nearest neighbour interpolation on an associated label mask.

brudfors commented 3 years ago

Looks great @tomvars , thanks :) I have merged.