Skip to content

Commit

Permalink
Restore inadvertent change to benchmark duration
Browse files Browse the repository at this point in the history
  • Loading branch information
jojje committed Jan 3, 2024
1 parent ea3d000 commit bad185f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,6 @@ test: ## Run a smoke test doing a 2x upscale with Protheus

benchmark: ## Run a prob3 2x upscale benchmark
docker run --rm -ti --gpus all $(IMAGE) \
ffmpeg -f lavfi -i testsrc=duration=5:size=640x480:rate=30 -pix_fmt yuv420p \
ffmpeg -f lavfi -i testsrc=duration=60:size=640x480:rate=30 -pix_fmt yuv420p \
-filter_complex "tvai_up=model=prob-3:scale=2:preblur=-0.6:noise=0:details=1:halo=0.03:blur=1:compression=0:estimate=20:blend=0.8:device=0:vram=1:instances=1" \
-f null -

0 comments on commit bad185f

Please sign in to comment.