postPerson Pose Landmarks detection using Mediapipe
Pose estimation using mediapipe in images and videos with person segmantation and draw landmarks on images or apply person segmentation using python
postPose estimation using mediapipe in images and videos with person segmantation and draw landmarks on images or apply person segmentation using python
postRead video frome files, webcam or stream and process video using opencv python and finally write video back to a file using opencv writer.
postCreate interactive bar charts using plotly and customize behaviour to create grouped, stacked and single bar char charts and show data on interaction.
postCreate wordcloud using python wordcloud library using both cli and python code and modify its behaviour using custom masks, stopwords and colors.
articleUse Yolov5 architecture to train model with pytorch backend for different dataset and convert dataset from one format to other for training of yolov5 object detection models.
postUse plotly python data visualization tool for create gantt or timeline charts for different type of data like date and time and different visualization options for modifing chart and its views.
articleTesseract is a open-source OCR engine owened by Google for performing OCR operations on different kind of images. Use pytesseract to process different type of images and localize text location with confidence.
postMySQL is an open-source Database management system used for cloud native applications. It is used for different kind of applications including ecommerce, data warehouse and other different data management apps.
articleTensorflow callbacks are very important to customize behaviour of Keras Tensorflow models in training or evaluation. We can either use predefined callbacks from tensorflow or can write our own callbacks to do some process.