From 9fff513cc48e18a5af8b143dd631f090bcb35767 Mon Sep 17 00:00:00 2001 From: Jonathan Leban Date: Tue, 25 May 2021 20:25:33 -0400 Subject: [PATCH] correct typo errors --- Model/documentation/codebase_structure.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Model/documentation/codebase_structure.md b/Model/documentation/codebase_structure.md index 70793a4..94ac075 100644 --- a/Model/documentation/codebase_structure.md +++ b/Model/documentation/codebase_structure.md @@ -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.