You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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.
The text was updated successfully, but these errors were encountered: