Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/mikhail11235/object_detection_v3
- Owner: Mikhail11235
- Created: 2021-11-02T03:59:28.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2021-11-26T09:42:30.000Z (almost 3 years ago)
- Last Synced: 2024-03-06T18:18:12.480Z (9 months 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 --buildthen 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)