DC1991 / FS_Net

the code for CVPR2021 work: FS-Net
MIT License
93 stars 12 forks source link

Some question of the paper #1

Closed Mr2er0 closed 3 years ago

Mr2er0 commented 3 years ago

Hello, thank you for your great work! I have some questions about the content of the paper.

The data enhancement method in this paper is online. How to understand the meaning of online. My understanding is that if the three-dimensional model of an object is changed, the information in the two-dimensional image will also be changed. In this case, does the information in the two-dimensional image also need to be changed? When did you change the three-dimensional model, and how did you realize it online?

DC1991 commented 3 years ago

Thanks for your interest in the paper. As shown in Figure 2 of the paper. We only apply the 3D deformation on the point cloud transformed from the cropped depth. Therefore, we do not need to consider the change of the 2D image. Online in this paper means we apply the 3D deformation operation during the training stage rather than preparing the deformed point cloud before the training.