Pinned Repositories
attention-is-all-you-need-pytorch
A PyTorch implementation of the Transformer model in "Attention is All You Need".
AutoKernel
AutoKernel 是一个简单易用,低门槛的自动算子优化工具,提高深度学习算法部署效率。
bounding-box-prediction
bounding box prediction + intention prediction
CaptainBlackboard
船长关于机器学习、计算机视觉和工程技术的总结和分享
Cpp-Primer
C++ Primer 5 answers
CPython-Internals
Dive into CPython internals, trying to illustrate every detail of CPython implementation
CS838_Project
DDRNet
The official implementation of "Deep Dual-resolution Networks for Real-time and Accurate Semantic Segmentation of Road Scenes"
deep_sort
Simple Online Realtime Tracking with a Deep Association Metric
RobinhoodKi's Repositories
RobinhoodKi/CS838_Project
RobinhoodKi/attention-is-all-you-need-pytorch
A PyTorch implementation of the Transformer model in "Attention is All You Need".
RobinhoodKi/AutoKernel
AutoKernel 是一个简单易用,低门槛的自动算子优化工具,提高深度学习算法部署效率。
RobinhoodKi/bounding-box-prediction
bounding box prediction + intention prediction
RobinhoodKi/CaptainBlackboard
船长关于机器学习、计算机视觉和工程技术的总结和分享
RobinhoodKi/Cpp-Primer
C++ Primer 5 answers
RobinhoodKi/CPython-Internals
Dive into CPython internals, trying to illustrate every detail of CPython implementation
RobinhoodKi/DDRNet
The official implementation of "Deep Dual-resolution Networks for Real-time and Accurate Semantic Segmentation of Road Scenes"
RobinhoodKi/deep_sort
Simple Online Realtime Tracking with a Deep Association Metric
RobinhoodKi/gitExample
RobinhoodKi/DeepLearning
RobinhoodKi/distributed_tutorial
RobinhoodKi/FCHarDNet
Fully Convolutional HarDNet for Segmentation in Pytorch
RobinhoodKi/fft-conv-pytorch
Implementation of 1D, 2D, and 3D FFT convolutions in PyTorch. Much faster than direct convolutions for large kernel sizes.
RobinhoodKi/jetson-utils
C++/Python Linux utility wrappers for NVIDIA Jetson - camera, codecs, CUDA, GStreamer, HID, OpenGL/XGL
RobinhoodKi/LargeScaleNeRFPytorch
1. Non-official implementation of Block-NeRF and Mega-NeRF in Pytorch. 2. Train your large-scale NeRF in the wild. 3. Weekly classified NeRF literature.
RobinhoodKi/LibMTL
LibMTL: A PyTorch Library for Multi-Task Learning
RobinhoodKi/Linux_Programming
RobinhoodKi/mesh_to_sdf
Calculate signed distance fields for arbitrary meshes
RobinhoodKi/mobilenext
non-official PyTorch implementation of MobileNeXt from paper [Rethinking Bottleneck Structure for Efficient Mobile Network Design]
RobinhoodKi/nnieqat-pytorch
A nnie quantization aware training tool on pytorch.
RobinhoodKi/noisystudent
Code for Noisy Student Training. https://arxiv.org/abs/1911.04252
RobinhoodKi/onnx-tensorrt
ONNX-TensorRT: TensorRT backend for ONNX
RobinhoodKi/pointcloud-viewer
Efficient Large-Scale Point-Cloud Viewer based on OpenGL
RobinhoodKi/pointnet.pytorch
pytorch implementation for "PointNet: Deep Learning on Point Sets for 3D Classification and Segmentation" https://arxiv.org/abs/1612.00593
RobinhoodKi/pytorch-mobilenet-v2
A PyTorch implementation of MobileNet V2 architecture and pretrained model.
RobinhoodKi/SDC-NNIE-tutorial
华为海思hi系列芯片使用的NNIE推理框架教程
RobinhoodKi/siamese-triplet
Siamese and triplet networks with online pair/triplet mining in PyTorch
RobinhoodKi/SOLOv2
SOLOv2: Dynamic, Faster and Stronger, achives 39.5mAP on coco test-dev (36 epochs result)
RobinhoodKi/Stat992Notes