yanglianwei
Computer vision, Model compression and Quantization
Institute of Automation, Chinese Academy of Sciences Beijing, China
Pinned Repositories
acad-homepage.github.io
AcadHomepage: A Modern and Responsive Academic Personal Homepage
awesome-efficient-aigc
A list of papers, docs, codes about efficient AIGC. This repo is aimed to provide the info for efficient AIGC research, including language and vision, we are continuously improving the project. Welcome to PR the works (papers, repositories) that are missed by the repo.
awesome-model-quantization
A list of papers, docs, codes about model quantization. This repo is aimed to provide the info for model quantization research, we are continuously improving the project. Welcome to PR the works (papers, repositories) that are missed by the repo.
Awesome-Transformer-Attention
An ultimately comprehensive paper list of Vision Transformer/Attention, including papers, codes, and related websites
baoyan-blog
Deep-Learning
Course projects for Deep Learning in UCAS
deeplearningbook-chinese
Deep Learning Book Chinese Translation
flatcam
Code for flatcam reconstruction and simulation
phd08-conversion
phd08 데이터셋을 .png 로 저장하거나, 일정한 크기의 np.array 로 변환해 줍니다.
ug2_2020_challenge2_devkit
Development kit for Challenge 2 of the CVPR 2020 UG2 workshop
yanglianwei's Repositories
yanglianwei/deeplearningbook-chinese
Deep Learning Book Chinese Translation
yanglianwei/Deep-Learning
Course projects for Deep Learning in UCAS
yanglianwei/flatcam
Code for flatcam reconstruction and simulation
yanglianwei/ug2_2020_challenge2_devkit
Development kit for Challenge 2 of the CVPR 2020 UG2 workshop
yanglianwei/acad-homepage.github.io
AcadHomepage: A Modern and Responsive Academic Personal Homepage
yanglianwei/awesome-efficient-aigc
A list of papers, docs, codes about efficient AIGC. This repo is aimed to provide the info for efficient AIGC research, including language and vision, we are continuously improving the project. Welcome to PR the works (papers, repositories) that are missed by the repo.
yanglianwei/awesome-model-quantization
A list of papers, docs, codes about model quantization. This repo is aimed to provide the info for model quantization research, we are continuously improving the project. Welcome to PR the works (papers, repositories) that are missed by the repo.
yanglianwei/Awesome-Transformer-Attention
An ultimately comprehensive paper list of Vision Transformer/Attention, including papers, codes, and related websites
yanglianwei/baoyan-blog
yanglianwei/caffe
Caffe: a fast open framework for deep learning.
yanglianwei/CS231nAssignment
Stanford CS231n assignment in 2019 spring
yanglianwei/CV_PaperDaily
CV 论文笔记
yanglianwei/darknet
Windows and Linux version of Darknet Yolo v3 & v2 Neural Networks for object detection (Tensor Cores are used)
yanglianwei/DeepFlatCam
Deep Compressive Sensing for Visual Privacy Protection in FlatCam Imaging, ICCV Workshop 2019
yanglianwei/LeetCode-Go
✅ Solutions to LeetCode by Go, 100% test coverage, runtime beats 100% / LeetCode 题解
yanglianwei/Machine-Learning-Session
yanglianwei/MachineLearningNotes
My personal notes
yanglianwei/Multitarget-tracker
Hungarian algorithm + Kalman filter multitarget tracker implementation.
yanglianwei/Pedestrain_Detection
HOG+SVM行人检测
yanglianwei/RateMySupervisor
永久免费开源的导师评价数据、数据爬虫、无需编程基础的展示网页以及新信息补充平台
yanglianwei/RoboMaster-AI-Challenge-Simulator-2D
2D Simulator for Smart Decision in ICRA 2019 RoboMaster AI Challenge
yanglianwei/RoboRTS-Firmware
RoboRTS infantry control firmware
yanglianwei/ros_people_object_detection_tensorflow
An extensive ROS toolbox for object detection & tracking and face/action recognition with 2D and 3D support which makes your Robot understand the environment
yanglianwei/rplidar_ros
yanglianwei/SSD-keras
tensorflow2.0 keras SSD300
yanglianwei/SSD-Pytorch
SSD目标检测算法(Single Shot MultiBox Detector)(简单,明了,易用,全中文注释,单机多卡训练,视频检测)( If you train the model on a single computer and mutil GPU, this program will be your best choice , easier to use and easier to understand )
yanglianwei/ssd.pytorch
A PyTorch Implementation of Single Shot MultiBox Detector
yanglianwei/Statistical-Learning-Method_Code
手写实现李航《统计学习方法》书中全部算法
yanglianwei/UCAS-Course
**科学院大学研一课程课件共享项目University of Chinese Academy of Sciences postgraduate course textbook sharing project
yanglianwei/wolfe_simplex
wolfe's simplex method for QP problem.