From 9b30f076860a1f0de922ed95365b8a6d67b33d20 Mon Sep 17 00:00:00 2001 From: Glenn Jocher Date: Sun, 14 Aug 2022 22:50:51 +0200 Subject: [PATCH] Created using Colaboratory --- tutorial.ipynb | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/tutorial.ipynb b/tutorial.ipynb index 7f6315e8aab..540754b357c 100644 --- a/tutorial.ipynb +++ b/tutorial.ipynb @@ -648,9 +648,7 @@ }, "source": [ "# Download COCO test-dev2017\n", - "torch.hub.download_url_to_file('https://ultralytics.com/assets/coco2017labels.zip', 'tmp.zip')\n", - "!unzip -q tmp.zip -d ../datasets && rm tmp.zip\n", - "!f=\"test2017.zip\" && curl http://images.cocodataset.org/zips/$f -o $f && unzip -q $f -d ../datasets/coco/images" + "!bash data/scripts/get_coco.sh --test" ], "execution_count": null, "outputs": [] @@ -1139,4 +1137,4 @@ "outputs": [] } ] -} +} \ No newline at end of file