目录

详细步骤

目录

Colab

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
cd /content/drive/MyDrive/Colab Notebooks/yolov5-6.0
!pip install -r requirements.txt
%load_ext tensorboard
%tensorboard --logdir=runs/train
!unzip baby.v2i.yolov5pytorch.zip -d ./
!python detect.py
!python trainFlyboy.py --rect
#!python train.py --rect --data=data/coco.yaml
#!python trainFlyboy.py --img 640 --batch 16 --epochs 3 --data flyboy.yaml --weights yolov5s.pt
!pip install wandb