Upload folder using huggingface_hub
Browse files- config.json +12 -0
- px_model.pth +3 -0
- ref_stats.pth +3 -0
config.json
ADDED
|
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"architecture": "VAAS",
|
| 3 |
+
"version": "v1",
|
| 4 |
+
"alpha": 0.5,
|
| 5 |
+
"input_size": [
|
| 6 |
+
224,
|
| 7 |
+
224
|
| 8 |
+
],
|
| 9 |
+
"px_checkpoint": "px_model.pth",
|
| 10 |
+
"fx_backbone": "google/vit-base-patch16-224",
|
| 11 |
+
"px_backbone": "nvidia/segformer-b1"
|
| 12 |
+
}
|
px_model.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3c8f0aea456a5175db54de8c8483ddd5b001e816fcac249d3968dcd7549603fb
|
| 3 |
+
size 54798133
|
ref_stats.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:09287fa16965a465e7b71a19d43c9eca95f2a086af4428d47e963ff230da432e
|
| 3 |
+
size 1845
|