Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/mikhail11235/object_detection_v3

Object detection on video
https://github.com/mikhail11235/object_detection_v3

docker-compose fastapi message-broker mysql object-detection pika rabbitmq

Last synced: 8 days ago
JSON representation

Object detection on video

Awesome Lists containing this project

README

        

# Object detection on video 👻

## Service scheme:
[]()

## Example

### INPUT:
[]()

### OUTPUT:
[]()

## Run with Docker
docker-compose up --build

then visit [http://0.0.0.0:9005/docs](http://0.0.0.0:9005/docs)

## Reference:
[YOLO](https://pjreddie.com/darknet/yolo/)


[Object Detection in Video Stream with YOLO V3](https://github.com/dannylee1020/object-detection-video)