Skip to content

slryou41/ws-kps

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Weakly Supervised Keypoint Discovery

PyTorch implementation of Weakly Supervised Keypoint Discovery, Serim Ryou and Pietro Perona

  1. Download the datasets
  2. Set the dataloader path
  3. Train the model with the script:
python train.py [path_to_dataset] --checkpoint [path_to_checkpoint] --gpu [gpu_id] --lr 0.001 --batch-size [batch_size] --nkpts [number_of_keypoints] --nclass [number_of_class_category] --dataset [dataset_name]

About

Weakly supervised keypoint discovery

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages