Open vikasTmz opened 3 years ago
Possible paths:
[ ] Use a pre-trained PointNet encoder (on cars) from the occupancy network paper instead of training the PointNet encoder from scratch.
[ ] Replace/ append another loss instead of just l1 (L_conditional).
[ ] Condition the discriminator in the cGAN setup with more inputs (than just depth). Maybe part-level segmentation?
[ ] Use a pre-trained DeepSDF model:
[x] Substitute Pointnet encoder for Pointnet++ encoder
[ ] Export the predicted colors along with the point coordinates. .ply is an ideal format.