git clone https://github.com/ultralytics/yolov5
cd yolov5
pip install -r requirements.txt
There many object labelling tools, such as labelImg, CVAT and VoTT. Here we will use VoTT to label our images. Note labelImg is easy to use if you only label one class of objects.