1 OracleRriLabeler

pipelines.oracle_rri_labeler.OracleRriLabeler(config)

Compute oracle RRI labels for candidates in a single snippet.

1.1 Methods

Name Description
run Run the full candidate→render→RRI pipeline for one snippet.

1.1.1 run

pipelines.oracle_rri_labeler.OracleRriLabeler.run(sample)

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.