mapreader 1.3.7__tar.gz → 1.3.9__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.
- {mapreader-1.3.7 → mapreader-1.3.9}/PKG-INFO +1 -1
- {mapreader-1.3.7 → mapreader-1.3.9}/mapreader/_version.py +3 -3
- {mapreader-1.3.7 → mapreader-1.3.9}/mapreader/classify/load_annotations.py +2 -1
- {mapreader-1.3.7 → mapreader-1.3.9}/mapreader.egg-info/PKG-INFO +1 -1
- {mapreader-1.3.7 → mapreader-1.3.9}/LICENSE +0 -0
- {mapreader-1.3.7 → mapreader-1.3.9}/README.md +0 -0
- {mapreader-1.3.7 → mapreader-1.3.9}/mapreader/__init__.py +0 -0
- {mapreader-1.3.7 → mapreader-1.3.9}/mapreader/__main__.py +0 -0
- {mapreader-1.3.7 → mapreader-1.3.9}/mapreader/annotate/__init__.py +0 -0
- {mapreader-1.3.7 → mapreader-1.3.9}/mapreader/annotate/annotator.py +0 -0
- {mapreader-1.3.7 → mapreader-1.3.9}/mapreader/annotate/utils.py +0 -0
- {mapreader-1.3.7 → mapreader-1.3.9}/mapreader/classify/__init__.py +0 -0
- {mapreader-1.3.7 → mapreader-1.3.9}/mapreader/classify/classifier.py +0 -0
- {mapreader-1.3.7 → mapreader-1.3.9}/mapreader/classify/custom_models.py +0 -0
- {mapreader-1.3.7 → mapreader-1.3.9}/mapreader/classify/datasets.py +0 -0
- {mapreader-1.3.7 → mapreader-1.3.9}/mapreader/download/__init__.py +0 -0
- {mapreader-1.3.7 → mapreader-1.3.9}/mapreader/download/data_structures.py +0 -0
- {mapreader-1.3.7 → mapreader-1.3.9}/mapreader/download/downloader.py +0 -0
- {mapreader-1.3.7 → mapreader-1.3.9}/mapreader/download/downloader_utils.py +0 -0
- {mapreader-1.3.7 → mapreader-1.3.9}/mapreader/download/sheet_downloader.py +0 -0
- {mapreader-1.3.7 → mapreader-1.3.9}/mapreader/download/tile_loading.py +0 -0
- {mapreader-1.3.7 → mapreader-1.3.9}/mapreader/download/tile_merging.py +0 -0
- {mapreader-1.3.7 → mapreader-1.3.9}/mapreader/load/__init__.py +0 -0
- {mapreader-1.3.7 → mapreader-1.3.9}/mapreader/load/geo_utils.py +0 -0
- {mapreader-1.3.7 → mapreader-1.3.9}/mapreader/load/images.py +0 -0
- {mapreader-1.3.7 → mapreader-1.3.9}/mapreader/load/loader.py +0 -0
- {mapreader-1.3.7 → mapreader-1.3.9}/mapreader/process/__init__.py +0 -0
- {mapreader-1.3.7 → mapreader-1.3.9}/mapreader/process/context_post_process.py +0 -0
- {mapreader-1.3.7 → mapreader-1.3.9}/mapreader/process/occlusion_analysis.py +0 -0
- {mapreader-1.3.7 → mapreader-1.3.9}/mapreader/process/process.py +0 -0
- {mapreader-1.3.7 → mapreader-1.3.9}/mapreader/spot_text/__init__.py +0 -0
- {mapreader-1.3.7 → mapreader-1.3.9}/mapreader/spot_text/deepsolo_runner.py +0 -0
- {mapreader-1.3.7 → mapreader-1.3.9}/mapreader/spot_text/dptext_detr_runner.py +0 -0
- {mapreader-1.3.7 → mapreader-1.3.9}/mapreader/spot_text/maptext_runner.py +0 -0
- {mapreader-1.3.7 → mapreader-1.3.9}/mapreader/spot_text/runner_base.py +0 -0
- {mapreader-1.3.7 → mapreader-1.3.9}/mapreader/utils/__init__.py +0 -0
- {mapreader-1.3.7 → mapreader-1.3.9}/mapreader/utils/compute_and_save_stats.py +0 -0
- {mapreader-1.3.7 → mapreader-1.3.9}/mapreader/utils/slice_parallel.py +0 -0
- {mapreader-1.3.7 → mapreader-1.3.9}/mapreader.egg-info/SOURCES.txt +0 -0
- {mapreader-1.3.7 → mapreader-1.3.9}/mapreader.egg-info/dependency_links.txt +0 -0
- {mapreader-1.3.7 → mapreader-1.3.9}/mapreader.egg-info/entry_points.txt +0 -0
- {mapreader-1.3.7 → mapreader-1.3.9}/mapreader.egg-info/not-zip-safe +0 -0
- {mapreader-1.3.7 → mapreader-1.3.9}/mapreader.egg-info/requires.txt +0 -0
- {mapreader-1.3.7 → mapreader-1.3.9}/mapreader.egg-info/top_level.txt +0 -0
- {mapreader-1.3.7 → mapreader-1.3.9}/setup.cfg +0 -0
- {mapreader-1.3.7 → mapreader-1.3.9}/setup.py +0 -0
- {mapreader-1.3.7 → mapreader-1.3.9}/tests/test_geo_pipeline.py +0 -0
- {mapreader-1.3.7 → mapreader-1.3.9}/tests/test_import.py +0 -0
- {mapreader-1.3.7 → mapreader-1.3.9}/versioneer.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: mapreader
|
|
3
|
-
Version: 1.3.
|
|
3
|
+
Version: 1.3.9
|
|
4
4
|
Summary: A computer vision pipeline for the semantic exploration of maps/images at scale
|
|
5
5
|
Home-page: https://github.com/Living-with-machines/MapReader
|
|
6
6
|
Download-URL: https://github.com/Living-with-machines/MapReader/archive/refs/heads/main.zip
|
|
@@ -8,11 +8,11 @@ import json
|
|
|
8
8
|
|
|
9
9
|
version_json = '''
|
|
10
10
|
{
|
|
11
|
-
"date": "2024-08-
|
|
11
|
+
"date": "2024-08-21T11:42:10+0100",
|
|
12
12
|
"dirty": false,
|
|
13
13
|
"error": null,
|
|
14
|
-
"full-revisionid": "
|
|
15
|
-
"version": "1.3.
|
|
14
|
+
"full-revisionid": "80dde51445772bdf4e8da65cf9f4e7f6bf1a005b",
|
|
15
|
+
"version": "1.3.9"
|
|
16
16
|
}
|
|
17
17
|
''' # END VERSION_JSON
|
|
18
18
|
|
|
@@ -882,7 +882,8 @@ Please check your image paths and update them if necessary.'
|
|
|
882
882
|
Used to generate the ``label_index`` column.
|
|
883
883
|
|
|
884
884
|
"""
|
|
885
|
-
|
|
885
|
+
index_map = {v: k for k, v in self.labels_map.items()}
|
|
886
|
+
return index_map[label]
|
|
886
887
|
|
|
887
888
|
def __str__(self):
|
|
888
889
|
print(f"[INFO] Number of annotations: {len(self.annotations)}\n")
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: mapreader
|
|
3
|
-
Version: 1.3.
|
|
3
|
+
Version: 1.3.9
|
|
4
4
|
Summary: A computer vision pipeline for the semantic exploration of maps/images at scale
|
|
5
5
|
Home-page: https://github.com/Living-with-machines/MapReader
|
|
6
6
|
Download-URL: https://github.com/Living-with-machines/MapReader/archive/refs/heads/main.zip
|
|
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
|
|
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
|