Skip to content

Question regarding Voxel-based Spatial Pruning implementation #73

@minrui-liu

Description

@minrui-liu

Hi authors,

Thank you for sharing this impressive work.

In streamvln_eval.py, I noticed that historical frame sampling currently uses a fixed-stride strategy:
if self.num_history is None: history_ids = slice(0, time_ids[0], self.num_future_steps) else: history_ids = slice(0, time_ids[0], (time_ids[0] // self.num_history))

However, I could not find an implementation of the voxel-based spatial pruning strategy described in the paper’s Slow-Updating Memory Context, nor other depth-aware processing code.

If possible, Would you mind please share it for me? Many thanks for your time.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions