Skip to content

Commit ebf22c5

Browse files
authored
Replace AutoVideoProcessor with AutoImageProcessor
The Pretained checkpoints on Huggingface section has an error where the AutoVideoProcessor was used instead of AutoImageProcessor in example.
1 parent 847a91e commit ebf22c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ hf_repo = "facebook/vjepa2-vitg-fpc64-256"
191191

192192

193193
model = AutoModel.from_pretrained(hf_repo)
194-
processor = AutoVideoProcessor.from_pretrained(hf_repo)
194+
processor = AutoImageProcessor.from_pretrained(hf_repo)
195195
```
196196

197197
#### Evaluation Attentive Probes

0 commit comments

Comments
 (0)