This repository contains code for conducting several computer vision tasks using Pytorch and OpenCV.
- edge detection
git clone https://github.com/shanminlin/image_processing.git
Acknowledgement
- Projects in object detection and instance segmentation were built upon Adrian' awesome PyImageSearch (https://www.pyimagesearch.com).
- Also opencv official tutorial (https://github.com/opencv/opencv/blob/master/samples/dnn/object_detection.py)
- Some of the projects were built upon my Udacity deep learning nanodegree projects. They have fun project to work with.