Skip to content

Commit

Permalink
Change downloading to manual mode
Browse files Browse the repository at this point in the history
  • Loading branch information
karfly committed Apr 8, 2020
1 parent b0515db commit 020cd6d
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,15 @@ This app is tested only on GPU and Linux (Ubuntu 18.04) and Mac (low FPS).

## Install

#### Download
1. Download model's weights from [Google Drive](https://drive.google.com/file/d/1L8P-hpBhZi8Q_1vP2KlQ4N6dvlzpYBvZ/view) [716 MB]
2. Place `vox-adv-cpk.pth.tar` file in the root directory

#### Linux
It is supposed that there is only one web cam connected to the computer and it's in `/dev/video0`. Installation process will create a virtual camera `/dev/video1`, so this device must be reserved.

```bash
source scripts/install.sh
bash scripts/download_data.sh
```

#### Mac
Expand All @@ -33,10 +36,6 @@ For Mac it's quite difficult to create a virtual camera, so we'll use [CamTwist]
```bash
source scripts/install_mac.sh
```
3. Download models' weights:
```bash
bash scripts/download_data.sh
```

## Setup avatars
Copy your avatars into `avatars` folder. Crop pictures to make them square. Prefer pictures with uniform background.
Expand Down

0 comments on commit 020cd6d

Please sign in to comment.