Pointcept / GPT4Point

[CVPR'24 Highlight] GPT4Point: A Unified Framework for Point-Language Understanding and Generation.
https://gpt4point.github.io/
MIT License
304 stars 19 forks source link

Supervision of point generation training stage #16

Open AndreAmaduzzi opened 5 months ago

AndreAmaduzzi commented 5 months ago

Hi! I really liked you work! I have a question regarding the second stage of your training pipeline. In particular, it is not clear to me which supervision you use to optimize the FC layer in the 3D generation branch. Do you compute a distance between the input point cloud and the generated one?

Thanks in advance, Andrea Amaduzzi