Pinned Repositories
3d-pose-baseline
A simple baseline for 3d human pose estimation in tensorflow. Presented at ICCV 17.
3D_openpose
A linear neural network is added to the 2D openpose output. This neural network uses the "x" and "y" data axis to estimate the "z" axis. The labels are the "z" coordinates extracted from a 3D key points database.
AlphaPose
Real-Time and Accurate Multi-Person Pose Estimation&Tracking System
awesome-human-pose-estimation
A collection of awesome resources in Human Pose estimation.
human-motion-prediction
Simple baselines and RNNs for predicting human motion in tensorflow. Presented at CVPR 17.
Mask_R_CNN_Keypoints
The original code is from "https://github.com/matterport/Mask_RCNN"
Pedestrian_graph_plus
the Pedestrian_graph_plus implementation
semisupervise_transfer_learning
This code is made in Tensorflow, performs regression, for a ball mill. The model 1 is trained, and with the trained neural network, a semi-supervised training is carried out in other databases, in this way the learning transfer is carried out.
SPADE_E2VID
Event to video reconstruction with spade module
Tensorflow-Ball-mill-regression-with-LSTM
is a regression for a ball mill machine
RodrigoGantier's Repositories
RodrigoGantier/SPADE_E2VID
Event to video reconstruction with spade module
RodrigoGantier/Pedestrian_graph_plus
the Pedestrian_graph_plus implementation
RodrigoGantier/AlphaPose
Real-Time and Accurate Multi-Person Pose Estimation&Tracking System
RodrigoGantier/awesome-human-pose-estimation
A collection of awesome resources in Human Pose estimation.
RodrigoGantier/M2O
Many-to-One Training Scheme for Event-to-Video Reconstruction
RodrigoGantier/Person_reID_baseline_pytorch
A tiny, friendly, strong pytorch implement of person re-identification baseline. Tutorial 👉https://github.com/layumi/Person_reID_baseline_pytorch/tree/master/tutorial
RodrigoGantier/3DMPPE_POSENET_RELEASE
Official PyTorch implementation of "Camera Distance-aware Top-down Approach for 3D Multi-person Pose Estimation from a Single RGB Image ", ICCV 2019
RodrigoGantier/bindsnet
Simulation of spiking neural networks (SNNs) using PyTorch.
RodrigoGantier/CornerNet
RodrigoGantier/CV-arXiv-Daily
分享计算机视觉每天的arXiv文章
RodrigoGantier/d2-net
D2-Net: A Trainable CNN for Joint Description and Detection of Local Features
RodrigoGantier/deep-person-reid
Deep learning person re-identification in PyTorch.
RodrigoGantier/dvs_tools
RodrigoGantier/e2sri
Code for the paper "Learning to Super Resolve Intensity Images from Events" (CVPR-2020-Oral).
RodrigoGantier/GDAS
PyTorch implementation of "Searching for A Robust Neural Architecture in Four GPU Hours", CVPR 2019
RodrigoGantier/iou-tracker
Python implementation of the IOU Tracker
RodrigoGantier/jaer
Java tools for Address-Event Representation (AER) neuromorphic vision and audio sensor processing
RodrigoGantier/latent-diffusion
High-Resolution Image Synthesis with Latent Diffusion Models
RodrigoGantier/lightweight-human-pose-estimation-3d-demo.pytorch
Real-time 3D multi-person pose estimation demo in PyTorch. OpenVINO backend can be used for fast inference on CPU.
RodrigoGantier/mmdetection
Open MMLab Detection Toolbox and Benchmark
RodrigoGantier/PedestrianGraph
The code for the paper: Pedestrian Graph
RodrigoGantier/Pointnet2_PyTorch
PyTorch implementation of Pointnet2/Pointnet++
RodrigoGantier/PyTorch-GAN
PyTorch implementations of Generative Adversarial Networks.
RodrigoGantier/ROMP
ROMP: Monocular, One-stage, Regression of Multiple 3D People
RodrigoGantier/SemGCN
The Pytorch implementation for "Semantic Graph Convolutional Networks for 3D Human Pose Regression" (CVPR 2019).
RodrigoGantier/SiamRPN_plus_plus_PyTorch
SiamRPN, SiamRPN++, unofficial implementation of "SiamRPN++" (CVPR2019), multi-GPUs, LMDB.
RodrigoGantier/simpledet
A Simple and Versatile Framework for Object Detection and Instance Recognition
RodrigoGantier/SlowFast
PySlowFast: video understanding codebase from FAIR for reproducing state-of-the-art video models.
RodrigoGantier/STSGCN
Repository for "Space-Time-Separable Graph Convolutional Network for Pose Forecasting" (ICCV 2021)
RodrigoGantier/swin_transformer
A a slightly modified version of swin transormer from microsoft