We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54abed9 commit fb50f06Copy full SHA for fb50f06
README.md
@@ -15,6 +15,18 @@ conda install pytorch==2.0.1 torchvision==0.15.2 pytorch-cuda=11.7 -c pytorch -c
15
pip install numpy opencv-python
16
```
17
18
+## Inference with HuggingFace 🤗
19
+Install huggingface-hub
20
+```
21
+pip install huggingface-hub
22
23
+Inference uses our pretrained model, trained with multiple datasets, neuflow_mixed.pth:
24
25
+python infer_hf.py
26
27
+
28
+<img src="example_result.jpg" width="400" >
29
30
## Inference
31
32
Inference uses our pretrained model, trained with multiple datasets, neuflow_mixed.pth:
0 commit comments