vision-dat
Open source vision project:
1. OpenCV (Open Source Computer Vision Library)
- Language: C++, Python, Java
- Use Case: Image processing, object detection, tracking, feature extraction.
- GitHub: https://github.com/opencv/opencv
- Note: The foundation of most vision projects; highly modular.
2. YOLO (You Only Look Once)
- Language: Python, C++
- Use Case: Real-time object detection.
- GitHub: https://github.com/ultralytics/yolov5
- Note: Fast, widely used for real-time detection.