Pinned Repositories
AI-Job-Notes
AI算法岗求职攻略(涵盖准备攻略、刷题指南、内推和AI公司清单等资料)
Algorithm_Interview_Notes-Chinese
2018/2019/校招/春招/秋招/算法/机器学习(Machine Learning)/深度学习(Deep Learning)/自然语言处理(NLP)/C/C++/Python/面试笔记
AlphaPose
Real-Time and Accurate Full-Body Multi-Person Pose Estimation&Tracking System
deepstream_faster_rcnn
mt-yolov6_tensorrt
MT-Yolov6 TensorRT Inference with Python.
simple_tensorrt_dynamic
a simple example to learn tensorrt with dynamic shapes
the-gan-zoo
A list of all named GANs!
yolov5s_bdd100k_trt
yolov5s suitable for bdd100k with tensorrt inference, support image folder and video input, and mAP testing in tensorrt
YOLOv6
YOLOv6: a single-stage object detection framework dedicated to industrial applications.
yolox_deepstream
egbertYeah's Repositories
egbertYeah/simple_tensorrt_dynamic
a simple example to learn tensorrt with dynamic shapes
egbertYeah/yolox_deepstream
egbertYeah/mt-yolov6_tensorrt
MT-Yolov6 TensorRT Inference with Python.
egbertYeah/yolov5s_bdd100k_trt
yolov5s suitable for bdd100k with tensorrt inference, support image folder and video input, and mAP testing in tensorrt
egbertYeah/the-gan-zoo
A list of all named GANs!
egbertYeah/AI-Job-Notes
AI算法岗求职攻略(涵盖准备攻略、刷题指南、内推和AI公司清单等资料)
egbertYeah/Algorithm_Interview_Notes-Chinese
2018/2019/校招/春招/秋招/算法/机器学习(Machine Learning)/深度学习(Deep Learning)/自然语言处理(NLP)/C/C++/Python/面试笔记
egbertYeah/AlphaPose
Real-Time and Accurate Full-Body Multi-Person Pose Estimation&Tracking System
egbertYeah/Awesome-Pruning
A curated list of neural network pruning resources.
egbertYeah/cpp_related_tips
📚 C/C++ 技术面试基础知识总结,包括语言、程序库、数据结构、算法、系统、网络、链接装载库等知识及面试经验、招聘、内推等信息。This repository is a summary of the basic knowledge of recruiting job seekers and beginners in the direction of C/C++ technology, including language, program library, data structure, algorithm, system, network, link loading library, interview experience, recruitment, recommendation, etc.
egbertYeah/CS-Notes
:books: 技术面试必备基础知识、Leetcode、Java、C++、Python、后端面试、计算机操作系统、计算机网络、系统设计
egbertYeah/DeepLearning-500-questions
深度学习500问,以问答形式对常用的概率知识、线性代数、机器学习、深度学习、计算机视觉等热点问题进行阐述,以帮助自己及有需要的读者。 全书分为18个章节,50余万字。由于水平有限,书中不妥之处恳请广大读者批评指正。 未完待续............ 如有意合作,联系scutjy2015@163.com 版权所有,违权必究 Tan 2018.06
egbertYeah/egbertYeah
egbertYeah/faster-rcnn.pytorch
A faster pytorch implementation of faster r-cnn
egbertYeah/lc-all-solutions
My own leetcode solutions by python
egbertYeah/leetCode
:pencil2: 算法相关知识储备 LeetCode with Python :books:
egbertYeah/MetaPruning
egbertYeah/onnxparser-trt-plugin-sample
A sample for onnxparser working with trt user defined plugins for TRT7.0
egbertYeah/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)
egbertYeah/pilgrim_torch2trt
Pilgrim Project: torch2trt, quick convert your pytorch model to TensorRT engine.
egbertYeah/pytorch-cifar
95.47% on CIFAR10 with PyTorch
egbertYeah/TensorRT
TensorRT is a C++ library for high performance inference on NVIDIA GPUs and deep learning accelerators.
egbertYeah/yolact
A simple, fully convolutional model for real-time instance segmentation.
egbertYeah/Yolo-Fastest
:zap: Yolo universal target detection model combined with EfficientNet-lite, the calculation amount is only 230Mflops(0.23Bflops), and the model size is 1.3MB
egbertYeah/yolov3
YOLOv3 in PyTorch > ONNX > CoreML > iOS
egbertYeah/YOLOv3-complete-pruning
提供对YOLOv3及Tiny的多种剪枝版本,以适应不同的需求。
egbertYeah/YOLOv3-model-pruning
在 oxford hand 数据集上对 YOLOv3 做模型剪枝(network slimming)
egbertYeah/YOLOX
YOLOX is a high-performance anchor-free YOLO, exceeding yolov3~v5 with MegEngine, ONNX, TensorRT, ncnn, and OpenVINO supported. Documentation: https://yolox.readthedocs.io/