Pinned Repositories
-
用OpenCV含函数实现了相机标定,并且用python复现了张正友标定法
3d-lightfield-plots
A tutorial on how to make 3D surface plots from Lytro Depth Map images
A-Eye
a spuer mini AI-camera project
A-flexible-new-technique-for-camera-calibration
Source code for “Z. Zhang, <A flexible new technique for camera calibration>, IEEE Transactions on Pattern Analysis and Machine Intelligence, 22(11):1330–1334, 2000.”
AECR-Net
Contrastive Learning for Compact Single Image Dehazing, CVPR2021
aerial_pedestrian_detection
AiFDepthNet
Official Pytorch implementation of ICCV 2021 2020 paper "Bridging Unsupervised and Supervised Depth from Focus via All-in-Focus Supervision"
MVision
机器人视觉 无人驾驶 视觉SLAM ORB LSD SVO DSO 深度学习目标检测yolov3 行为检测 opencv PCL 双目视觉
plate
text-detection-ctpn
text detection mainly based on ctpn model in tensorflow, id card detect, connectionist text proposal network
chenyuyi94's Repositories
chenyuyi94/BasicLFSR
Open Source Light Field Toolbox for Super-Resolution
chenyuyi94/cam_mat3_cpp
c++实现的镜头mat
chenyuyi94/chatgpt-retrieval-plugin
The ChatGPT Retrieval Plugin lets you easily search and find personal or work documents by asking questions in everyday language.
chenyuyi94/deep-learning-for-image-processing
deep learning for image processing including classification and object-detection etc.
chenyuyi94/DehazeFormer
[IEEE TIP] Vision Transformers for Single Image Dehazing
chenyuyi94/Dense-Head-Pose-Estimation-Face-Mesh-3D-Face-Reconstructiondnn
使用ONNXRuntime部署3D人脸重建,人脸Mesh,人头姿势估计,包含C++和Python两个版本的程序
chenyuyi94/depthy_important
depth map computation
chenyuyi94/DIS-opencv-onnxrundnn
分别使用OpenCV、ONNXRuntime部署DIS高精度图像二类分割,包含C++和Python两种版本的程序
chenyuyi94/E2Pose-detect-onnxrun-cpp-pydnn
使用ONNXRuntime部署E2Pose人体关键点检测,一共包含20个onnx模型,依然是C++和Python两个版本的程序
chenyuyi94/FreeYOLO-opencv-onnxrun-cpp-pydnn
分别使用OpenCV、ONNXRuntime部署FreeYOLO目标检测,总共包含143个onnx模型,有COCO目标检测,人脸检测,密集行人检测的三种检测功能,依然是包含C++和Python两个版本的程序
chenyuyi94/informative-drawings-onnxrun-cpp-pydnn
使用ONNXRuntime部署Informative-Drawings生成素描画,包含C++和Python两个版本的程序
chenyuyi94/LDC-onnxrun-cpp-py
使用ONNXRuntime部署一种用于边缘检测的轻量级密集卷积神经网络LDC,包含C++和Python两个版本的程序
chenyuyi94/LLaMA-Adapter
Fine-tuning LLaMA to follow Instructions within 1 Hour and 1.2M Parameters
chenyuyi94/LSTR-lane-detect-onnxrun-cpp-pydnn
使用ONNXRuntime部署LSTR基于Transformer的端到端实时车道线检测,包含C++和Python两个版本的程序
chenyuyi94/M-LSD-onnxrun-cpp-pydnn
使用ONNXRuntime部署面向轻量实时的M-LSD直线检测,包含C++和Python两个版本的程序
chenyuyi94/MaskDINO
[CVPR 2023] Official implementation of the paper "Mask DINO: Towards A Unified Transformer-based Framework for Object Detection and Segmentation"
chenyuyi94/MTFTools
Tools for 2D and 3D MTF measurement.
chenyuyi94/opencv_shapesm
A template matching library based on OpenCV, supporting rotation matching, cross-platform usage, C++, and Python. 基于opencv的模板匹配库,支持旋转匹配,支持跨平台、c++调用、python调用
chenyuyi94/PaddleOCR-v3-onnxrun-cpp-pydnn
使用ONNXRuntime部署PaddleOCR-v3, 包含C++和Python两个版本的程序
chenyuyi94/PP-MattingV2-onnxrun-cpp-pydnn
使用ONNXRuntime部署百度PaddleSeg发布的实时人像抠图模型PP-MattingV2,一共包含18个onnx模型,依然是C++和Python两个版本的程序
chenyuyi94/PP-Vehicle-onnxrun-cpp-pydnn
使用ONNXRuntime部署百度飞桨开源PP-Vehicle车辆分析,包含车辆检测,识别车型和车辆颜色,车牌检测,车牌识别5个功能,不依赖PaddlePaddle就能运行,包含C++和Python两个版本的程序
chenyuyi94/Pytorch_Retinaface
Retinaface get 80.99% in widerface hard val using mobilenet0.25.
chenyuyi94/shapeedgecharp
shapeedgecharp
chenyuyi94/SLNet_XLFMNet
Real-Time Light Field 3D Microscopy via Sparsity-Driven Learned Deconvolution
chenyuyi94/tuning_playbook
A playbook for systematically maximizing the performance of deep learning models.
chenyuyi94/Ultra-Fast-Lane-Detection
Ultra Fast Structure-aware Deep Lane Detection (ECCV 2020)
chenyuyi94/Ultra-Fast-Lane-Detection-v2-opencv-onnxrundnn
分别使用OpenCV、ONNXRuntime部署Ultra-Fast-Lane-Detection-v2车道线检测,包含C++和Python两种版本的程序
chenyuyi94/yolov4-tiny-pytorch
这是一个YoloV4-tiny-pytorch的源码,可以用于训练自己的模型。
chenyuyi94/yolov7-detect-face-onnxrun-cpp-pydnn
使用ONNXRuntime部署YOLOV7人脸+关键点检测,包含C++和Python两个版本的程序
chenyuyi94/yolov8-face-landmarks-opencv-dnn
使用OpenCV部署yolov8检测人脸和关键点,包含C++和Python两个版本的程序,只依赖opencv库就可以运行