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

Segmentation evaluation #3

Open
Salingo opened this issue Oct 18, 2018 · 1 comment
Open

Segmentation evaluation #3

Salingo opened this issue Oct 18, 2018 · 1 comment

Comments

@Salingo
Copy link

Salingo commented Oct 18, 2018

Hello,
It seems that the evaluation file for part segmentation is missing?
Also, I find that the segmentation network and classification network are trained independently, I wonder if these two networks can be combined in the convolution stage, then the network can split for different tasks, just like the architecture of pointnet/pointnet++?
Thanks.

@Salingo
Copy link
Author

Salingo commented Oct 30, 2018

BTW, I found you mentioned that the network loss combined both classification and segmetation loss, can you provied this model.py file? Thanks very much!

# model.py defines both classification net and segmentation net, which share the common global feature extractor network.
# In model.get_loss, we define the total loss to be weighted sum of the classification and segmentation losses.
# Here, we only train for segmentation network. Thus, we set weight to be 1.0.

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

1 participant