Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md #25

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
# Real time Image Animation
The Project is real time application in opencv using first order model
This Project is a real time application in opencv using first order model.

# Steps to setup

## Step 1: Create virtual environment

**Python version** : python v3.7.3 or higher

**create virual environment** : ```pip install virtualenv```
**Create virual environment** : ```pip install virtualenv```

**activate virtual environment** : ```virtualenv env```
**Activate virtual environment** : ```virtualenv env```

## Step 2: Activate virtual environment

Expand All @@ -31,7 +31,7 @@ https://drive.google.com/uc?id=1wCzJP1XJNB04vEORZvPjNz6drkXm5AUK

**On Linux machine** : ```unzip checkpoints.zip```

If on windows platfrom unzip checkpoints.zip using unzipping software like 7zip.
If on windows platfrom unzip checkpoints.zip using unzipping software like 7zip and WinRAR.

**Delete zip file** : ```rm checkpoints.zip```

Expand Down