diff options
| author | jules@lens <julescarbon@gmail.com> | 2018-04-24 20:19:24 +0200 |
|---|---|---|
| committer | jules@lens <julescarbon@gmail.com> | 2018-04-24 20:19:24 +0200 |
| commit | 83e91e0a8effcd20466e56b6ecc3e349bbfa5e0e (patch) | |
| tree | 377977c1068fa2411ac6b0e7c6da4aa97873ae8b /process.sh | |
| parent | 9b0d10f357871231bbec06c610363588812216e1 (diff) | |
Diffstat (limited to 'process.sh')
| -rwxr-xr-x | process.sh | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/process.sh b/process.sh new file mode 100755 index 0000000..1967c22 --- /dev/null +++ b/process.sh @@ -0,0 +1,10 @@ +cd Code + +python process_data.py \ + --num_clips=5000000 \ + --train_dir=../Data/GoodFlat/Train/ \ + --clips_dir=../Data/Clips/GoodFlat/ \ + --overwrite + +cd .. + |
