Update README.md
Browse files
README.md
CHANGED
|
@@ -4,7 +4,7 @@ license: apache-2.0
|
|
| 4 |
|
| 5 |
# Shot Scale
|
| 6 |
|
| 7 |
-
This model predicts an image's cinematic camera angle [extreme_close_up, close_up, medium, full, wide]. The model is a DinoV2 with registers backbone (initiated with `facebook/dinov2-with-registers-large` weights) and trained on a diverse set of
|
| 8 |
|
| 9 |
## How to use:
|
| 10 |
```python
|
|
|
|
| 4 |
|
| 5 |
# Shot Scale
|
| 6 |
|
| 7 |
+
This model predicts an image's cinematic camera angle [extreme_close_up, close_up, medium, full, wide]. The model is a DinoV2 with registers backbone (initiated with `facebook/dinov2-with-registers-large` weights) and trained on a diverse set of five thousand human-annotated images.
|
| 8 |
|
| 9 |
## How to use:
|
| 10 |
```python
|