Skip to content

Commit

Permalink
add news that we have fixed the noisy color issue
Browse files Browse the repository at this point in the history
  • Loading branch information
lizhiqi49 committed May 30, 2024
1 parent 84e74fb commit 6142796
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,11 @@ Official implementation of *Controllable Text-to-3D Generation via Surface-Align
</p>


## News

- **[2024-05-30]** We have fixed the previous **noisy color issue** of refined SuGaR and textured mesh by using a smaller learning rate for Gaussians' color, the new demo results have been updated in our [**Project Page**](https://lizhiqi49.github.io/MVControl/)!


## Installation

### Install threestudio
Expand Down
4 changes: 2 additions & 2 deletions custom/threestudio-3dgs/configs/mvcontrol-sugar-vsd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,9 @@ system:
geometry_type: "sugar"
geometry:
position_lr: [0, 0.00016, 0.0000016, 3000]
scaling_lr: 0.005
scaling_lr: 0.002
feature_lr: [0, 0.01, 0.004, 3000]
opacity_lr: 0.04
opacity_lr: 0.01
rotation_lr: 0.001

spatial_extent: ${system.ref_camera.camera_distance}
Expand Down

0 comments on commit 6142796

Please sign in to comment.