Pinned Repositories
ALPR
ALPR
AndrewNg-DeepLearning
微专业: 吴恩达 深度学习工程师 作业
attention-is-all-you-need-pytorch
A PyTorch implementation of the Transformer model in "Attention is All You Need".
BaiduPCS-Go
百度网盘客户端 - Go语言编写
CenterNet
Codes for our paper "CenterNet: Keypoint Triplets for Object Detection" .
cmake-modules
Additional CMake functionality. Most of the modules are from Ryan Pavlik (https://github.com/rpavlik/cmake-modules)
cosmos
c++11基础库
Coursera-ML-AndrewNg-Notes
吴恩达老师的机器学习课程个人笔记
libzmodem
a library to send and recieve files wth the zmodem protocol
lrzsz
lrzsz from http://www.ohse.de/uwe/software/lrzsz.html
beizhengren's Repositories
beizhengren/attention-is-all-you-need-pytorch
A PyTorch implementation of the Transformer model in "Attention is All You Need".
beizhengren/BaiduPCS-Go
百度网盘客户端 - Go语言编写
beizhengren/CenterNet
Codes for our paper "CenterNet: Keypoint Triplets for Object Detection" .
beizhengren/cmake-modules
Additional CMake functionality. Most of the modules are from Ryan Pavlik (https://github.com/rpavlik/cmake-modules)
beizhengren/Cpp-Concurrency-in-Action-2ed
📚《C++ Concurrency in Action 2ed》笔记:C++11/14/17多线程技术
beizhengren/CUDA_Test
CUDA's usage
beizhengren/CUDA-PointPillars
A project demonstrating how to use CUDA-PointPillars to deal with cloud points data from lidar.
beizhengren/d2l-zh
《动手学深度学习》:面向中文读者、能运行、可讨论。英文版即伯克利“深度学习导论”教材。
beizhengren/deeplearning.ai-notes
吴恩达《深度学习》学习笔记(xmind)、作业代码、代码视频讲解
beizhengren/Design-Patterns-in-Cpp17
基于C++17实现23种GoF设计模式,使用智能指针来避免内存泄漏
beizhengren/drawio-notion-embed
beizhengren/Effective-Modern-Cpp-1
📚《Effective Modern C++》笔记:C++11/14实用特性
beizhengren/my-cvml_project
Projects and application using computer vision and machine learning
beizhengren/my-OpenPCDet
OpenPCDet Toolbox for LiDAR-based 3D Object Detection.
beizhengren/my-paperreading
beizhengren/my-pcl
beizhengren/my-python
beizhengren/my-pytorch
beizhengren/my-tools
record tools
beizhengren/my_design_pattern
beizhengren/my_opencv
beizhengren/opencv
Open Source Computer Vision Library
beizhengren/PaddleDetection
Object detection and instance segmentation toolkit based on PaddlePaddle.
beizhengren/ProgrammeDesign-and-Algorithm
beizhengren/pytorch-deeplab-xception
DeepLab v3+ model in PyTorch. Support different backbones.
beizhengren/pytorch-handbook
pytorch handbook是一本开源的书籍,目标是帮助那些希望和使用PyTorch进行深度学习开发和研究的朋友快速入门,其中包含的Pytorch教程全部通过测试保证可以成功运行
beizhengren/PyTorchIntroduction
《深入浅出 PyTorch——从模型到源码》源代码和勘误(见Issues)
beizhengren/Reflection_Summary
算法理论基础知识应知应会
beizhengren/tiny-tensorrt
a simple, efficient, easy-to-use nvidia TensorRT wrapper for cnn,sopport c++ and python
beizhengren/yolo-tensorrt
darknet -> tensorrt. TensorRT7 yolov3 yolov4 use raw darknet *.weights and *.cfg fils. If the wrapper is useful to you,please Star it.