https://github.com/mpolinowski/yolov8-test
Introduction to YOLOv8
https://github.com/mpolinowski/yolov8-test
Last synced: 8 months ago
JSON representation
Introduction to YOLOv8
- Host: GitHub
- URL: https://github.com/mpolinowski/yolov8-test
- Owner: mpolinowski
- Created: 2023-09-15T10:53:08.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-09-15T10:53:38.000Z (over 2 years ago)
- Last Synced: 2025-04-04T12:52:43.254Z (about 1 year ago)
- Language: Jupyter Notebook
- Size: 6.15 MB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Hello YOLOv8
__WiP__
Run in [pytorch-jupyter](https://github.com/mpolinowski/pytorch-jupyter):
```bash
docker run --gpus all -ti --rm \
-v $(pwd):/opt/app -p 8888:8888 \
--name pytorch-jupyter \
pytorch-jupyter:latest
```