Spaces:
Runtime error
Runtime error
change infer.sh
Browse files
infer.sh
CHANGED
@@ -9,6 +9,6 @@ python3 -m torch.distributed.launch \
|
|
9 |
--test_output_dir=./results/ \
|
10 |
--test_checkpoint_dir=./weights/
|
11 |
|
12 |
-
echo Generating
|
13 |
ffmpeg -r 30 -y -i ./results/%d.png -r 30 -c:v libx264 output.mp4 -r 30
|
14 |
echo DONE.
|
|
|
9 |
--test_output_dir=./results/ \
|
10 |
--test_checkpoint_dir=./weights/
|
11 |
|
12 |
+
echo Generating Video...
|
13 |
ffmpeg -r 30 -y -i ./results/%d.png -r 30 -c:v libx264 output.mp4 -r 30
|
14 |
echo DONE.
|