We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
runs/detect/train/weights/last.pt
last.pt:Google Drive ダウンロードリンク
ローカル環境はJupyterを使用
Google Colabと同じ感じで推論する
// 重み付けファイルでトレーニング model = YOLO("last.pt") // 推論実行 results = model.predict(source="検出したい画像")
得られた結果