I’m training the VAE from VecSetX but the reconstruction quality is bad. Here’s what I did:
- Data: Used the ShapeNet car GLB files → extracted SDF/point clouds with sdf_gen/preprocess/box.py → saved as .npz. Visualized samples, data looks fine.
- Model: Used learnable_vec1024x16_dim1024_depth24 (no changes).
- Training: Ran vecset/main_ae.py with 2 GPUs + gradient accumulation (8 steps). Trained for ~500 epochs.
- Results: Final loss ~0.23, volume IoU ~0.64.
- Inference: Used vecset/infer.py at 128/256 resolution. Output looks poor.
Any ideas why the quality is low? Thanks! 😊

I’m training the VAE from VecSetX but the reconstruction quality is bad. Here’s what I did:
Any ideas why the quality is low? Thanks! 😊