Closed xh9998 closed 1 year ago
Could you share your running scripts?
The default saving location is outputs/rabbit-jump. Did you correctly save your weights in outputs/rabbitjump?
yes,I do. I change it to jump rabbit. I try another yaml but still got this error. Let me show you:
python run_videop2p.py --config="configs/man-motor-p2p.yaml"
Traceback (most recent call last):
File "/cpfs01/user/lixiaohui/code/Video-P2P/run_videop2p.py", line 664, in
I have got ddim_latent-500.pt, isnt that enough?
If you run the first stage (run_tuning.py) properly. There should be outputs/rabbit-jump/tokenizer.
Please check whether this line is executed: line.
ok, thank you. It turns out that the question lies in tuneavideo.
TypeError: The keyword fps
is no longer supported. Use duration
(in ms) instead, e.g. fps=50
== duration=20
(1000 * 1/50).
Afer I fix this, I get the right tokenizer.
Thanks for pointing out.
OSError: Can't load tokenizer for '/cpfs01/user/lixiaohui/code/Video-P2P/outputs/rabbitjump'. If you were trying to load it from 'https://huggingface.co/models', make sure you don't have a local directory with the same name. Otherwise, make sure 'Video-P2P/outputs/rabbitjump' is the correct path to a directory containing all relevant files for a CLIPTokenizer tokenizer.