stable-dreamfusion
stable-dreamfusion copied to clipboard
Resulting meshs only show big color explosions
Description
After 9,070 epochs (= 907,000) epochs this still looks only like a big green color explosion:

Steps to Reproduce
I am running the code as follows:
python3 main.py -O --text 'a delicious hamburger' --workspace trial03_hamburger --iters 1500000 --lr 1e-3 --w 6 --h 64 --seed 0 --lambda_entropy 1e-4 --save_mesh
Expected Behavior
I was hoping for something more similar to a hamburger : )
Environment
- Ubuntu 20.04.4 LTS
- Pytorch Version: 1.13.0
@anna-charlotte Hi, is it --w 6
or --w 64
? Could you try with the recommended default settings?
Oh, yes! : O thanks, will try again!