Skip to content

Conversation

@claforte
Copy link
Collaborator

  • ... so density_blob_scale can be annealed over time
  • this might help in later phases

- ... so `density_blob_scale` can be annealed over time
- zero123 changes that might improve quality, and
-  ... anneal the density_blob_scale, which might help in later phases

experiment: test110_zero123_500steps_lots_of_changes

@threestudio.register("implicit-volume")
class ImplicitVolume(BaseImplicitGeometry):
class ImplicitVolume(BaseImplicitGeometry, Updateable):
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is not needed as BaseImplicitGeometry (inherit from BaseModule) is already Updateable.

elevation_range: [-10, 80]
azimuth_range: [-180, 180]
camera_distance_range: [3.8, 3.8]
camera_distance_range: [3.8, 3.85]
Copy link
Collaborator

@voletiv voletiv Jul 12, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we want these changes to be permanent? Since it's 500 iters, it will be slower than the current config. Instead, maybe add another yaml file with these changes called configs/experimental/zero123_updated.yaml?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I believe the extra steps and the hyperparam changes are worth it in terms of higher quality... @voletiv do you mind testing it out with a few of your images?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actually... hold on, I want to run a few more tests

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants