From f54e8ed64b4c96c03e3735fe62a12843586c20d1 Mon Sep 17 00:00:00 2001 From: HabiJung Date: Thu, 10 Feb 2022 13:18:56 +0900 Subject: [PATCH] Update README.md --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index bab3b95..abbde6e 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,9 @@ For this project, FGVC(Flow-edge Guided Video Completion) deep learning model wa | scipy | 1.6.2 | -# Install +# Usage + +### Install ```sh $ conda create -n (name) @@ -43,8 +45,7 @@ $ conda install pytorch==1.6.0 torchvision==0.7.0 cudatoolkit=10.2 -c pytorch $ pip install matplotlib scipy opencv imageio imageio-ffmpeg scikit-image imutils ``` - -# Run Project +### Run Project - Download and unzip [weight.zip](https://filedn.com/ldHU78JSYWjSTua64JhwbGm/GitHub/invisibility-cloak/weight.zip) into the `modules`. - Prepare video sequences dataset of color and mask for project.