# train on custom data for 100 epochs # time its performance %%time !cd /content/drive/MyDrive/ParkingLot_Thesis/yolov5 !python3 /content/drive/MyDrive/ParkingLot_Thesis/yolov5/train.py --img 416 --epochs 50 --data '/content/drive/MyDrive/ParkingLot_Thesis/yolov5/data.yaml' --cfg '/content/drive/MyDrive/ParkingLot_Thesis/yolov5/models/yolov5s.yaml'