facebookresearch / AnimatedDrawings

Code to accompany "A Method for Animating Children's Drawings of the Human Figure"
MIT License
10.62k stars 936 forks source link

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

Closed manjaro1124 closed 5 months ago

manjaro1124 commented 6 months ago

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

Brian417-cup commented 6 months ago

@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,