On this page
CV_Setup
Install WSL
enable virtualization
INSTALL Python 3.10
VSCode install
Python Extension
Get people
Cloning the repo
git clone https://github.com/Thornbots/CV.git
install python
sudo apt install python3.10
installing requirements.txt
packages
cd CV
python3 -m venv .venv
pip install -r requirements.txt
source ./.venv/bin/activate
Open the repository in VSCode
code .
dataset labeling
TODO:
Running model
TODO:
Congrats! You did it!
enjoy some pilk!!