Pinned Repositories
momask-codes
Official implementation of "MoMask: Generative Masked Modeling of 3D Human Motions (CVPR2024)"
deep-motion-editing
An end-to-end library for editing and rendering motion of 3D characters with deep learning [SIGGRAPH 2020]
DistributionBalancedLoss
Pytorch implementation for "Distribution-Balanced Loss for Multi-Label Classification in Long-Tailed Datasets" (ECCV 2020 Spotlight)
GenMoStyle
GenMoStyle-code
Official implementation of "Generative Human Motion Stylization in Latent Space", ICLR'24
GSD
mmcv
OpenMMLab Computer Vision Foundation
Murrol.github.io
neuralbody
Code for "Neural Body: Implicit Neural Representations with Structured Latent Codes for Novel View Synthesis of Dynamic Humans" CVPR 2021 best paper candidate
phybasehpe_demo
phybasehpe_public
Murrol's Repositories
Murrol/GenMoStyle-code
Official implementation of "Generative Human Motion Stylization in Latent Space", ICLR'24
Murrol/deep-motion-editing
An end-to-end library for editing and rendering motion of 3D characters with deep learning [SIGGRAPH 2020]
Murrol/DistributionBalancedLoss
Pytorch implementation for "Distribution-Balanced Loss for Multi-Label Classification in Long-Tailed Datasets" (ECCV 2020 Spotlight)
Murrol/GenMoStyle
Murrol/GSD
Murrol/mmcv
OpenMMLab Computer Vision Foundation
Murrol/Murrol.github.io
Murrol/neuralbody
Code for "Neural Body: Implicit Neural Representations with Structured Latent Codes for Novel View Synthesis of Dynamic Humans" CVPR 2021 best paper candidate
Murrol/phybasehpe_demo
phybasehpe_public
Murrol/PhysCap_demo_release
PhysCap: Physically Plausible Monocular 3D Motion Capture in Real Time The implementation is based on [SIGGRAPH Aisa'20](https://vcai.mpi-inf.mpg.de/projects/PhysCap/).
Murrol/pytorch-grad-cam
Many Class Activation Map methods implemented in Pytorch for CNNs and Vision Transformers. Including Grad-CAM, Grad-CAM++, Score-CAM, Ablation-CAM and XGrad-CAM
Murrol/pytorch-image-models
PyTorch image models, scripts, pretrained weights -- ResNet, ResNeXT, EfficientNet, EfficientNetV2, NFNet, Vision Transformer, MixNet, MobileNet-V3/V2, RegNet, DPN, CSPNet, and more
Murrol/SamCon
Pybullet implementation of SamCon (SIGGRAPH 2010 paper "Sampling-based Contact-rich Motion Control").
Murrol/SMALify
This repository contains an implementation for performing 3D animal (quadruped) reconstruction from a monocular image or video. The system adapts the pose (limb positions) and shape (animal type/height/weight) parameters for the SMAL deformable quadruped model, as well as camera parameters until the projected SMAL model aligns with 2D keypoints and silhouette segmentations extracted from the input frame(s).
Murrol/Video-Swin-Transformer
This is an official implementation for "Video Swin Transformers".
Murrol/vit-pytorch
Implementation of Vision Transformer, a simple way to achieve SOTA in vision classification with only a single transformer encoder, in Pytorch