Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
habijung committed Feb 10, 2022
1 parent a5d3765 commit f54e8ed
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -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.
Expand Down

0 comments on commit f54e8ed

Please sign in to comment.