mirror of
https://github.com/facebookresearch/pytorch3d.git
synced 2025-08-02 03:42:50 +08:00
Summary: This converts raysamplers to ReplaceableBase so that users can hack their own raysampling impls. Context: Andrea tried to implement TensoRF within implicitron but could not due to the need to implement his own raysampler. Reviewed By: shapovalov Differential Revision: D36016318 fbshipit-source-id: ef746f3365282bdfa9c15f7b371090a5aae7f8da
18 lines
576 B
YAML
18 lines
576 B
YAML
defaults:
|
|
- repro_singleseq_wce_base.yaml
|
|
- repro_feat_extractor_transformer.yaml
|
|
- _self_
|
|
generic_model_args:
|
|
chunk_size_grid: 16000
|
|
view_pooler_enabled: true
|
|
implicit_function_class_type: NeRFormerImplicitFunction
|
|
raysampler_AdaptiveRaySampler_args:
|
|
n_rays_per_image_sampled_from_mask: 800
|
|
n_pts_per_ray_training: 32
|
|
n_pts_per_ray_evaluation: 32
|
|
renderer_MultiPassEmissionAbsorptionRenderer_args:
|
|
n_pts_per_ray_fine_training: 16
|
|
n_pts_per_ray_fine_evaluation: 16
|
|
view_pooler_args:
|
|
feature_aggregator_class_type: IdentityFeatureAggregator
|