Push model using huggingface_hub.
Browse files- README.md +12 -0
- config.json +23 -0
- model.safetensors +3 -0
README.md
ADDED
|
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: mit
|
| 3 |
+
tags:
|
| 4 |
+
- model_hub_mixin
|
| 5 |
+
- pytorch_model_hub_mixin
|
| 6 |
+
- tracking
|
| 7 |
+
---
|
| 8 |
+
|
| 9 |
+
This model has been pushed to the Hub using the [PytorchModelHubMixin](https://huggingface.co/docs/huggingface_hub/package_reference/mixins#huggingface_hub.PyTorchModelHubMixin) integration:
|
| 10 |
+
- Code: https://github.com/aharley/alltracker
|
| 11 |
+
- Paper: https://huggingface.co/papers/2506.07310
|
| 12 |
+
- Docs: [More Information Needed]
|
config.json
ADDED
|
@@ -0,0 +1,23 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"corr_levels": 5,
|
| 3 |
+
"corr_radius": 4,
|
| 4 |
+
"dim": 128,
|
| 5 |
+
"full_split": false,
|
| 6 |
+
"hdim": 128,
|
| 7 |
+
"init_weights": true,
|
| 8 |
+
"no_ctx": false,
|
| 9 |
+
"no_space": false,
|
| 10 |
+
"no_split": false,
|
| 11 |
+
"no_time": false,
|
| 12 |
+
"num_blocks": 3,
|
| 13 |
+
"seqlen": 16,
|
| 14 |
+
"use_attn": true,
|
| 15 |
+
"use_basicencoder": false,
|
| 16 |
+
"use_conv": false,
|
| 17 |
+
"use_convb": false,
|
| 18 |
+
"use_feats8": false,
|
| 19 |
+
"use_mixer": false,
|
| 20 |
+
"use_relmotion": false,
|
| 21 |
+
"use_sinmotion": false,
|
| 22 |
+
"use_sinrelmotion": false
|
| 23 |
+
}
|
model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5dfd16c0ceec0b1d50c5efc98135dd2ef7853e4c9012c9c6f3b11a4dffbb5cf2
|
| 3 |
+
size 65939768
|