Zhifeng Gu
Zhifeng Gu
 When I trained LIEN + LDIF, I met with this error. Is there any idea to solve it?
Hi authors! What a wonderful job! I've found that it costs such a long time to train, so I'm wondering whether I can use method like 'torch.nn.DataParallel' to train on...
Hi authors! I encountered this error when runnning `python scripts/train_eval_script.py`. Any idea how to solve it? Thank you. ``` mlflow.exceptions.MlflowException: Got invalid value 21.12470817565918 for metric 'psnr' (timestamp=1722997810318). Please specify...
Hi authors! I downloaded your pretrained checkpoints and the preprocessed data. However, when I tried to run `./run/generate.sh`, it raised errors. ``` Traceback (most recent call last): File "generate_diffusion.py", line...
Hi authors! I am wondering do we need to add '--eval' when training 3dgs and langsplat? Because in the evaluation, the selected frames may not be appeared in the eval...
Hi, I noticed a possible inconsistency with `room2size`. It seems that `room2size` is in the order **(length, height, width)**. However, in object_selector.py#L157, the order appears to be **(length, width, height)**....
Hi, authors! I ran `main.py` several times and noticed that the program often got stuck during the floorplan generation. Do you have any suggestions for how to resolve it? Thank...