From b9e58f40d64e7a9e8453210ba2ba4b24ab4c7f64 Mon Sep 17 00:00:00 2001 From: Guillaume Simon Date: Thu, 16 Jan 2020 17:07:20 +0100 Subject: [PATCH 1/2] install pass --- requirements.txt | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index f4b2412..c71a6f5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,7 @@ -torch==0.4.1.post2 +torch==0.4.1 torchvision==0.2.1 opencv-python==3.4.2.17 scikit-image==0.14.2 -scipy==1.1.0 \ No newline at end of file +scipy==1.1.0 +Pillow=6.2.1 + From 347130743cd72c423130c91967de1ef706bf15e3 Mon Sep 17 00:00:00 2001 From: Guillaume Simon Date: Thu, 16 Jan 2020 17:13:30 +0100 Subject: [PATCH 2/2] add other dataset --- download.bash | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100755 download.bash diff --git a/download.bash b/download.bash new file mode 100755 index 0000000..5fcc9c7 --- /dev/null +++ b/download.bash @@ -0,0 +1,11 @@ +#!/bin/bash +if [ ! -f craft_mlt_25k.pth ];then + gdown https://drive.google.com/uc?id=1Jk4eGD7crsqCCg9C9VjCLkMN3ze8kutZ +fi +if [ ! -f craft_ic15_20k.pth ];then + gdown https://drive.google.com/uc?id=1i2R7UIUqmkUtF0jv_3MXTqmQ_9wuAnLf +fi +if [ ! -f craft_refiner_CTW1500.pth ];then + gdown https://drive.google.com/uc?id=1XSaFwBkOaFOdtk4Ane3DFyJGPRw6v5bO +fi +