s1nglassessface
commited on
Add Tartan-T-TSKH-sintel
Browse files- README.md +12 -0
- config.json +10 -0
- model.safetensors +3 -0
README.md
ADDED
|
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: bsd-3-clause
|
| 3 |
+
pipeline_tag: optical-flow-estimation
|
| 4 |
+
tags:
|
| 5 |
+
- model_hub_mixin
|
| 6 |
+
- pytorch_model_hub_mixin
|
| 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: [More Information Needed]
|
| 11 |
+
- Paper: [More Information Needed]
|
| 12 |
+
- Docs: [More Information Needed]
|
config.json
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"backbone": "resnet34",
|
| 3 |
+
"corr_levels": 4,
|
| 4 |
+
"corr_radius": 4,
|
| 5 |
+
"dim": 512,
|
| 6 |
+
"num_blocks": 2,
|
| 7 |
+
"use_var": true,
|
| 8 |
+
"var_max": 10.0,
|
| 9 |
+
"var_min": 0.0
|
| 10 |
+
}
|
model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5f5dfcb7f66d222c06723ccee0148a3ffaa575d3901c8cb5065c2d239d03762e
|
| 3 |
+
size 303172564
|