From c51105744fa5ce03d76c465a1b317ce7d19ec1e4 Mon Sep 17 00:00:00 2001 From: "Rochette GLC Mr (PG/R - Elec Electronic Eng)" <g.rochette@surrey.ac.uk> Date: Mon, 16 Mar 2020 16:53:17 +0000 Subject: [PATCH] Removed gzip compression. --- offline.sh | 2 +- viz.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/offline.sh b/offline.sh index 2db46c1..71d4a02 100755 --- a/offline.sh +++ b/offline.sh @@ -30,4 +30,4 @@ docker run \ --display 0 \ --render_pose 0 && \ cd /tmp && \ - tar -czf /output/$output_name $tmp_name" + tar -cf /output/$output_name $tmp_name" diff --git a/viz.sh b/viz.sh index c57b8db..66b52ae 100755 --- a/viz.sh +++ b/viz.sh @@ -30,4 +30,4 @@ docker run \ --number_people_max 1 \ --hand && \ cd /tmp && \ - tar -czf /output/$output_name $tmp_name" + tar -cf /output/$output_name $tmp_name" -- GitLab