Skip to content

(2024 KITE Summer Research Project 1) -- Combining VideoMamba encoder and ViTPose Heatmap Joint Regressor for Video Pose detection

Notifications You must be signed in to change notification settings

xinlei55555/Video_Pose

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VideoMambaPose

Project combining VideoMamba model and ViTPose Heatmap Joint Regressor for Video Pose detection

Installation:

clone the VideoMamba repository

git clone https://github.com/OpenGVLab/VideoMamba
cd VideoMamba

create your environment

conda create -n mamba python=3.10
conda activate mamba
pip install -r requirements.txt
pip install -e causal-conv1d
pip install -e mamba

clone the VideoMambaPose repository

cd ..
git clone https://github.com/xinlei55555/Video_Pose.git
pip install -r requirements125.txt

About

(2024 KITE Summer Research Project 1) -- Combining VideoMamba encoder and ViTPose Heatmap Joint Regressor for Video Pose detection

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published