10 lines
216 B
Python
10 lines
216 B
Python
_base_ = './dnerf_default.py'
|
|
|
|
ModelHiddenParams = dict(
|
|
kplanes_config = {
|
|
'grid_dimensions': 2,
|
|
'input_coordinate_dim': 4,
|
|
'output_coordinate_dim': 32,
|
|
'resolution': [64, 64, 64, 50]
|
|
}
|
|
) |