Push model using huggingface_hub.
Browse files- README.md +10 -0
- config.json +28 -0
- model.safetensors +3 -0
README.md
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
tags:
|
| 3 |
+
- model_hub_mixin
|
| 4 |
+
- pytorch_model_hub_mixin
|
| 5 |
+
---
|
| 6 |
+
|
| 7 |
+
This model has been pushed to the Hub using the [PytorchModelHubMixin](https://huggingface.co/docs/huggingface_hub/package_reference/mixins#huggingface_hub.PyTorchModelHubMixin) integration:
|
| 8 |
+
- Code: [More Information Needed]
|
| 9 |
+
- Paper: [More Information Needed]
|
| 10 |
+
- Docs: [More Information Needed]
|
config.json
ADDED
|
@@ -0,0 +1,28 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"args": {
|
| 3 |
+
"Track_cfg": {
|
| 4 |
+
"base": {
|
| 5 |
+
"corr_radius": 3,
|
| 6 |
+
"stride": 4,
|
| 7 |
+
"window_len": 60
|
| 8 |
+
},
|
| 9 |
+
"base_ckpt": "checkpoints/scaled_offline.pth",
|
| 10 |
+
"mode": "online",
|
| 11 |
+
"overlap": 4,
|
| 12 |
+
"s_wind": 200,
|
| 13 |
+
"stablizer": true
|
| 14 |
+
},
|
| 15 |
+
"backbone_cfg": {
|
| 16 |
+
"ckpt_dir": "checkpoints/model.pt"
|
| 17 |
+
},
|
| 18 |
+
"chunk_size": 24,
|
| 19 |
+
"ckpt_fwd": true,
|
| 20 |
+
"ft_cfg": {
|
| 21 |
+
"mode": "fix",
|
| 22 |
+
"paras_name": []
|
| 23 |
+
},
|
| 24 |
+
"max_len": 512,
|
| 25 |
+
"resolution": 336,
|
| 26 |
+
"track_num": 756
|
| 27 |
+
}
|
| 28 |
+
}
|
model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f1236958b274867ca9a743303eb2cf48a9d217a7d005e163b45a9ab87ed2e723
|
| 3 |
+
size 275903760
|