facebookresearch / AnimatedDrawings

Code to accompany "A Method for Animating Children's Drawings of the Human Figure"

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Is there the code for training the figure detection and pose estimation model

manjaro1124 opened this issue · comments

Is there the code for training the figure detection and pose estimation model

I want to finetune the figure detection and pose estimation model with the dataset, but it don't have the dataset _load function

@manjaro1124, author has said in the thesis their train and test stages are implemented by MMPose and MMDet framework, so you should combine corresponding config files and then train or finetune,