This is my own practice on some Computervisions, you can take it as my learning recording.
There are currently four practices:
A simple face detection using Haar Cascade and OpenCV.
A object detection using SSD pretrained by amdegroot on pytorch.
A Gan practice using pytorch on CIFAR-10 dataset.
An implement of A Neural Algorithm of Artistic Style using VGG16.