projectstreet-detection-docker

Docker for detecting streets. (WIP)
git clone git://archive.git.mtrnord.blog/Nordgedanken/projectstreet-detection-docker.git
Log | Files | Refs | README

commit d9539faea4befb66b72527ec2784455dd9116ed9
parent 2dfeee34a96f0e2e67301c3521022669867aa0f8
Author: Marcel <MTRNord@users.noreply.github.com>
Date:   Fri, 14 Oct 2016 13:05:18 +0200

Update stage1_3.sh
Diffstat:
Mscripts/stage1_3.sh | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/scripts/stage1_3.sh b/scripts/stage1_3.sh @@ -8,3 +8,6 @@ zstd --train pos/* -o pos zstd pos.zst -D pos cp "./pos.zst" "/root/shared/results/pos.zst" && echo "pos.zst in upload" cp "./bg.txt" "/root/shared/results/bg.txt" && echo "bg.txt in upload" +zstd --train neg/* -o neg +zstd neg.zst -D neg +cp "./neg.zst" "/root/shared/results/neg.zst" && echo "pos.zst in upload"