darcyzhc's Stars
wkentaro/pytorch-fcn
PyTorch Implementation of Fully Convolutional Networks. (Training code to reproduce the original result is available.)
wenhwu/awesome-remote-sensing-change-detection
List of datasets, codes, and contests related to remote sensing change detection
vdumoulin/conv_arithmetic
A technical report on convolution arithmetic in the context of deep learning
albumentations-team/albumentations
Fast and flexible image augmentation library. Paper about the library: https://www.mdpi.com/2078-2489/11/2/125
junfu1115/DANet
Dual Attention Network for Scene Segmentation (CVPR2019)
jfzhang95/pytorch-deeplab-xception
DeepLab v3+ model in PyTorch. Support different backbones.
YudeWang/deeplabv3plus-pytorch
Here is a pytorch implementation of deeplabv3+ supporting ResNet(79.155%) and Xception(79.945%). Multi-scale & flip test and COCO dataset interface has been finished.
zergtant/pytorch-handbook
pytorch handbook是一本开源的书籍,目标是帮助那些希望和使用PyTorch进行深度学习开发和研究的朋友快速入门,其中包含的Pytorch教程全部通过测试保证可以成功运行
jwyang/faster-rcnn.pytorch
A faster pytorch implementation of faster r-cnn
amusi/daily-paper-computer-vision
记录每天整理的计算机视觉/深度学习/机器学习相关方向的论文
Tencent/ncnn
ncnn is a high-performance neural network inference framework optimized for the mobile platform
ysh329/deep-learning-model-convertor
The convertor/conversion of deep learning models for different deep learning frameworks/softwares.
rbgirshick/py-faster-rcnn
Faster R-CNN (Python implementation) -- see https://github.com/ShaoqingRen/faster_rcnn for the official MATLAB version
raspberrypi/documentation
The official documentation for Raspberry Pi computers and microcontrollers
raspberrypi/linux
Kernel source tree for Raspberry Pi-provided kernel builds. Issues unrelated to the linux kernel should be posted on the community forum at https://forums.raspberrypi.com/
s-matyukevich/raspberry-pi-os
Learning operating system development using Linux kernel and Raspberry Pi
dkozlov/awesome-knowledge-distillation
Awesome Knowledge Distillation
tensorpack/tensorpack
A Neural Net Training Interface on TensorFlow, with focus on speed + flexibility
facebookresearch/maskrcnn-benchmark
Fast, modular reference implementation of Instance Segmentation and Object Detection algorithms in PyTorch.
azl397985856/leetcode
LeetCode Solutions: A Record of My Problem Solving Journey.( leetcode题解,记录自己的leetcode解题之路。)
pbatard/rufus
The Reliable USB Formatting Utility
facebookresearch/kill-the-bits
Code for: "And the bit goes down: Revisiting the quantization of neural networks"
huggingface/pytorch-image-models
The largest collection of PyTorch image encoders / backbones. Including train, eval, inference, export scripts, and pretrained weights -- ResNet, ResNeXT, EfficientNet, NFNet, Vision Transformer (ViT), MobileNetV4, MobileNet-V3 & V2, RegNet, DPN, CSPNet, Swin Transformer, MaxViT, CoAtNet, ConvNeXt, and more
matterport/Mask_RCNN
Mask R-CNN for object detection and instance segmentation on Keras and TensorFlow
dusty-nv/jetson-inference
Hello AI World guide to deploying deep-learning inference networks and deep vision primitives with TensorRT and NVIDIA Jetson.
openhwgroup/cva6
The CORE-V CVA6 is an Application class 6-stage RISC-V CPU capable of booting Linux
micro-FPGA/riscv-contest-2018
RISCV SoftCPU Contest 2018
SI-RISCV/e200_opensource
Deprecated, please go to next generation Ultra-Low Power RISC-V Core https://github.com/riscv-mcu/e203_hbirdv2
baidu-research/warp-ctc
Fast parallel CTC.
akrizhevsky/cuda-convnet2
Automatically exported from code.google.com/p/cuda-convnet2