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
- Host: GitHub
- URL: https://github.com/minsithu/python-computer-vision-snippets
- Owner: MinSiThu
- Created: 2023-09-26T16:21:06.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-21T14:58:25.000Z (about 2 years ago)
- Last Synced: 2025-01-09T05:45:23.609Z (12 months ago)
- Topics: computer-vision, object-detection, opencv-python, tensorflow
- Language: Jupyter Notebook
- Homepage:
- Size: 12.5 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)