diff options
| author | jules@lens <julescarbon@gmail.com> | 2018-08-21 15:44:54 +0200 |
|---|---|---|
| committer | jules@lens <julescarbon@gmail.com> | 2018-08-21 15:44:54 +0200 |
| commit | d52f2fa369ae4c1df766ce288520ce82f0d984ff (patch) | |
| tree | 16c0f9cb07f7503115122aaa0fb8ed8be742a986 /live_test.sh | |
| parent | e64c6f0eb88f1eadb5d33bededb5a16cb91be293 (diff) | |
live test
Diffstat (limited to 'live_test.sh')
| -rw-r--r-- | live_test.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/live_test.sh b/live_test.sh new file mode 100644 index 0000000..be8ae5e --- /dev/null +++ b/live_test.sh @@ -0,0 +1,4 @@ +#!/bin/bash + +LD_LIBRARY_PATH=/usr/local/cuda/lib64:/home/lens/Downloads/TensorRT-4.0.0.3/lib /home/lens/.virtualenv/pytorch/bin/python -u live.py --phase recursive --dataroot /home/lens/code/pix2pixhd/sequences/4k_night_videowalk_in_east_shinjuku_tokyo --start_img /home/lens/code/pix2pixhd/sequences/4k_night_videowalk_in_east_shinjuku_tokyo/frame_00001.png --checkpoint-name 4k_night_videowalk_in_east_shinjuku_tokyo --experiment 4k_night_videowalk_in_east_shinjuku_tokyo --name 4k_night_videowalk_in_east_shinjuku_tokyo --module_name pix2pixHD --sequence-name 4k_night_videowalk_in_east_shinjuku_tokyo --recursive --recursive-frac 0.1, --sequence --sequence-frac 0.3, --process-frac 0.5, --label_nc 0 --no_instance --how_many 10000, --transition-period 1000, --just-copy --poll_delay 0.01, --which_epoch latest --norm batch + |
