1 CandidateMixtureViewGeneratorConfig

pose_generation.candidate_mixture.CandidateMixtureViewGeneratorConfig()

Config-as-factory for fixed-count mixed candidate tables.

1.1 Attributes

Name Description
base Base generator settings shared by all mixture components.
components Ordered mixture components. Full-shell row order follows this list.
total_count Total full-shell candidate budget across mixture components.
device Resolved base generator device.
camera_label Base camera label used for typed-snippet generation.

1.2 Methods

Name Description
upper_bound_free_shell Build the explicit legacy free-shell upper-bound ablation config.
rich_local_five_family Build the previous five-family local sampler for ablation runs.

1.2.1 upper_bound_free_shell

pose_generation.candidate_mixture.CandidateMixtureViewGeneratorConfig.upper_bound_free_shell(
    count=60,
)

Build the explicit legacy free-shell upper-bound ablation config.

1.2.2 rich_local_five_family

pose_generation.candidate_mixture.CandidateMixtureViewGeneratorConfig.rich_local_five_family(
)

Build the previous five-family local sampler for ablation runs.