DSG-Net icon indicating copy to clipboard operation
DSG-Net copied to clipboard

Structure decoding commented out

Open GregorKobsik opened this issue 2 years ago • 1 comments

Why did you comment out the structure decoding?

Is it not the idea of the paper to decode the geometry AND the structure independently?

https://github.com/IGLICT/DSG-Net/blob/6c6d117525686fcca14b3efe477dfdb37737b55a/code/model_dsmnet_full.py#L648-L649

https://github.com/IGLICT/DSG-Net/blob/6c6d117525686fcca14b3efe477dfdb37737b55a/code/model_dsmnet_full.py#L655

https://github.com/IGLICT/DSG-Net/blob/6c6d117525686fcca14b3efe477dfdb37737b55a/code/model_dsmnet_full.py#L702

GregorKobsik avatar Mar 30 '23 15:03 GregorKobsik

To fix the issue, I added the commented lines of code back. And also changed the used dataset in eval.py from the training set to the test set.

Can you confirm, that the pretrained model exp_vae_chair-full, would produce such results (original & reconstructed)? Is the full model the main model from your paper which you benchmarked against?

Shape No. 2197 image image

Shape No. 2250 image image

GregorKobsik avatar Mar 30 '23 16:03 GregorKobsik