diff --git a/docs/README.md b/docs/README.md index 7aa98130d..b9c5c2055 100644 --- a/docs/README.md +++ b/docs/README.md @@ -63,10 +63,10 @@ bash Miniconda3-latest-Linux-x86_64.sh 2. Clone `avatarify` and install its dependencies (sudo privelege is required): ```bash git clone https://github.com/alievk/avatarify-python.git -cd avatarify +cd avatarify-python bash scripts/install.sh ``` -3. [Download network weights](#download-network-weights) and place `vox-adv-cpk.pth.tar` file in the `avatarify` directory (don't unpack it). +3. [Download network weights](#download-network-weights) and place `vox-adv-cpk.pth.tar` file in the `avatarify-python` directory (don't unpack it). #### Mac @@ -86,7 +86,7 @@ We will use [CamTwist](http://camtwiststudio.com) to create virtual camera for M 2. [Download](https://github.com/alievk/avatarify-python/archive/master.zip) and unpack the repository or use `git`: ```bash git clone https://github.com/alievk/avatarify-python.git -cd avatarify +cd avatarify-python bash scripts/install_mac.sh ``` 3. Download and install [CamTwist](http://camtwiststudio.com) from [here](http://camtwiststudio.com/download). It's easy. @@ -106,10 +106,10 @@ This guide is tested for Windows 10. 4. Download and install Avatarify (please copy-paste these commands and don't change them): ```bash git clone https://github.com/alievk/avatarify-python.git -cd avatarify +cd avatarify-python scripts\install_windows.bat ``` -5. [Download network weights](#download-network-weights) and place `vox-adv-cpk.pth.tar` file in the `avatarify` directory (don't unpack it). +5. [Download network weights](#download-network-weights) and place `vox-adv-cpk.pth.tar` file in the `avatarify-python` directory (don't unpack it). 6. Run `run_windows.bat`. If installation was successful, two windows "cam" and "avatarify" will appear. Leave these windows open for the next installation steps. 7. Install [OBS Studio](https://obsproject.com/) for capturing Avatarify output. 8. Install [VirtualCam plugin](https://obsproject.com/forum/resources/obs-virtualcam.539/). Choose `Install and register only 1 virtual camera`. @@ -129,15 +129,15 @@ Docker images are only availabe on Linux. 1. Install Docker following the [Documentation](https://docs.docker.com/engine/install/). Then run this [step](https://docs.docker.com/engine/install/linux-postinstall/#manage-docker-as-a-non-root-user) to make docker available for your user. 2. For using the gpu (hardly recommended): Install nvidia drivers and [nvidia docker](https://github.com/NVIDIA/nvidia-docker#quickstart). -3. Clone `avatarify` and install its dependencies (v4l2loopback kernel module): +3. Clone `avatarify-python` and install its dependencies (v4l2loopback kernel module): ```bash git clone https://github.com/alievk/avatarify-python.git -cd avatarify +cd avatarify-python bash scripts/install_docker.sh ``` 4. Build the Dockerfile: ```bash -cd avatarify +cd avatarify-python docker build -t avatarify . ``` ## Setup avatars