xiaogangw-zz / cascaded-point-completion

59 stars 6 forks source link

Question about the paper(arXiv ver.) #2

Closed countywest closed 4 years ago

countywest commented 4 years ago

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?

xiaogangw-zz commented 4 years ago

@countywest Thanks for your interest on our paper and point it out, we have updated it on arXiv.

countywest commented 4 years ago

@xiaogangw Sorry, I can't find any difference from the previous version. How can I access the updated version?

xiaogangw-zz commented 4 years ago

@countywest Available now, since it needs time to update for arXiv submission.

countywest commented 4 years ago

@xiaogangw Thanks for your fast reply!