nielsr HF staff commited on
Commit
1bf2b82
1 Parent(s): 8fc0b88

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -34,8 +34,8 @@ import torch
34
 
35
  video = list(np.random.randn(16, 3, 224, 224))
36
 
37
- processor = VideoMAEImageProcessor.from_pretrained("sandstorm12/videomae-small-finetuned-kinetics")
38
- model = VideoMAEForVideoClassification.from_pretrained("sandstorm12/videomae-small-finetuned-kinetics")
39
 
40
  inputs = processor(video, return_tensors="pt")
41
 
 
34
 
35
  video = list(np.random.randn(16, 3, 224, 224))
36
 
37
+ processor = VideoMAEImageProcessor.from_pretrained("MCG-NJU/videomae-small-finetuned-kinetics")
38
+ model = VideoMAEForVideoClassification.from_pretrained("MCG-NJU/videomae-small-finetuned-kinetics")
39
 
40
  inputs = processor(video, return_tensors="pt")
41