Object Detection (SSD)
This project is an object detection example using opencv dnn module. Imports pre-trained caffe/tensforflow models....
This project is an object detection example using opencv dnn module. Imports pre-trained caffe/tensforflow models....
This project tackles image restoration and coloring for old damaged black and white images. The restoration problem tackels automatic damaged region detection which turns out to be a hard problem to automate. The successful resotrations still require some form of tweaking the Kernel parameters (dilate/erode/color threshold, etc.) in the code. The coloring portion Opencv DNN based Caffe framework to colorize black and white images. One can find the Caffe models here...
In this project I finalize my two-view-geometry project with 3D point clouds from the two viewpoint images. The complete code can be found at two-view-geometry.py in this repo. Lets observe the 2 view images:...