waiting-gy's Stars
rasbt/deeplearning-models
A collection of various deep learning architectures, models, and tips
leoxiaobin/deep-high-resolution-net.pytorch
The project is an official implementation of our CVPR2019 paper "Deep High-Resolution Representation Learning for Human Pose Estimation"
CMU-Perceptual-Computing-Lab/openpose
OpenPose: Real-time multi-person keypoint detection library for body, face, hands, and foot estimation
princeton-vl/pose-ae-train
Training code for "Associative Embedding: End-to-End Learning for Joint Detection and Grouping"
MVIG-SJTU/AlphaPose
Real-Time and Accurate Full-Body Multi-Person Pose Estimation&Tracking System
sgrvinod/Deep-Tutorials-for-PyTorch
In-depth tutorials for implementing deep learning models on your own with PyTorch.
bobo0810/PytorchNetHub
项目注释+论文复现+算法竞赛+Pytorch实践
sgrvinod/a-PyTorch-Tutorial-to-Object-Detection
SSD: Single Shot MultiBox Detector | a PyTorch Tutorial to Object Detection
lufficc/SSD
High quality, fast, modular reference implementation of SSD in PyTorch
lzx1413/PytorchSSD
pytorch version of SSD and it's enhanced methods such as RFBSSD,FSSD and RefineDet
vijeshkpaei/caltech-dataset-to-yolo
caltech pedestrain dataset to yolo conversion. This codes are very simple
dfgroup2019/caltech_converter
在处理Caltech数据集时发现他的视频数据是.seq格式的,标签数据是.vbb格式的,拿来学习的话不是很好用,就进行了一下格式转换
CasiaFan/Dataset_to_VOC_converter
Scripts to convert datasets (Caltech pedestrian, MS COCO, HDA) to PASCAL VOC format
shadowwalker00/CaltechPestrain2VOC
ronghuaiyang/faster-rcnn-caltech-pedestrian-pytorch
simonzachau/caltech-pedestrian-dataset-to-yolo-format-converter
converts the format of the caltech pedestrian dataset to the format that yolo uses
mitmul/caltech-pedestrian-dataset-converter
Download Caltech Pedestrian Dataset and convert them for Python users without using MATLAB
qfgaohao/pytorch-ssd
MobileNetV1, MobileNetV2, VGG based SSD/SSD-lite implementation in Pytorch 1.0 / Pytorch 0.4. Out-of-box support for retraining on Open Images dataset. ONNX and Caffe2 support. Experiment Ideas like CoordConv.
amdegroot/ssd.pytorch
A PyTorch Implementation of Single Shot MultiBox Detector
yanx27/Pointnet_Pointnet2_pytorch
PointNet and PointNet++ implemented by pytorch (pure python) and on ModelNet, ShapeNet and S3DIS.
fangzesheng/free-api
收集免费的接口服务,做一个api的搬运工
Jacqueline121/Faster_RCNN_pytorch
charlesq34/frustum-pointnets
Frustum PointNets for 3D Object Detection from RGB-D Data
lanpa/tensorboardX
tensorboard for pytorch (and chainer, mxnet, numpy, ...)
fossasia/visdom
A flexible tool for creating, organizing, and sharing visualizations of live, rich data. Supports Torch and Numpy.
CyC2018/CS-Notes
:books: 技术面试必备基础知识、Leetcode、计算机操作系统、计算机网络、系统设计
GrowingGit/GitHub-Chinese-Top-Charts
:cn: GitHub中文排行榜,各语言分设「软件 | 资料」榜单,精准定位中文好项目。各取所需,高效学习。
philferriere/cocoapi
Clone of COCO API - Dataset @ http://cocodataset.org/ - with changes to support Windows build and python3
pytorch/vision
Datasets, Transforms and Models specific to Computer Vision
pytorch/tutorials
PyTorch tutorials.