LoginSignup
1
1

More than 1 year has passed since last update.

Yolov5でSemanticSegmentationができるって知ってた?

Last updated at Posted at 2022-10-07

しかもめっちゃかんたんに使えます

リポジトリをクローンして、必要なライブラリをインストール。

git clone https://github.com/ultralytics/yolov5.git
cd yolov5
pip install -r requirements.txt

入力パスを指定して実行。
画像や動画、Webカメラで使えます。

python segment/predict.py --source "Cat.mp4"

Oct-07-2022 15-51-41.gif

動画でもできるのがすごいですよね。

🐣


フリーランスエンジニアです。
お仕事のご相談こちらまで
rockyshikoku@gmail.com

機械学習、ARアプリ(Web/iOS)を作っています。
機械学習/AR関連の情報を発信しています。

Twitter
Medium
GitHub

1
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
1