Fabrice-TIERCELIN commited on
Commit
6b5cb9f
·
verified ·
1 Parent(s): 602cbe0

Update video_super_resolution/scripts/inference_sr.sh

Browse files
video_super_resolution/scripts/inference_sr.sh CHANGED
@@ -45,7 +45,7 @@ for i in "${!mp4_files[@]}"; do
45
  --solver_mode 'fast' \
46
  --steps 15 \
47
  --input_path "${mp4_file}" \
48
- --model_path /mnt/bn/videodataset/VSR/pretrained_models/STAR/model.pt \
49
  --prompt "${line}" \
50
  --upscale 4 \
51
  --max_chunk_len ${frame_length} \
 
45
  --solver_mode 'fast' \
46
  --steps 15 \
47
  --input_path "${mp4_file}" \
48
+ --model_path /mnt/bn/videodataset/VSR/pretrained_models/STAR/heavy_deg.pt \
49
  --prompt "${line}" \
50
  --upscale 4 \
51
  --max_chunk_len ${frame_length} \