Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Why I can't save the video? #7

Closed
Bailey-24 opened this issue Jul 17, 2022 · 1 comment
Closed

Why I can't save the video? #7

Bailey-24 opened this issue Jul 17, 2022 · 1 comment

Comments

@Bailey-24
Copy link

I ran the command python src/train.py task=dog-run save_video=True save_model=True
When finished the train, I only got the model.pt, there are not video saved.

My platform is ubuntu20.04

@nicklashansen
Copy link
Owner

Hi, we only save videos to wandb by default. You'd need to either link a wandb account or modify the line here

self._wandb.log({'eval_video': self._wandb.Video(frames, fps=self.fps, format='mp4')}, step=step)
to use a different library (e.g. imageio) for saving videos. I'm closing this issue but feel free to reopen if you have additional questions.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants