File tree Expand file tree Collapse file tree 1 file changed +12
-2
lines changed
Expand file tree Collapse file tree 1 file changed +12
-2
lines changed Original file line number Diff line number Diff line change @@ -25,13 +25,23 @@ on multiple datasets, including [ACDC](https://www.creatis.insa-lyon.fr/Challeng
2525[ Rescan] ( https://www.ahajournals.org/doi/full/10.1161/CIRCIMAGING.119.009214 ) , and
2626[ Landmark] ( https://pubs.rsna.org/doi/10.1148/ryai.2021200197 ) , etc.
2727
28+ Check the [ demos] ( https://huggingface.co/spaces/mathpluscode/CineMA ) on Hugging Face to see example inferences!
29+
2830## Usage
2931
3032### Installation
3133
3234You can install the package inside a [ Conda] ( https://github.com/conda-forge/miniforge ) environment using following
3335commands
3436
37+ You can install with ` pip ` directly (dependencies are not installed)
38+
39+ ``` bash
40+ pip install git+https://github.com/mathpluscode/CineMA
41+ ```
42+
43+ or you can download the source code to install (dependencies except Pytorch are installed)
44+
3545``` bash
3646git clone https://github.com/mathpluscode/CineMA.git
3747cd CineMA
@@ -44,8 +54,8 @@ pip install -e .
4454
4555### Use fine-tuned models
4656
47- The fine-tuned models have been released at https://huggingface.co/mathpluscode/CineMA . Example inference scripts are
48- available to test these models.
57+ The fine-tuned models have been released at [ HuggingFace ] ( https://huggingface.co/mathpluscode/CineMA ) . Example inference
58+ scripts are available to test these models.
4959
5060``` bash
5161python examples/inference/segmentation_sax.py
You can’t perform that action at this time.
0 commit comments