beizhengren's Stars
youngyangyang04/leetcode-master
《代码随想录》LeetCode 刷题攻略:200道经典题目刷题顺序,共60w字的详细图解,视频难点剖析,50余张思维导图,支持C++,Java,Python,Go,JavaScript等多语言版本,从此算法学习不再迷茫!🔥🔥 来看看,你会发现相见恨晚!🚀
halfrost/LeetCode-Go
✅ Solutions to LeetCode by Go, 100% test coverage, runtime beats 100% / LeetCode 题解
changkun/modern-cpp-tutorial
📚 Modern C++ Tutorial: C++11/14/17/20 On the Fly | https://changkun.de/modern-cpp/
facebookresearch/detr
End-to-End Object Detection with Transformers
halfrost/Halfrost-Field
✍🏻 这里是写博客的地方 —— Halfrost-Field 冰霜之地
PaddlePaddle/PaddleDetection
Object Detection toolkit based on PaddlePaddle. It supports object detection, instance segmentation, multiple object tracking and real-time multi-person keypoint detection.
PaddlePaddle/PaddleSeg
Easy-to-use image segmentation library with awesome pre-trained model zoo, supporting wide-range of practical tasks in Semantic Segmentation, Interactive Segmentation, Panoptic Segmentation, Image Matting, 3D Segmentation, etc.
grandyang/leetcode
Provide all my solutions and explanations in Chinese for all the Leetcode coding problems.
Tianxiaomo/pytorch-YOLOv4
PyTorch ,ONNX and TensorRT implementation of YOLOv4
tianzhi0549/FCOS
FCOS: Fully Convolutional One-Stage Object Detection (ICCV'19)
Hopson97/MineCraft-One-Week-Challenge
I challenged myself to see if I could create a voxel game (Minecraft-like) in just one week using C++ and OpenGL, and here is the result
nosuggest/Reflection_Summary
算法理论基础知识应知应会
sdcuike/Clean-Code-Collection-Books
Clean Code Collection books-写代码的艺术--但是也不能死读书,照搬理论实践
Tencent/ObjectDetection-OneStageDet
单阶段通用目标检测器
WongKinYiu/PyTorch_YOLOv4
PyTorch implementation of YOLOv4
jkjung-avt/tensorrt_demos
TensorRT MODNet, YOLOv4, YOLOv3, SSD, MTCNN, and GoogLeNet
tkchu/Game-Programming-Patterns-CN
《游戏编程模式》中文版
PeizeSun/SparseR-CNN
[CVPR2021, PAMI2023] End-to-End Object Detection with Learnable Proposal
enazoe/yolo-tensorrt
TensorRT8.Support Yolov5n,s,m,l,x .darknet -> tensorrt. Yolov4 Yolov3 use raw darknet *.weights and *.cfg fils. If the wrapper is useful to you,please Star it.
jakowskidev/uMario_Jakowski
uMario C++/SDL2 Game by Łykasz Jakowski
jbarroso/clean-code
Notes on the book Clean Code - A Handbook of Agile Software Craftsmanship by Robert C. Martin
BBuf/Darknet
AlexeyAB-DarkNet源码解析
zxjzxj9/PyTorchIntroduction
《深入浅出 PyTorch——从模型到源码》源代码和勘误(见Issues)
maudzung/YOLO3D-YOLOv4-PyTorch
YOLO3D: End-to-end real-time 3D Oriented Object Bounding Box Detection from LiDAR Point Cloud (ECCV 2018)
yu-changqian/ContextPrior
Implementation for "Context Prior for Scene Segmentation"
PfAndrey/supermariohd
Cross-platform HD remake of Super Mario Bros (NES, 1985) with original game mechanics
AICVHub/Pytorch2TensorRT
Pytorch-->onnx-->TensorRT; CUDA11, CUDNN8, TensorRT8
fengbingchun/CUDA_Test
CUDA/SIMD/AssemblyLanguage/OpenMP/Eigen's usage
r7vme/tensorrt_l2norm_helper
TensorRT plugin that allows to use tf.nn.l2_normalize
bpinaya/AlexNetRT
A simple AlexNet deployment using TensorRT.