p2oileen commited on
Commit
bc9223a
1 Parent(s): add59e8

change infer.sh

Browse files
Files changed (1) hide show
  1. infer.sh +1 -1
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 video...
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.