Spaces:
Runtime error
Runtime error
| rm -r "./results" | |
| mkdir "./results" | |
| python3 train.py --mode=test \ | |
| --world_size=1 --dataloaders=2 \ | |
| --test_input_poses_images=./poses/ \ | |
| --test_input_person_images=./character_sheet/ \ | |
| --test_output_dir=./results/ \ | |
| --test_checkpoint_dir=./weights/ | |
| echo Generating Video... | |
| ffmpeg -r 30 -y -i ./results/%d.png -r 30 -c:v libx264 -pix_fmt yuv420p output.mp4 -crf 18 -r 30 | |
| echo DONE. | |