Skip to content

swanilee/Image-free-domain-generalization-via-clip-for-3d-hand-pose-estimation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Image free domain generalization via clip for 3d hand pose estimation

Prerequisties

The code needs the following libraries:

  • Python 3.6.13
  • Anaconda
  • Pytorch 1.7.1

Data Preparation

We use the dataset of FreiHAND for training, and STB, RHD for testing.

Pretrained file

Path: ../weights/snapshot_45.pth.tar

Testing

# If you change the dataset, change "config.py" in main directory.
CUDA_VISIBLE_DEVICES=4 python -m torch.distributed.launch --master_port 12345 test.py --gpu 0 --stage lixel --test_epoch "45" --scale 1 --rot 0

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published