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: about 2 months ago
JSON representation
Object detection on video
- Host: GitHub
- URL: https://github.com/mikhail11235/object_detection_v3
- Owner: Mikhail11235
- Created: 2021-11-02T03:59:28.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-11-26T09:42:30.000Z (over 4 years ago)
- Last Synced: 2025-02-25T23:14:48.904Z (over 1 year ago)
- Topics: docker-compose, fastapi, message-broker, mysql, object-detection, pika, rabbitmq
- Language: Python
- Homepage:
- Size: 6.51 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)