IIT-PAVIS / DiffAssemble

Official repository for "DiffAssemble: A Unified Graph-Diffusion Model for 2D and 3D Reassembly" accepted at CVPR2024
66 stars 5 forks source link

One question about Breaking bad #4

Open pluto2D opened 5 months ago

pluto2D commented 5 months ago

Dear authors,

Do you plan to release the train_beakingbad.sh and it's ckpt?

Stefa1994 commented 5 months ago

Hi and thanks for your interest in our work! To train the Breaking Bad dataset, you can use the following command in the command line:

python puzzle_diff/train_3d.py --inference_ratio 10 --batch_size 8 --steps 300 --num_workers 10 --noise_weight 0 --predict_xstart True  --max_epochs 1000 --backbone vn_dgcnn --max_num_part 20

We plan to release the checkpoint, so stay tuned!

guochenmeinian commented 1 month ago

Dear authors,

Thank you for your previous response and your great work! I'm wondering if there has been any update on the release of the checkpoint. It would be incredibly helpful for my current experiments, and I'd appreciate any information on when it might be available.

Looking forward to your reply!