Spaces:
Runtime error
Runtime error
jgerbscheid
commited on
Commit
Β·
01e5b1c
1
Parent(s):
b9bac12
moved package around
Browse files- dijkprofile-annotator/LICENSE β LICENSE +0 -0
- dijkprofile-annotator/conftest.py β conftest.py +0 -0
- {dijkprofile-annotator/dijkprofile_annotator β dijkprofile_annotator}/__init__.py +0 -0
- {dijkprofile-annotator/dijkprofile_annotator β dijkprofile_annotator}/__pycache__/__init__.cpython-39.pyc +0 -0
- {dijkprofile-annotator/dijkprofile_annotator β dijkprofile_annotator}/__pycache__/annotator.cpython-39.pyc +0 -0
- {dijkprofile-annotator/dijkprofile_annotator β dijkprofile_annotator}/__pycache__/config.cpython-39.pyc +0 -0
- {dijkprofile-annotator/dijkprofile_annotator β dijkprofile_annotator}/annotator.py +0 -0
- {dijkprofile-annotator/dijkprofile_annotator β dijkprofile_annotator}/config.py +0 -0
- {dijkprofile-annotator/dijkprofile_annotator β dijkprofile_annotator}/data/trained_models/dijknet_simple_95.pt +0 -0
- {dijkprofile-annotator/dijkprofile_annotator β dijkprofile_annotator}/data/trained_models/scaler.pik +0 -0
- {dijkprofile-annotator/dijkprofile_annotator β dijkprofile_annotator}/dataset/__init__.py +0 -0
- {dijkprofile-annotator/dijkprofile_annotator β dijkprofile_annotator}/dataset/__pycache__/__init__.cpython-39.pyc +0 -0
- {dijkprofile-annotator/dijkprofile_annotator β dijkprofile_annotator}/dataset/__pycache__/dataset.cpython-39.pyc +0 -0
- {dijkprofile-annotator/dijkprofile_annotator β dijkprofile_annotator}/dataset/dataset.py +0 -0
- {dijkprofile-annotator/dijkprofile_annotator β dijkprofile_annotator}/models/__init__.py +0 -0
- {dijkprofile-annotator/dijkprofile_annotator β dijkprofile_annotator}/models/__pycache__/__init__.cpython-39.pyc +0 -0
- {dijkprofile-annotator/dijkprofile_annotator β dijkprofile_annotator}/models/__pycache__/dijknet.cpython-39.pyc +0 -0
- {dijkprofile-annotator/dijkprofile_annotator β dijkprofile_annotator}/models/dijknet.py +0 -0
- {dijkprofile-annotator/dijkprofile_annotator β dijkprofile_annotator}/preprocessing/__init__.py +0 -0
- {dijkprofile-annotator/dijkprofile_annotator β dijkprofile_annotator}/preprocessing/__pycache__/__init__.cpython-39.pyc +0 -0
- {dijkprofile-annotator/dijkprofile_annotator β dijkprofile_annotator}/preprocessing/__pycache__/link_collector.cpython-39.pyc +0 -0
- {dijkprofile-annotator/dijkprofile_annotator β dijkprofile_annotator}/preprocessing/__pycache__/preprocessing.cpython-39.pyc +0 -0
- {dijkprofile-annotator/dijkprofile_annotator β dijkprofile_annotator}/preprocessing/preprocessing.py +0 -0
- {dijkprofile-annotator/dijkprofile_annotator β dijkprofile_annotator}/requirements.txt +0 -0
- {dijkprofile-annotator/dijkprofile_annotator β dijkprofile_annotator}/training/__init__.py +0 -0
- {dijkprofile-annotator/dijkprofile_annotator β dijkprofile_annotator}/training/__pycache__/__init__.cpython-39.pyc +0 -0
- {dijkprofile-annotator/dijkprofile_annotator β dijkprofile_annotator}/training/__pycache__/train.cpython-39.pyc +0 -0
- {dijkprofile-annotator/dijkprofile_annotator β dijkprofile_annotator}/training/train.py +0 -0
- {dijkprofile-annotator/dijkprofile_annotator β dijkprofile_annotator}/utils/__init__.py +0 -0
- {dijkprofile-annotator/dijkprofile_annotator β dijkprofile_annotator}/utils/__pycache__/__init__.cpython-39.pyc +0 -0
- {dijkprofile-annotator/dijkprofile_annotator β dijkprofile_annotator}/utils/__pycache__/utils.cpython-39.pyc +0 -0
- {dijkprofile-annotator/dijkprofile_annotator β dijkprofile_annotator}/utils/utils.py +0 -0
- {dijkprofile-annotator/dijkprofile_annotator β dijkprofile_annotator}/web/.gitkeep +0 -0
- {dijkprofile-annotator/dijkprofile_annotator β dijkprofile_annotator}/web/app.py +0 -0
- {dijkprofile-annotator/output β output}/models/.gitkeep +0 -0
- {dijkprofile-annotator/output β output}/models/scaler.pik +0 -0
- {dijkprofile-annotator/output β output}/reports/.gitkeep +0 -0
- {dijkprofile-annotator/output β output}/visualizations/.gitkeep +0 -0
- requirements.txt +0 -1
- {dijkprofile-annotator/run β run}/configs/.gitkeep +0 -0
- dijkprofile-annotator/setup.cfg β setup.cfg +0 -0
- dijkprofile-annotator/setup.py β setup.py +0 -0
dijkprofile-annotator/LICENSE β LICENSE
RENAMED
File without changes
|
dijkprofile-annotator/conftest.py β conftest.py
RENAMED
File without changes
|
{dijkprofile-annotator/dijkprofile_annotator β dijkprofile_annotator}/__init__.py
RENAMED
File without changes
|
{dijkprofile-annotator/dijkprofile_annotator β dijkprofile_annotator}/__pycache__/__init__.cpython-39.pyc
RENAMED
File without changes
|
{dijkprofile-annotator/dijkprofile_annotator β dijkprofile_annotator}/__pycache__/annotator.cpython-39.pyc
RENAMED
File without changes
|
{dijkprofile-annotator/dijkprofile_annotator β dijkprofile_annotator}/__pycache__/config.cpython-39.pyc
RENAMED
File without changes
|
{dijkprofile-annotator/dijkprofile_annotator β dijkprofile_annotator}/annotator.py
RENAMED
File without changes
|
{dijkprofile-annotator/dijkprofile_annotator β dijkprofile_annotator}/config.py
RENAMED
File without changes
|
{dijkprofile-annotator/dijkprofile_annotator β dijkprofile_annotator}/data/trained_models/dijknet_simple_95.pt
RENAMED
File without changes
|
{dijkprofile-annotator/dijkprofile_annotator β dijkprofile_annotator}/data/trained_models/scaler.pik
RENAMED
File without changes
|
{dijkprofile-annotator/dijkprofile_annotator β dijkprofile_annotator}/dataset/__init__.py
RENAMED
File without changes
|
{dijkprofile-annotator/dijkprofile_annotator β dijkprofile_annotator}/dataset/__pycache__/__init__.cpython-39.pyc
RENAMED
File without changes
|
{dijkprofile-annotator/dijkprofile_annotator β dijkprofile_annotator}/dataset/__pycache__/dataset.cpython-39.pyc
RENAMED
File without changes
|
{dijkprofile-annotator/dijkprofile_annotator β dijkprofile_annotator}/dataset/dataset.py
RENAMED
File without changes
|
{dijkprofile-annotator/dijkprofile_annotator β dijkprofile_annotator}/models/__init__.py
RENAMED
File without changes
|
{dijkprofile-annotator/dijkprofile_annotator β dijkprofile_annotator}/models/__pycache__/__init__.cpython-39.pyc
RENAMED
File without changes
|
{dijkprofile-annotator/dijkprofile_annotator β dijkprofile_annotator}/models/__pycache__/dijknet.cpython-39.pyc
RENAMED
File without changes
|
{dijkprofile-annotator/dijkprofile_annotator β dijkprofile_annotator}/models/dijknet.py
RENAMED
File without changes
|
{dijkprofile-annotator/dijkprofile_annotator β dijkprofile_annotator}/preprocessing/__init__.py
RENAMED
File without changes
|
{dijkprofile-annotator/dijkprofile_annotator β dijkprofile_annotator}/preprocessing/__pycache__/__init__.cpython-39.pyc
RENAMED
File without changes
|
{dijkprofile-annotator/dijkprofile_annotator β dijkprofile_annotator}/preprocessing/__pycache__/link_collector.cpython-39.pyc
RENAMED
File without changes
|
{dijkprofile-annotator/dijkprofile_annotator β dijkprofile_annotator}/preprocessing/__pycache__/preprocessing.cpython-39.pyc
RENAMED
File without changes
|
{dijkprofile-annotator/dijkprofile_annotator β dijkprofile_annotator}/preprocessing/preprocessing.py
RENAMED
File without changes
|
{dijkprofile-annotator/dijkprofile_annotator β dijkprofile_annotator}/requirements.txt
RENAMED
File without changes
|
{dijkprofile-annotator/dijkprofile_annotator β dijkprofile_annotator}/training/__init__.py
RENAMED
File without changes
|
{dijkprofile-annotator/dijkprofile_annotator β dijkprofile_annotator}/training/__pycache__/__init__.cpython-39.pyc
RENAMED
File without changes
|
{dijkprofile-annotator/dijkprofile_annotator β dijkprofile_annotator}/training/__pycache__/train.cpython-39.pyc
RENAMED
File without changes
|
{dijkprofile-annotator/dijkprofile_annotator β dijkprofile_annotator}/training/train.py
RENAMED
File without changes
|
{dijkprofile-annotator/dijkprofile_annotator β dijkprofile_annotator}/utils/__init__.py
RENAMED
File without changes
|
{dijkprofile-annotator/dijkprofile_annotator β dijkprofile_annotator}/utils/__pycache__/__init__.cpython-39.pyc
RENAMED
File without changes
|
{dijkprofile-annotator/dijkprofile_annotator β dijkprofile_annotator}/utils/__pycache__/utils.cpython-39.pyc
RENAMED
File without changes
|
{dijkprofile-annotator/dijkprofile_annotator β dijkprofile_annotator}/utils/utils.py
RENAMED
File without changes
|
{dijkprofile-annotator/dijkprofile_annotator β dijkprofile_annotator}/web/.gitkeep
RENAMED
File without changes
|
{dijkprofile-annotator/dijkprofile_annotator β dijkprofile_annotator}/web/app.py
RENAMED
File without changes
|
{dijkprofile-annotator/output β output}/models/.gitkeep
RENAMED
File without changes
|
{dijkprofile-annotator/output β output}/models/scaler.pik
RENAMED
File without changes
|
{dijkprofile-annotator/output β output}/reports/.gitkeep
RENAMED
File without changes
|
{dijkprofile-annotator/output β output}/visualizations/.gitkeep
RENAMED
File without changes
|
requirements.txt
CHANGED
@@ -5,4 +5,3 @@ Pillow==8.4.0
|
|
5 |
scikit_learn==1.0.1
|
6 |
seaborn==0.11.2
|
7 |
torch==1.10.0
|
8 |
-
./dijkprofile-annotator
|
|
|
5 |
scikit_learn==1.0.1
|
6 |
seaborn==0.11.2
|
7 |
torch==1.10.0
|
|
{dijkprofile-annotator/run β run}/configs/.gitkeep
RENAMED
File without changes
|
dijkprofile-annotator/setup.cfg β setup.cfg
RENAMED
File without changes
|
dijkprofile-annotator/setup.py β setup.py
RENAMED
File without changes
|