Link model to paper, add usage section

#1
by nielsr HF staff - opened
Files changed (1) hide show
  1. README.md +6 -2
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
- - Docs: [More Information Needed]
 
 
 
 
 
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.