Pinned Repositories
EasyFace
A lightweight face recognition, high accuracy, real-time, cross-platform
cifar10_classification
opencv的dnn模块使用caffe训练的cifar10分类模型进行图像识别
deeplabv3plus_pytorch
基于deeplabv3plus网络实现了虹膜图像分割以及水果图像分割
image_focus_assessment
虹膜图像清晰度评估
iris_detector
Real-time iris detector. Only need 8ms on Intel i5 CPU!
local_binary_pattern
用python和c++实现了原始的LBP、圆形LBP、旋转不变的圆形LBP、等价模式的圆形LBP、旋转不变的等价模式的圆形LBP。python版本LBP用于模型训练,c++版本LBP用于模型部署。
morph_snakes
根据论文《A Morphological Approach to Curvature-Based Evolution of Curves and Surfaces》实现了MorphGAC
MorphGAC
根据论文《A Morphological Approach to Curvature-Based Evolution of Curves and Surfaces》实现了MorphGAC
pdf_paper_rename
svm_classification
svm_classification是一个通用的svm模型训练框架,稍加修改即可变成一个通用的机器学习模型训练框架。方便快速训练机器学习模型,可重复使用,避免重复写代码。
zhongqianli's Repositories
zhongqianli/CameraCalibration
Fisheye or Normal Camera Intrinsic and Extrinsic Calibration. Surround Camera Bird Eye View Generator.
zhongqianli/awesome-detection-transformer
Collect some papers about transformer for detection and segmentation. Awesome Detection Transformer for Computer Vision (CV)
zhongqianli/Awesome_Prompting_Papers_in_Computer_Vision
A curated list of prompt-based paper in computer vision and vision-language learning.
zhongqianli/brain-segmentation-pytorch
U-Net implementation in PyTorch for FLAIR abnormality segmentation in brain MRI
zhongqianli/ChatGPT-Midjourney
🍭 一键拥有你自己的 ChatGPT+Midjourney 网页服务 | Own your own ChatGPT+Midjourney web service with one click
zhongqianli/cvat
Powerful and efficient Computer Vision Annotation Tool (CVAT)
zhongqianli/CVinW_Readings
A collection of papers on the topic of ``Computer Vision in the Wild (CVinW)''
zhongqianli/deep-learning-for-image-processing
deep learning for image processing including classification and object-detection etc.
zhongqianli/DeepFaceLab
DeepFaceLab is the leading software for creating deepfakes.
zhongqianli/DeepLearningExamples
Deep Learning Examples
zhongqianli/defisheye
Fast Corrects for fisheye distortion in an image.
zhongqianli/dist
Mirror of V2Ray core releases
zhongqianli/EasyOCR
Ready-to-use OCR with 80+ supported languages and all popular writing scripts including Latin, Chinese, Arabic, Devanagari, Cyrillic and etc.
zhongqianli/faceswap
Deepfakes Software For All
zhongqianli/fhs-install-v2ray
Bash script for installing V2Ray in operating systems such as Debian / CentOS / Fedora / openSUSE that support systemd
zhongqianli/JSON2YOLO
Convert JSON annotations into YOLO format.
zhongqianli/marktext
📝A simple and elegant markdown editor, available for Linux, macOS and Windows.
zhongqianli/midjourney-proxy
代理 MidJourney 的discord频道,实现api形式调用AI绘图
zhongqianli/new-pac
翻墙-科学上网、免费科学上网、免费翻墙、VPN、一键翻墙浏览器,vps一键搭建翻墙服务器脚本/教程,免费shadowsocks/ss/ssr/v2ray/goflyway账号/节点,免费自由上网、fanqiang、翻墙梯子,电脑、手机、iOS、安卓、windows、Mac、Linux、路由器翻墙、科学上网
zhongqianli/PaddleOCR
Awesome multilingual OCR toolkits based on PaddlePaddle (practical ultra lightweight OCR system, support 80+ languages recognition, provide data annotation and synthesis tools, support training and deployment among server, mobile, embedded and IoT devices)
zhongqianli/pandora
潘多拉,一个让你呼吸顺畅的ChatGPT。Pandora, a ChatGPT that helps you breathe smoothly.
zhongqianli/pdf2image
A python module that wraps the pdftoppm utility to convert PDF to PIL Image object
zhongqianli/pytorch-distributed
A quickstart and benchmark for pytorch distributed training.
zhongqianli/second_brain
zhongqianli/stylegan2
StyleGAN2 - Official TensorFlow Implementation
zhongqianli/SWHL
zhongqianli/U-2-Net
The code for our newly accepted paper in Pattern Recognition 2020: "U^2-Net: Going Deeper with Nested U-Structure for Salient Object Detection."
zhongqianli/v2ray-core
A platform for building proxies to bypass network restrictions.
zhongqianli/v2ray-core-1
A platform for building proxies to bypass network restrictions.
zhongqianli/vit-pytorch
Implementation of Vision Transformer, a simple way to achieve SOTA in vision classification with only a single transformer encoder, in Pytorch