An open API service indexing awesome lists of open source software.

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

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
```