You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I have reproduced your work, and the results are quite good. Therefore, I tried to apply your method to my own data. I converted the data into the format of the 3DFRONT dataset and successfully ran it. However, I noticed that the Loss dropped very quickly during training, stabilizing around 0.01 after approximately 2000 epochs. Then, when using the trained model for generation, the results were not very satisfactory. I would like to ask if MIDiffusion has been fine-tuned specifically for 3DFRONT? Or is there any advice for me, thanks in advance.
The text was updated successfully, but these errors were encountered:
We have not fine-tuned MiDiffusion or trained models from scratch on other datasets. We only tested our models on a few custom floor plans and found that they work quite well as long as the floor plans are not too much different from the training data. You dataset might be quite different from 3D-FRONT. Our training losses usually drops to about 0.01 after ~60% of the training epochs (i.e. 30k or 60k epochs depending on the dataset). The training loss does not change much afterwards unless plotted on a log scale. You can try training the models for more epochs and view training loss on a log scale.
Hello, I have reproduced your work, and the results are quite good. Therefore, I tried to apply your method to my own data. I converted the data into the format of the 3DFRONT dataset and successfully ran it. However, I noticed that the Loss dropped very quickly during training, stabilizing around 0.01 after approximately 2000 epochs. Then, when using the trained model for generation, the results were not very satisfactory. I would like to ask if MIDiffusion has been fine-tuned specifically for 3DFRONT? Or is there any advice for me, thanks in advance.
The text was updated successfully, but these errors were encountered: