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

https://github.com/minsithu/python-computer-vision-snippets

Python Snippets for building application features
https://github.com/minsithu/python-computer-vision-snippets

computer-vision object-detection opencv-python tensorflow

Last synced: 10 months ago
JSON representation

Python Snippets for building application features

Awesome Lists containing this project

README

          

# Python Snippets Tutorials

This repository is for learning python and short snippets to do useful applications.

## Image

- Extracting Color Palette and Dominant Color
- [Video Tutorial](https://youtu.be/VF4BAokOHQs)
- [Code](/src/dominant_color/dominant_color.py)
- Face Detection in Python OpenCV
- [Video Tutorial](https://youtu.be/i1Tcc7WHDA0)
- [Code](/src/face_detection/face_detection.py)
- Object Detection in Tensorflow
- [Faster RCNN](/src/object%20detection/Object_Detection_with_Faster_RCNN.ipynb)