Stars
Zoom In and Out: A Mixed-scale Triplet Network for Camouflaged Object Detection, CVPR 2022
Concealed Object Detection (SINet-V2, IEEE TPAMI 2022). Code is implemented by PyTorch/Jittor frameworks.
《动手学深度学习》:面向中文读者、能运行、可讨论。中英文版被70多个国家的500多所大学用于教学。
Camouflaged Object Detection, CVPR 2020 (Oral)
Public facing notes page
Stanford CS231n assignment in 2019 spring
My assignment solutions for CS231n - Convolutional Neural Networks for Visual Recognition
cs231n assignments sovled by https://ghli.org
Create panorama image using invariant features from given set of overlapping images.
Simple image stitching algorithm based on SIFT, homography, KNN and Ransac in Python and OpenCV
Object detection using SIFT feature matching and then extraction using warp
Feature Detection and Matching with SIFT, SURF, KAZE, BRIEF, ORB, BRISK, AKAZE and FREAK through the Brute Force and FLANN algorithms using Python and OpenCV