News

In a previous article, I looked at Grafana, a free, open-source data visualization tool. In the past, I tried (and failed) to use it to create a simple graph using CSV files, which is a bit of an ...
I used opencv to detect faces but, you can change it with any other tool( i recommend dlib or a neural network face detection model which are much more accurate than opencv). To train our model, we ...
Labeling image is main the process of object detection. It is the process of adding bounding boxes to the objects in the images. In this project Colabeler used for image labeling. After Labeled images ...