Add Brain2Vec-v2 files and model card
Browse files
README.md
CHANGED
@@ -28,8 +28,8 @@ Version 2 of an autoencoder model for brain structure T1 MRIs (forked from [Brai
|
|
28 |
# Example usage
|
29 |
```
|
30 |
# get brain2vec model repository
|
31 |
-
git clone https://huggingface.co/radiata-ai/brain2vec
|
32 |
-
cd brain2vec
|
33 |
|
34 |
# pull pre-trained model weights
|
35 |
sudo apt-get update
|
|
|
28 |
# Example usage
|
29 |
```
|
30 |
# get brain2vec model repository
|
31 |
+
git clone https://huggingface.co/radiata-ai/brain2vec-v2
|
32 |
+
cd brain2vec-v2
|
33 |
|
34 |
# pull pre-trained model weights
|
35 |
sudo apt-get update
|