Run the full candidate→render→RRI pipeline for one snippet.
1.1.1.1 Parameters
Name
Type
Description
Default
sample
EfmSnippetView
Input snippet including semi-dense points and GT mesh tensors.
required
1.1.1.2 Returns
Name
Type
Description
OracleRriSample
A batch containing candidates, renders, backprojected point clouds,
OracleRriSample
and oracle RRI values.
Source Code
# OracleRriLabeler { #aria_nbv.pipelines.oracle_rri_labeler.OracleRriLabeler }```pythonpipelines.oracle_rri_labeler.OracleRriLabeler(config)```Compute oracle RRI labels for candidates in a single snippet.## Methods| Name | Description || ---| ---||[run](#aria_nbv.pipelines.oracle_rri_labeler.OracleRriLabeler.run)| Run the full candidate→render→RRI pipeline for one snippet. |### run { #aria_nbv.pipelines.oracle_rri_labeler.OracleRriLabeler.run }```pythonpipelines.oracle_rri_labeler.OracleRriLabeler.run(sample)```Run the full candidate→render→RRI pipeline for one snippet.#### Parameters {.doc-section .doc-section-parameters}| Name | Type | Description | Default ||--------|----------------|----------------------------------------------------------------|------------|| sample | EfmSnippetView | Input snippet including semi-dense points and GT mesh tensors. | _required_ |#### Returns {.doc-section .doc-section-returns}| Name | Type | Description ||--------|-----------------|---------------------------------------------------------------------||| OracleRriSample | A batch containing candidates, renders, backprojected point clouds, ||| OracleRriSample | and oracle RRI values. |