Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Categoryless Training/Testing for part segmentation #42

Closed
iKessho opened this issue Nov 7, 2019 · 1 comment
Closed

Categoryless Training/Testing for part segmentation #42

iKessho opened this issue Nov 7, 2019 · 1 comment

Comments

@iKessho
Copy link

iKessho commented Nov 7, 2019

Hi,

Would like to ask if the DGCNN model is able to train/test without explicitly stating the category (e.g. plane, vase, mug) of the object/data. I've looked through the source code and i found that you have to explicitly indicate the category of the object before it is able to segment it.

Also if its able to achieve segmentation of N parts. The current implementation seems to have hard coded the number of parts for each category. I'm wondering if its able to achieve something similar to this https://www.youtube.com/watch?v=6JQdNzsw7jA

@WangYueFt
Copy link
Owner

You don't need to. You can remove the branch that takes the class label.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants