Follow these steps to set up and run the application:
-
Make sure you are in the current directory.
-
Create a virtual environment using the following command:
python -m venv .venv -
Activate the virtual environment:
.venv\Scripts\activate -
Install the required packages by running:
pip install -r requirements.txt -
Run the script
objectdetection.py:python objectdetection.py
Notes: This application utilizes CUDA 10.2.