stevenygd / PointFlow

PointFlow : 3D Point Cloud Generation with Continuous Normalizing Flows
https://www.guandaoyang.com/PointFlow/
MIT License
720 stars 101 forks source link

What is the order of training autoencoder and generator ? #39

Closed OswaldoBornemann closed 9 months ago

OswaldoBornemann commented 1 year ago

If i have only one shape dataset, can i directly use the gen script to train both the autoencoder and generator ?

stevenygd commented 1 year ago

In PointFlow, the generator is trained together with the AE. You can think of this as an VAE.