Spaces:
Sleeping
Sleeping
Commit ·
1e2b604
1
Parent(s): 6cbe54a
remove __pycache__
Browse files- .gitignore +4 -1
- datasets/__pycache__/__init__.cpython-38.pyc +0 -0
- datasets/__pycache__/build_INR_dataset.cpython-38.pyc +0 -0
- datasets/__pycache__/build_dataset.cpython-38.pyc +0 -0
- model/__pycache__/__init__.cpython-38.pyc +0 -0
- model/__pycache__/backbone.cpython-38.pyc +0 -0
- model/__pycache__/build_model.cpython-38.pyc +0 -0
- model/__pycache__/lut_transformation_net.cpython-38.pyc +0 -0
- model/base/__pycache__/__init__.cpython-38.pyc +0 -0
- model/base/__pycache__/basic_blocks.cpython-38.pyc +0 -0
- model/base/__pycache__/conv_autoencoder.cpython-38.pyc +0 -0
- model/base/__pycache__/ih_model.cpython-38.pyc +0 -0
- model/base/__pycache__/ops.cpython-38.pyc +0 -0
- model/hrnetv2/__pycache__/__init__.cpython-38.pyc +0 -0
- model/hrnetv2/__pycache__/hrnet_ocr.cpython-38.pyc +0 -0
- model/hrnetv2/__pycache__/modifiers.cpython-38.pyc +0 -0
- model/hrnetv2/__pycache__/ocr.cpython-38.pyc +0 -0
- model/hrnetv2/__pycache__/resnetv1b.cpython-38.pyc +0 -0
- utils/__pycache__/__init__.cpython-38.pyc +0 -0
- utils/__pycache__/build_loss.cpython-38.pyc +0 -0
- utils/__pycache__/metrics.cpython-38.pyc +0 -0
- utils/__pycache__/misc.cpython-38.pyc +0 -0
.gitignore
CHANGED
|
@@ -1,4 +1,7 @@
|
|
| 1 |
.idea/*
|
| 2 |
logs/*
|
| 3 |
wandb/*
|
| 4 |
-
pretrained_models/*
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
.idea/*
|
| 2 |
logs/*
|
| 3 |
wandb/*
|
| 4 |
+
pretrained_models/*
|
| 5 |
+
|
| 6 |
+
__pycache__/
|
| 7 |
+
*.py[cod]
|
datasets/__pycache__/__init__.cpython-38.pyc
DELETED
|
Binary file (176 Bytes)
|
|
|
datasets/__pycache__/build_INR_dataset.cpython-38.pyc
DELETED
|
Binary file (1.31 kB)
|
|
|
datasets/__pycache__/build_dataset.cpython-38.pyc
DELETED
|
Binary file (6.96 kB)
|
|
|
model/__pycache__/__init__.cpython-38.pyc
DELETED
|
Binary file (173 Bytes)
|
|
|
model/__pycache__/backbone.cpython-38.pyc
DELETED
|
Binary file (2.96 kB)
|
|
|
model/__pycache__/build_model.cpython-38.pyc
DELETED
|
Binary file (1.03 kB)
|
|
|
model/__pycache__/lut_transformation_net.cpython-38.pyc
DELETED
|
Binary file (2.43 kB)
|
|
|
model/base/__pycache__/__init__.cpython-38.pyc
DELETED
|
Binary file (178 Bytes)
|
|
|
model/base/__pycache__/basic_blocks.cpython-38.pyc
DELETED
|
Binary file (10.1 kB)
|
|
|
model/base/__pycache__/conv_autoencoder.cpython-38.pyc
DELETED
|
Binary file (13.8 kB)
|
|
|
model/base/__pycache__/ih_model.cpython-38.pyc
DELETED
|
Binary file (3.22 kB)
|
|
|
model/base/__pycache__/ops.cpython-38.pyc
DELETED
|
Binary file (14 kB)
|
|
|
model/hrnetv2/__pycache__/__init__.cpython-38.pyc
DELETED
|
Binary file (181 Bytes)
|
|
|
model/hrnetv2/__pycache__/hrnet_ocr.cpython-38.pyc
DELETED
|
Binary file (10.6 kB)
|
|
|
model/hrnetv2/__pycache__/modifiers.cpython-38.pyc
DELETED
|
Binary file (704 Bytes)
|
|
|
model/hrnetv2/__pycache__/ocr.cpython-38.pyc
DELETED
|
Binary file (4.54 kB)
|
|
|
model/hrnetv2/__pycache__/resnetv1b.cpython-38.pyc
DELETED
|
Binary file (7.54 kB)
|
|
|
utils/__pycache__/__init__.cpython-38.pyc
DELETED
|
Binary file (173 Bytes)
|
|
|
utils/__pycache__/build_loss.cpython-38.pyc
DELETED
|
Binary file (2.74 kB)
|
|
|
utils/__pycache__/metrics.cpython-38.pyc
DELETED
|
Binary file (1.57 kB)
|
|
|
utils/__pycache__/misc.cpython-38.pyc
DELETED
|
Binary file (11.9 kB)
|
|
|