VIBE icon indicating copy to clipboard operation
VIBE copied to clipboard

[FEATURE] Retrain for offscreen body occlusions

Open alexrichardson21 opened this issue 4 years ago • 7 comments

Is it possible to retrain the network to handle cases where the body is only partially on the screen? (i.e. feet/legs hidden below screen, body running on/off screen on left or right side)

alexrichardson21 avatar Sep 28 '20 17:09 alexrichardson21

Hi @alexrichardson21,

Yes, it is definitely possible. We rely on SPIN pretrained backbone. So, you would need to train SPIN with proper data augmentation. I plan to release an occlusion robust pretrained model in a few days.

mkocabas avatar Oct 06 '20 15:10 mkocabas

Sounds great! Also is it possible include face landmarks (i.e. DLIB) with SMPL? or would I need to retrain for SMPLX?

alexrichardson21 avatar Oct 06 '20 16:10 alexrichardson21

I think https://github.com/facebookresearch/eft can be helpful for occlusions, but it has a slow inference as it Exemplar Fine-Tuning in test time. image A short youtube video reviewing the method https://youtu.be/F2_SCM2Oqs4?t=1913

ikvision avatar Oct 07 '20 05:10 ikvision

Found a solution: SPIN doesn't handle offscreen occlusions well but CenterHMR does a much better job of handling occlusions and also yields better results in general. Just swap SPIN with CenterHMR for single frame fitting instead

https://github.com/Arthur151/CenterHMR

alexrichardson21 avatar Nov 18 '20 17:11 alexrichardson21

Hi @alexrichardson21,

Yes, it is definitely possible. We rely on SPIN pretrained backbone. So, you would need to train SPIN with proper data augmentation. I plan to release an occlusion robust pretrained model in a few days.

So is the model provided now a occlusion robust one? I still find many unfavorable results after applying the model on the dataset which contains upperbody only ...

biansy000 avatar Jul 15 '21 02:07 biansy000

Following up, is there now an occlusion robust model loaded?

tanmayshankar avatar Dec 13 '21 22:12 tanmayshankar

You can give https://github.com/mkocabas/PARE a try.

mkocabas avatar Dec 13 '21 23:12 mkocabas