Update README.md
Browse files
README.md
CHANGED
@@ -1,5 +1,8 @@
|
|
1 |
---
|
2 |
license: mit
|
|
|
|
|
|
|
3 |
---
|
4 |
|
5 |
![PyTorch to ONNX-TensorRT](https://dicksonneoh.com/images/portfolio/supercharge_your_pytorch_image_models/post_image.png)
|
@@ -97,5 +100,4 @@ Read more [here](https://dicksonneoh.com/portfolio/supercharge_your_pytorch_imag
|
|
97 |
python 09_video_inference.py sample.mp4 output.mp4 --live
|
98 |
```
|
99 |
|
100 |
-
<video controls autoplay src="https://cdn-uploads.huggingface.co/production/uploads/6195f404c07573b03c61702c/lOmu7KaqrihRDVcQVJDi0.mp4"></video>
|
101 |
-
|
|
|
1 |
---
|
2 |
license: mit
|
3 |
+
base_model:
|
4 |
+
- timm/eva02_large_patch14_448.mim_m38m_ft_in22k_in1k
|
5 |
+
pipeline_tag: image-classification
|
6 |
---
|
7 |
|
8 |
![PyTorch to ONNX-TensorRT](https://dicksonneoh.com/images/portfolio/supercharge_your_pytorch_image_models/post_image.png)
|
|
|
100 |
python 09_video_inference.py sample.mp4 output.mp4 --live
|
101 |
```
|
102 |
|
103 |
+
<video controls autoplay src="https://cdn-uploads.huggingface.co/production/uploads/6195f404c07573b03c61702c/lOmu7KaqrihRDVcQVJDi0.mp4"></video>
|
|