YueyangPan's Stars
amusi/CVPR2024-Papers-with-Code
CVPR 2024 论文和开源项目合集
cocodataset/cocoapi
COCO API - Dataset @ http://cocodataset.org/
tomeramit/SegDiff
ShoufaChen/DiffusionDet
[ICCV2023 Best Paper Finalist] PyTorch implementation of DiffusionDet (https://arxiv.org/abs/2211.09788)
meneldal/OpticalFlow
Ce Liu OpticalFlow algorithm with modern C++
amusi/AI-Job-Recommend
国内公司人工智能方向(含机器学习、深度学习、计算机视觉和自然语言处理)岗位的招聘信息(含全职、实习和校招)
pytorch/vision
Datasets, Transforms and Models specific to Computer Vision
matterport/Mask_RCNN
Mask R-CNN for object detection and instance segmentation on Keras and TensorFlow
rougier/numpy-100
100 numpy exercises (with solutions)
waithope/leetcode-jianzhioffer
剑指offer第二版代码和LeetCode
scikit-learn/scikit-learn
scikit-learn: machine learning in Python
devanshi-p/Large-Scale-Data-Mining
This repository contains projects from Large Scale Data Mining course(Winter 2018) at UCLA
amylyt000/EE239AS-Deep-Learning-and-Neural-Networks
donghaiyu233/cs231n
jdhurwitz/UCLA-EE239
Neural Networks and Deep Learning
Wangxh329/Large-Scale-Data-Mining
These are some course projects for ECE 219 @ UCLA.
jahnavi-chowdary/Image-Enhancement-Using-Deconvolution
Implemented 3 different methods of Deconvolution for the enhancement of a degraded image namely 'Inverse Filtering'(to start with), 'Wiener Filtering' and 'Richardson Lucy Algorithm'. Tested the system on medical as well as non-medical images.
felixwempe/blind_deconvolution
Blind deconvolution using the idea from "Blind Deconvolution using Convex Programming", from Ali Ahmed, Benjamin Recht, and Justin Romberg