Pinned Repositories
3D-Reconstruction
3D-Reconstruction
3DFace-Rotation
3DFR
A pipeline for 3D face recognition(FR), including data preprocessing, feature extraction and face recognition. Suit for consumer RGB-D cameras, for example, Kinect V2.
A-series-of-CV
A-series-of-NLP
AiInfer
CPlusPlus
最全面的 C++ 笔记
cpp-rotation-album
cpp rotation album,基于cpp eigen实现的3d旋转相册,GAMES101复现内容
feature-tools
This repository contains tools for visualization of keypoint matches over two images (ORB, SIFT, LIFT, SuperPoint, D2-Net).
hardnet_triplet-for-Finger-Vein-Recognition
分析siamese,triplet和不同样本选择方式在指静脉识别上的效果,结合hardnet文中的l2网络得到最终一个效果比较好的hardnet_triplet
huangzhenjie's Repositories
huangzhenjie/AiInfer
huangzhenjie/cuDLA-samples
YOLOv5 on Orin DLA
huangzhenjie/deepstream-yolo-pose
Use Deepstream python API to extract the model output tensor and customize the post-processing of YOLO-Pose
huangzhenjie/dl_model_deploy
huangzhenjie/dl_model_infer
huangzhenjie/duscratch
搜藏的希望的代码片段
huangzhenjie/GNC-Tutorial
huangzhenjie/Interview-for-Algorithm-Engineer
【三年面试五年模拟】AI算法工程师面试秘籍。涵盖AIGC、传统深度学习、自动驾驶、机器学习、计算机视觉、自然语言处理、SLAM、具身智能、元宇宙、AGI等AI行业面试笔试经验与干货知识。
huangzhenjie/LLaMA-Factory
Unified Efficient Fine-Tuning of 100+ LLMs (ACL 2024)
huangzhenjie/minimind-v
「大模型」3小时从0训练27M参数的视觉多模态VLM,个人显卡即可推理训练!
huangzhenjie/MMPose_Tutorials
Jupyter notebook tutorials for mmpose
huangzhenjie/multi-thread-programming
This is a repository to practice multi-thread programming in C++
huangzhenjie/objectdetection_script
一些关于目标检测的脚本的改进思路代码,详细请看readme.md
huangzhenjie/onnx_matcher
Using pattern matcher in onnx model for subgraph match and replace.
huangzhenjie/onnx_quant_tool
An onnx-based quantitation tool.
huangzhenjie/Python
✔️最全面的 Python 笔记【马士兵教育】
huangzhenjie/rk3588-yolo-demo
The project is a multi-threaded inference demo of Yolo running on the RK3588 platform, which has been adapted for reading video files and camera feeds. The demo uses the Yolov8n model for file inference, with a maximum inference frame rate of up to 100 frames per second.
huangzhenjie/rknn-cpp-Multithreading
A simple demo of yolov5s running on rk3588/3588s using c++ (about 142 frames). / 一个使用c++在rk3588/3588s上运行的yolov5s简单demo(142帧/s)。
huangzhenjie/RTMPose-Deploy
Examples based on the deployment of RTMPose with C ++ using onnxruntime and TensorRT
huangzhenjie/TensorRT_dong
NVIDIA® TensorRT™ NOTE :tm: :rocket:
huangzhenjie/tensorRT_Pro-YOLOv8
This repository is based on shouxieai/tensorRT_Pro, with adjustments to support YOLOv8.
huangzhenjie/tensorrtx
Implementation of popular deep learning networks with TensorRT network definition API
huangzhenjie/trt_yolov8_infer_example
基于手写AI的infer模块,使用ffmpeg拉流解码送入trt_yolov8进行目标检测,渲染后推流输出画面,支持cuda硬件编解码
huangzhenjie/ultralytics-face
WIDER-FACE Face Detector Based On YOLOV8
huangzhenjie/video_pipe_c
a plugin-oriented framework for video structured. 国产程序员请加微信zhzhi78拉群交流,觉得有帮助的请给个星星:)。
huangzhenjie/X2-Softmax
huangzhenjie/yolo_deepstream
yolo model qat and deploy with deepstream&tensorrt
huangzhenjie/yolov8-face-landmarks-opencv-dnn
使用OpenCV部署yolov8检测人脸和关键点,包含C++和Python两个版本的程序,只依赖opencv库就可以运行,彻底摆脱对任何深度学习框架的依赖。
huangzhenjie/YOLOv8_deploy
YOLOv8 C++ DET、SEG、POSE TENSORRT 推理库,便于学习开发拓展与工作中实际部署 :tv:
huangzhenjie/yolov8_obb_ChipPinDefectDetection
基于yolov8_obb的芯片引脚缺陷检测,使用tensorrt进行加速。