Bye Bye Moore

PoCソルジャーな零細事業主が作業メモを残すブログ

Google ColabでYoloのDetectをやる

Raspberry pi 4b にlabelIMGを入れてYOLOv3用学習データを作る その2:自前学習データの構築 - Bye Bye Moore
の派生で、そもそもColabで解析できれば手間がないやんと気付き実行したときの記録

実際のところ

! cp runs/train/exp/weights/best.pt /content/drive/MyDrive/ObjectDetection/tstImg

で、認識。
ローカルに保存

!python detect.py --hide-labels --line-thickness 1 --exist-ok --weights /content/drive/MyDrive/ObjectDetection/tstImg/best.pt --source /content/drive/MyDrive/ObjectDetection/tstImg/data_a.png 
! cp runs/detect/exp/data_a.png /content/drive/MyDrive/ObjectDetection/tstImg/result.png