YOLOv3をPyTorchを使って実装していきます。 まだ開発段階です。
git clone https://github.com/Haruka0522/YOLOv3-PyTorch.git
cd YOLOv3-PyTorch
pip install -r requirements.txt
cd weights
sh weights_downloader.sh
cd data
sh coco_downloader.sh
python detector_image.py
python detector_webcam.py
python detector_video.py --video 任意の動画へのパス
環境構築でダウンロードしたCOCOデータセットを学習するデモです。
python train.py
tensorboard --logdir="logs"
ブラウザで http://localhost:6006/ にアクセス