Update README.md
This commit is contained in:
parent
f0762b7397
commit
755bcbcb26
|
@ -31,7 +31,7 @@ fine-tuned versions on a task that interests you.
|
||||||
|
|
||||||
### How to use
|
### How to use
|
||||||
|
|
||||||
Here is how to use this model to classify an image of the COCO 2017 dataset into one of the 1,000 ImageNet classes:
|
Here is how to use this model for zero-shot depth estimation on an image:
|
||||||
|
|
||||||
```python
|
```python
|
||||||
from transformers import DPTFeatureExtractor, DPTForDepthEstimation
|
from transformers import DPTFeatureExtractor, DPTForDepthEstimation
|
||||||
|
|
Loading…
Reference in New Issue