Link model to paper, add usage section
Browse filesHi,
This PR ensures the model can be viewed from the paper page and adds a usage section.
README.md
CHANGED
@@ -1,11 +1,15 @@
|
|
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 |
- Library: https://github.com/princeton-vl/SEA-RAFT
|
11 |
-
-
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: bsd-3-clause
|
|
|
3 |
tags:
|
4 |
+
- optical-flow-estimation
|
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 |
- Library: https://github.com/princeton-vl/SEA-RAFT
|
11 |
+
- Paper: https://huggingface.co/papers/2405.14793
|
12 |
+
|
13 |
+
# Usage
|
14 |
+
|
15 |
+
Refer to the example script here: https://github.com/princeton-vl/SEA-RAFT?tab=readme-ov-file#custom-usage.
|