Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,11 @@ python3 src/train_edit.py --config_file configs/bedroom_sg_diffusion.yaml --outp

You can change `config_file` to other room types. All config files are under [configs](./configs/) folder.

Pretained checkpoints download links for bedroom scene (batch_size used: 256):

- SG: <https://huggingface.co/auraml/EditRoomOrg/resolve/main/weights/threedfront_bedroom_sg_model-epoch%3D213-val_loss%3D0.107.ckpt>
- SG2SC: <https://huggingface.co/auraml/EditRoomOrg/resolve/main/weights/threedfront_bedroom_sg2sc_model-epoch%3D273-val_loss%3D0.018.ckpt>

### 4. Evaluation
To run the evaluation, we need both `SG_WEIGHT` and `SG2SC_WEIGHT`. Those weights should be found under `output_directory` for training.

Expand Down