Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 502 Bytes

File metadata and controls

24 lines (17 loc) · 502 Bytes

AIM-Fall23

Activating Conda or use the Anaconda Prompt

conda activate base

run this in the terminal to install dependencies

pip install -r requirements.txt
git clone https://github.com/ultralytics/yolov5

!Remember to make a file call __init__.py in the yolov5 folder

Then run test.py by doing the command in the terminal. Then open the test.py and try to understand the code The flag could be found in yolov5/detect.py

python test.py

To stop do Cltr + C