Merge pull request #31 from Unity-Technologies/correct_typo

correct typo errors
This commit is contained in:
Jonathan Leban 2021-05-25 20:48:01 -04:00 коммит произвёл GitHub
Родитель d7f7e83ebe 9fff513cc4
Коммит 0047e7b1e2
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -8,10 +8,10 @@ The pose estimation project is organized as following.
PoseEstimationModel:
* [environment-gpu.yml](../environment-gpu.yml):
If the computer your are runnning the project from **has a gpu support**, this file sets the dependencices of the project and the different packages to install. It is meant to be used when you create your conda environment.
If the computer you are runnning the project from **has a gpu support**, this file sets the dependencies of the project and the different packages to install. It is meant to be used when you create your conda environment.
* [environment.yml](../environment.yml):
If you the computer your are runnning the project from **does not have a gpu support**, this file sets the dependencices of the project and the different packages to install. It is meant to be used when you create your conda environment.
If the computer you are runnning the project from **does not have a gpu support**, this file sets the dependencies of the project and the different packages to install. It is meant to be used when you create your conda environment.
* [setup.py](../setup.py):
This file is to create a package as your project.