caideface 0.3.1__tar.gz → 0.3.2__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {caideface-0.3.1 → caideface-0.3.2}/PKG-INFO +2 -2
- {caideface-0.3.1 → caideface-0.3.2}/README.md +1 -1
- {caideface-0.3.1 → caideface-0.3.2}/pyproject.toml +1 -1
- {caideface-0.3.1 → caideface-0.3.2}/src/caideface/__init__.py +1 -1
- {caideface-0.3.1 → caideface-0.3.2}/src/caideface.egg-info/PKG-INFO +2 -2
- {caideface-0.3.1 → caideface-0.3.2}/setup.cfg +0 -0
- {caideface-0.3.1 → caideface-0.3.2}/src/caideface/anonymize.py +0 -0
- {caideface-0.3.1 → caideface-0.3.2}/src/caideface/background.py +0 -0
- {caideface-0.3.1 → caideface-0.3.2}/src/caideface/cli.py +0 -0
- {caideface-0.3.1 → caideface-0.3.2}/src/caideface/data/ct_face_mask.nii.gz +0 -0
- {caideface-0.3.1 → caideface-0.3.2}/src/caideface/data/mni_icbm152_t1_tal_nlin_sym_55_ext_brain_only.nii.gz +0 -0
- {caideface-0.3.1 → caideface-0.3.2}/src/caideface/data/ner_model/config.cfg +0 -0
- {caideface-0.3.1 → caideface-0.3.2}/src/caideface/data/ner_model/meta.json +0 -0
- {caideface-0.3.1 → caideface-0.3.2}/src/caideface/data/ner_model/ner/cfg +0 -0
- {caideface-0.3.1 → caideface-0.3.2}/src/caideface/data/ner_model/ner/model +0 -0
- {caideface-0.3.1 → caideface-0.3.2}/src/caideface/data/ner_model/ner/moves +0 -0
- {caideface-0.3.1 → caideface-0.3.2}/src/caideface/data/ner_model/tok2vec/cfg +0 -0
- {caideface-0.3.1 → caideface-0.3.2}/src/caideface/data/ner_model/tok2vec/model +0 -0
- {caideface-0.3.1 → caideface-0.3.2}/src/caideface/data/ner_model/tokenizer +0 -0
- {caideface-0.3.1 → caideface-0.3.2}/src/caideface/data/ner_model/vocab/key2row +0 -0
- {caideface-0.3.1 → caideface-0.3.2}/src/caideface/data/ner_model/vocab/lookups.bin +0 -0
- {caideface-0.3.1 → caideface-0.3.2}/src/caideface/data/ner_model/vocab/strings.json +0 -0
- {caideface-0.3.1 → caideface-0.3.2}/src/caideface/data/ner_model/vocab/vectors +0 -0
- {caideface-0.3.1 → caideface-0.3.2}/src/caideface/data/ner_model/vocab/vectors.cfg +0 -0
- {caideface-0.3.1 → caideface-0.3.2}/src/caideface/data/t1_mask.nii.gz +0 -0
- {caideface-0.3.1 → caideface-0.3.2}/src/caideface/pipeline.py +0 -0
- {caideface-0.3.1 → caideface-0.3.2}/src/caideface/register.py +0 -0
- {caideface-0.3.1 → caideface-0.3.2}/src/caideface/reorient.py +0 -0
- {caideface-0.3.1 → caideface-0.3.2}/src/caideface/skull_strip.py +0 -0
- {caideface-0.3.1 → caideface-0.3.2}/src/caideface.egg-info/SOURCES.txt +0 -0
- {caideface-0.3.1 → caideface-0.3.2}/src/caideface.egg-info/dependency_links.txt +0 -0
- {caideface-0.3.1 → caideface-0.3.2}/src/caideface.egg-info/entry_points.txt +0 -0
- {caideface-0.3.1 → caideface-0.3.2}/src/caideface.egg-info/requires.txt +0 -0
- {caideface-0.3.1 → caideface-0.3.2}/src/caideface.egg-info/top_level.txt +0 -0
- {caideface-0.3.1 → caideface-0.3.2}/tests/test_anonymize.py +0 -0
- {caideface-0.3.1 → caideface-0.3.2}/tests/test_background.py +0 -0
- {caideface-0.3.1 → caideface-0.3.2}/tests/test_register.py +0 -0
- {caideface-0.3.1 → caideface-0.3.2}/tests/test_reorient.py +0 -0
- {caideface-0.3.1 → caideface-0.3.2}/tests/test_skull_strip.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: caideface
|
|
3
|
-
Version: 0.3.
|
|
3
|
+
Version: 0.3.2
|
|
4
4
|
Summary: MRI defacing pipeline with skull-stripping and affine registration from cai4cai
|
|
5
5
|
Author-email: Lorena Garcia-Foncillas <lorenagarfon00@gmail.com>
|
|
6
6
|
License: Apache-2.0
|
|
@@ -330,4 +330,4 @@ If you use the text anonymisation (NER + HIPS), please also cite:
|
|
|
330
330
|
|
|
331
331
|
## License
|
|
332
332
|
|
|
333
|
-
This project is licensed under the Apache License 2.0 -- see the [LICENSE](
|
|
333
|
+
This project is licensed under the Apache License 2.0 -- see the [LICENSE](https://github.com/cai4cai/defacing_pipeline/blob/main/LICENSE) file for details.
|
|
@@ -299,4 +299,4 @@ If you use the text anonymisation (NER + HIPS), please also cite:
|
|
|
299
299
|
|
|
300
300
|
## License
|
|
301
301
|
|
|
302
|
-
This project is licensed under the Apache License 2.0 -- see the [LICENSE](
|
|
302
|
+
This project is licensed under the Apache License 2.0 -- see the [LICENSE](https://github.com/cai4cai/defacing_pipeline/blob/main/LICENSE) file for details.
|
|
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "caideface"
|
|
7
|
-
version = "0.3.
|
|
7
|
+
version = "0.3.2"
|
|
8
8
|
description = "MRI defacing pipeline with skull-stripping and affine registration from cai4cai"
|
|
9
9
|
readme = "README.md"
|
|
10
10
|
license = {text = "Apache-2.0"}
|
|
@@ -8,7 +8,7 @@ A three-step pipeline for anonymising head MRI scans:
|
|
|
8
8
|
Plus standalone text anonymisation via NER + HIPS (Hiding in Plain Sight).
|
|
9
9
|
"""
|
|
10
10
|
|
|
11
|
-
__version__ = "0.3.
|
|
11
|
+
__version__ = "0.3.2"
|
|
12
12
|
|
|
13
13
|
from .pipeline import DefacePipeline
|
|
14
14
|
from .reorient import reorient_batch, reorient_single
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: caideface
|
|
3
|
-
Version: 0.3.
|
|
3
|
+
Version: 0.3.2
|
|
4
4
|
Summary: MRI defacing pipeline with skull-stripping and affine registration from cai4cai
|
|
5
5
|
Author-email: Lorena Garcia-Foncillas <lorenagarfon00@gmail.com>
|
|
6
6
|
License: Apache-2.0
|
|
@@ -330,4 +330,4 @@ If you use the text anonymisation (NER + HIPS), please also cite:
|
|
|
330
330
|
|
|
331
331
|
## License
|
|
332
332
|
|
|
333
|
-
This project is licensed under the Apache License 2.0 -- see the [LICENSE](
|
|
333
|
+
This project is licensed under the Apache License 2.0 -- see the [LICENSE](https://github.com/cai4cai/defacing_pipeline/blob/main/LICENSE) file for details.
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|