Open JiashuLiang opened 6 months ago
Hi @JiashuLiang,
This might result from multiple reasons. You probably need to remove the try/except https://github.com/Shen-Lab/LDM-3DG/blob/45c3a91a7895fefe38b8ec383f5fd64244c55e03/AE_Geometry_and_Conditional_Latent_Diffusion/scripts/evaluate.py#L100 to allow the error messages printed.
Hi Authors,
Congrats on the great work! I am trying to develop a flow-matching version of your work, but I encounter some challenges when reproducing your work on Conditional Generation on Geometric Objects.
When I ran Sampling and evaluating commands, I encountered the following error for all data_id I tried.
What I changed are:
to
model.load_state_dict(torch.load('../AE_geom_cond_weights_and_data/weight_diffusion.pt')['model'])`def __init__(self, raw_path, transform=None, version='final'):
Can you help check what's wrong?