Skip to content

Gratheon/models-bee-detector

 
 

Repository files navigation

gratheon/models-bee-detector

Microservice that detects bees

Usage

# webcam
python detect.py --weights yolov5s.pt --source 0

# video file
python detect.py --weights yolov5s.pt --source file.mp4

Ultralytics yolo v5 license

YOLOv5 is available under two different licenses:

  • GPL-3.0 License: See LICENSE file for details.
  • Enterprise License: Provides greater flexibility for commercial product development without the open-source requirements of GPL-3.0. Typical use cases are embedding Ultralytics software and AI models in commercial products and applications. Request an Enterprise License at Ultralytics Licensing.

About

bee detection ML model (based on YOLOv5)

Resources

License

Stars

Watchers

Forks

Languages

  • Python 98.3%
  • Other 1.7%