AliaksandrSiarohin / motion-cosegmentation

Reference code for "Motion-supervised Co-Part Segmentation" paper
Other
656 stars 140 forks source link

Fomm and Motion-cos #42

Open newExplore-hash opened 3 years ago

newExplore-hash commented 3 years ago

hi, aliaksandrSiarohin, very appreciate your work, i find keypoint detector network of fomm is similar with segmentation module of motion cos, and others (generator and dense motion) are same totally, when i train the fomm model from scrath on new dataset, Can this model be used to inference in motion-cos directly?or do some parameters need to be modified?

AliaksandrSiarohin commented 3 years ago

Hi. You mean for part swapping? No for part swapping you need segmentation. Fomm does not provide you with the segmentation.

newExplore-hash commented 3 years ago

yeah, is part swapping, as for segmentation, i can use face parser for segmentation, My question is whether the fomm model can be directly used for part-swap inference when i use face parser for segmentation.

AliaksandrSiarohin commented 3 years ago

Yes you can use it in supervised mode.