lxtGH / OMG-Seg

OMG-LLaVA and OMG-Seg codebase
Other
905 stars 44 forks source link

multi-label for each point #9

Open suliangxu opened 2 months ago

suliangxu commented 2 months ago

Thank you for your excellent work! Can OMG-seg predict multi-class for each point? For the human parsing task, we need to segment not only the instance of one person but also the partition of him/her (such as the watch, head, upper body, shoes, and so on). Additionally, how can I fine-tune OMG-seg for such a task? Thank you.

image

lxtGH commented 1 month ago

Hi! @suliangxu Seems like this is an instance part-aware segmentation task. You can refer to these works for your project.

https://github.com/lxtGH/Panoptic-PartFormer

https://github.com/soeaver/awesome-human-parsing

suliangxu commented 1 month ago

@lxtGH Thank you for your reply! Another question: how can I test the model for a single image? For example, I can directly specify the path of the image in test.py.

lxtGH commented 4 weeks ago

@suliangxu Please wait for a well. I will add one folder on how to use these models.