Closed countywest closed 4 years ago
@countywest Thanks for your interest on our paper and point it out, we have updated it on arXiv.
@xiaogangw Sorry, I can't find any difference from the previous version. How can I access the updated version?
@countywest Available now, since it needs time to update for arXiv submission.
@xiaogangw Thanks for your fast reply!
Hello~ I read your paper (https://arxiv.org/abs/2004.03327), and I want to ask a question about something not clear for me.
In the figure 2, Feature Extraction module outputs per-point features( dimension: N x C ), but I think Maxpooling condenses the per-point features( N x C ) to a global feature vector( C-dimensional ). For example, pointnet outputs a 1024-dimensional vector for each shape, because Maxpooling layer operates on the last layer( N x 1024 ). Is the figure 2 correct?