Opencv is very useful package to manipulate images, today let’s make some test using the package to make a face recognition of a picture. [git-github-jupyter url=”https://github.com/rondweb/PythonScriptsBigData/blob/main/face_recognition_opencv.ipynb”]
Tag: deeplearning
Serving Deep Learning Models with Tensorflow Server – part 1
[git-github-jupyter url=”https://github.com/rondweb/tensorflow_serving/blob/master/tensorflow_server.ipynb”] Parte 2
Image segmentation with Python Pixellib
Deep learning libs to process images and videos and execute tasks like segmentation, classification and etc… Pixelib now is using tensorflow and pytorch as a core so let’s do some tests using the pytorch version. 1 – Installing the libs 2 – Importing the libs and downloading an image as example: 3 – Creating a…