Pinned Repositories
-FCN-VOC2012-
本项目旨在实现语义分割中的强力算法--FCN算法。基于深度学习MXNet框架,在VOC2012数据集(20类,200000张图片)的test image上产生一个像素级别的分割,给出每一个像素属于哪一类,包括"背景"类。基于Resnet18来创建FCN,得到0.9255的语义分割准确率。
augraphy
Augmentation pipeline for rendering synthetic paper printing, faxing, scanning and copy machine processes
byol-pytorch
Usable Implementation of "Bootstrap Your Own Latent" self-supervised learning, from Deepmind, in Pytorch
C-sharp_sources
C_Language
Something about C language during my learning!
caffe
Caffe: a fast open framework for deep learning.
caffe-1
This fork of BVLC/Caffe is dedicated to improving performance of this deep learning framework when running on CPU, in particular Intel® Xeon processors.
Cascaded-FCN
Source code for the MICCAI 2016 Paper "Automatic Liver and Lesion Segmentation in CT Using Cascaded Fully Convolutional NeuralNetworks and 3D Conditional Random Fields"
clockwork-fcn
Clockwork Convnets for Video Semantic Segmenation
CMC
[ECCV 2020] "Contrastive Multiview Coding", also contains implementations for MoCo and InstDis
rainotus's Repositories
rainotus/augraphy
Augmentation pipeline for rendering synthetic paper printing, faxing, scanning and copy machine processes
rainotus/byol-pytorch
Usable Implementation of "Bootstrap Your Own Latent" self-supervised learning, from Deepmind, in Pytorch
rainotus/CV-Surveys
2021 年,计算机视觉相关综述。包括目标检测、跟踪........
rainotus/deep_learning_object_detection
A paper list of object detection using deep learning.
rainotus/DetCo
rainotus/detectron2
Detectron2 is a platform for object detection, segmentation and other visual recognition tasks.
rainotus/examples
A set of examples around pytorch in Vision, Text, Reinforcement Learning, etc.
rainotus/FastDeploy
⚡️An Easy-to-use and Fast Deep Learning Model Deployment Toolkit for ☁️Cloud 📱Mobile and 📹Edge. Including Image, Video, Text and Audio 20+ main stream scenarios and 150+ SOTA models with end-to-end optimization, multi-platform and multi-framework support.
rainotus/faster-rcnn-pytorch
这是一个faster-rcnn的pytorch实现的库,可以利用voc数据集格式的数据进行训练。
rainotus/HCSC
[CVPR 2022] PyTorch implementation of Hierarchical Contrastive Selective Coding (HCSC) (https://arxiv.org/abs/2202.00455)
rainotus/Learning-3DReconstruction
基于python的单目三维重建
rainotus/mae
PyTorch implementation of MAE https//arxiv.org/abs/2111.06377
rainotus/mmselfsup
OpenMMLab Self-Supervised Learning Toolbox and Benchmark
rainotus/moco
PyTorch implementation of MoCo: https://arxiv.org/abs/1911.05722
rainotus/modbus-tk
Create Modbus app easily with Python
rainotus/mtt-distillation
Official code for our CVPR '22 paper "Dataset Distillation by Matching Training Trajectories"
rainotus/pidinet
Code for the ICCV 2021 paper "Pixel Difference Networks for Efficient Edge Detection" (Oral).
rainotus/PredictableContextPrior
Implementation of CVPR'2022:Surface Reconstruction from Point Clouds by Learning Predictive Context Priors
rainotus/PyContrast
PyTorch implementation of Contrastive Learning methods
rainotus/PyQt5-YOLOv5
YOLOv5检测界面-PyQt5实现
rainotus/SimSiam
A pytorch implementation for paper 'Exploring Simple Siamese Representation Learning'
rainotus/straug
Image transformations designed for Scene Text Recognition (STR) data augmentation. Published at ICCV 2021 Workshop on Interactive Labeling and Data Augmentation for Vision.
rainotus/stud
source code for CVPR'22 paper "Unknown-Aware Object Detection: Learning What You Don’t Know from Videos in the Wild"
rainotus/vicreg
VICReg official code base
rainotus/vissl
VISSL is FAIR's library of extensible, modular and scalable components for SOTA Self-Supervised Learning with images.
rainotus/w-ood
rainotus/wenet
Production First and Production Ready End-to-End Speech Recognition Toolkit
rainotus/wine
Docker image providing the latest stable version of Wine. Can be used with suchja/x11server.
rainotus/yolov5
YOLOv5 🚀 in PyTorch > ONNX > CoreML > TFLite
rainotus/yolov5-pytorch
这是一个YoloV5-pytorch的源码,可以用于训练自己的模型。