https://github.com/dsilvavinicius/differential_geometry_in_neural_implicits
Raw File
Tip revision: 364211dce1b0ec238d9e40c7c3240912ff82f399 authored by Guilherme G. Schardong on 06 November 2023, 11:51:46 UTC
Fixing some dependabot alerts.
Tip revision: 364211d
lucy_curvature.yaml
network:
  hidden_layers: [256, 256, 256]
  omega_0: 60
  omega_w: 60
  in_coords: 3
  out_coords: 1

optimizer:
  lr: 0.0001
  type: adam

training:
  epochs: 2000
  batchsize: 20000
  resample_sdf_at: 10  # this is in epochs

sampling:
  type: curvature  # curvature or uniform
  curvature_fractions: [0.2, 0.6, 0.2]
  curvature_percentiles: [0.6, 0.95]
back to top