https://github.com/tanoshimaru/yolo11-jetson
https://github.com/tanoshimaru/yolo11-jetson
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/tanoshimaru/yolo11-jetson
- Owner: tanoshimaru
- Created: 2025-05-14T05:07:39.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-06-11T06:30:09.000Z (about 1 year ago)
- Last Synced: 2025-06-11T06:39:52.222Z (about 1 year ago)
- Language: Python
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# yolo11-jetson
参考:[https://docs.ultralytics.com/ja/guides/nvidia-jetson/](https://docs.ultralytics.com/ja/guides/nvidia-jetson/)
## Usage
まず,人の写り込みの有無で振り分けたい画像を`images`フォルダに配置した後,
```bash
docker compose up -d --build
```
このコマンドにより:
- `images`フォルダ内の画像に対して人検出推論を実行
- 検出結果画像を`results`フォルダに保存
- 人が検出された画像を 16 分割グリッド位置に基づいて振り分け(`images/grid_00`〜`images/grid_15`)
- 人が検出されなかった画像を`images/no-person`に移動
- 振り分け結果を`results/distribution_result.txt`に保存