New feature
Raw output probabilities
It is now possible to output the raw probability map. Simply do:
lungtumormask input_path output_path --threshold -1
Setting threshold -1
simply ignores the post-processing all together and stores the raw float32
output as a NIfTI file.
Web demo application
A very simple gradio web application was developed, which now has been deployed on HF spaces.
You can access the demo by clicking here.
What's Changed
- macOS-11 CI bump by @andreped in #28
- Replaced gdown with wget for test CI using GitHub for data hosting instead of Google Drive by @andreped in #29
- Developed gradio demo + HF Space integration and continuous deployment by @andreped in #30
- Added missing Dockerfile for HF space deployment by @andreped in #31
- Fixed demo + added demo README + new Dockerfile by @andreped in #33
- Added demo snapshot by @andreped in #34
- Added option to output probability map from CLI by @andreped in #35
- bump v1.3.1 [no ci] by @andreped in #37
Full Changelog: v1.3.0...v1.3.1