mirc-dataset-handler 0.2.0__tar.gz → 0.2.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.
- {mirc_dataset_handler-0.2.0 → mirc_dataset_handler-0.2.2}/PKG-INFO +2 -2
- {mirc_dataset_handler-0.2.0 → mirc_dataset_handler-0.2.2}/mirc_dataset_handler.egg-info/PKG-INFO +2 -2
- {mirc_dataset_handler-0.2.0 → mirc_dataset_handler-0.2.2}/mirc_dataset_handler.egg-info/SOURCES.txt +0 -0
- {mirc_dataset_handler-0.2.0 → mirc_dataset_handler-0.2.2}/mirc_dataset_handler.egg-info/dependency_links.txt +0 -0
- {mirc_dataset_handler-0.2.0 → mirc_dataset_handler-0.2.2}/mirc_dataset_handler.egg-info/requires.txt +1 -1
- {mirc_dataset_handler-0.2.0 → mirc_dataset_handler-0.2.2}/mirc_dataset_handler.egg-info/top_level.txt +0 -0
- {mirc_dataset_handler-0.2.0 → mirc_dataset_handler-0.2.2}/pyproject.toml +2 -2
- {mirc_dataset_handler-0.2.0 → mirc_dataset_handler-0.2.2}/setup.cfg +0 -0
- {mirc_dataset_handler-0.2.0 → mirc_dataset_handler-0.2.2}/LICENSE +0 -0
- {mirc_dataset_handler-0.2.0 → mirc_dataset_handler-0.2.2}/README.md +0 -0
- {mirc_dataset_handler-0.2.0 → mirc_dataset_handler-0.2.2}/mircdatasethandler/__init__.py +0 -0
- {mirc_dataset_handler-0.2.0 → mirc_dataset_handler-0.2.2}/mircdatasethandler/checkpoints_utils.py +0 -0
- {mirc_dataset_handler-0.2.0 → mirc_dataset_handler-0.2.2}/mircdatasethandler/data_utils.py +0 -0
- {mirc_dataset_handler-0.2.0 → mirc_dataset_handler-0.2.2}/mircdatasethandler/eval_utils.py +0 -0
- {mirc_dataset_handler-0.2.0 → mirc_dataset_handler-0.2.2}/mircdatasethandler/mirc_torch_dataset.py +0 -0
- {mirc_dataset_handler-0.2.0 → mirc_dataset_handler-0.2.2}/mircdatasethandler/models_utils.py +0 -0
- {mirc_dataset_handler-0.2.0 → mirc_dataset_handler-0.2.2}/mircdatasethandler/train_utils.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: mirc-dataset-handler
|
|
3
|
-
Version: 0.2.
|
|
3
|
+
Version: 0.2.2
|
|
4
4
|
Summary: Utilities for loading MIRC annotations, creating subject-aware cross-validation splits, and building PyTorch DataLoaders for semantic segmentation workflows.
|
|
5
5
|
Author: Iago Rodrigues
|
|
6
6
|
License-Expression: MIT
|
|
@@ -15,7 +15,7 @@ Requires-Dist: matplotlib
|
|
|
15
15
|
Requires-Dist: pandas
|
|
16
16
|
Requires-Dist: scikit-learn
|
|
17
17
|
Requires-Dist: segmentation-models-pytorch
|
|
18
|
-
Requires-Dist: torch-pruning==
|
|
18
|
+
Requires-Dist: torch-pruning==1.6.1
|
|
19
19
|
Requires-Dist: notebook
|
|
20
20
|
Requires-Dist: torch
|
|
21
21
|
Requires-Dist: torchvision
|
{mirc_dataset_handler-0.2.0 → mirc_dataset_handler-0.2.2}/mirc_dataset_handler.egg-info/PKG-INFO
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: mirc-dataset-handler
|
|
3
|
-
Version: 0.2.
|
|
3
|
+
Version: 0.2.2
|
|
4
4
|
Summary: Utilities for loading MIRC annotations, creating subject-aware cross-validation splits, and building PyTorch DataLoaders for semantic segmentation workflows.
|
|
5
5
|
Author: Iago Rodrigues
|
|
6
6
|
License-Expression: MIT
|
|
@@ -15,7 +15,7 @@ Requires-Dist: matplotlib
|
|
|
15
15
|
Requires-Dist: pandas
|
|
16
16
|
Requires-Dist: scikit-learn
|
|
17
17
|
Requires-Dist: segmentation-models-pytorch
|
|
18
|
-
Requires-Dist: torch-pruning==
|
|
18
|
+
Requires-Dist: torch-pruning==1.6.1
|
|
19
19
|
Requires-Dist: notebook
|
|
20
20
|
Requires-Dist: torch
|
|
21
21
|
Requires-Dist: torchvision
|
{mirc_dataset_handler-0.2.0 → mirc_dataset_handler-0.2.2}/mirc_dataset_handler.egg-info/SOURCES.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
[project]
|
|
2
2
|
name = "mirc-dataset-handler"
|
|
3
|
-
version = "0.2.
|
|
3
|
+
version = "0.2.2"
|
|
4
4
|
description = "Utilities for loading MIRC annotations, creating subject-aware cross-validation splits, and building PyTorch DataLoaders for semantic segmentation workflows."
|
|
5
5
|
readme = "README.md"
|
|
6
6
|
requires-python = ">=3.9"
|
|
@@ -18,7 +18,7 @@ dependencies = [
|
|
|
18
18
|
"pandas",
|
|
19
19
|
"scikit-learn",
|
|
20
20
|
"segmentation-models-pytorch",
|
|
21
|
-
"torch-pruning==
|
|
21
|
+
"torch-pruning==1.6.1",
|
|
22
22
|
"notebook",
|
|
23
23
|
"torch",
|
|
24
24
|
"torchvision",
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{mirc_dataset_handler-0.2.0 → mirc_dataset_handler-0.2.2}/mircdatasethandler/checkpoints_utils.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{mirc_dataset_handler-0.2.0 → mirc_dataset_handler-0.2.2}/mircdatasethandler/mirc_torch_dataset.py
RENAMED
|
File without changes
|
{mirc_dataset_handler-0.2.0 → mirc_dataset_handler-0.2.2}/mircdatasethandler/models_utils.py
RENAMED
|
File without changes
|
|
File without changes
|