ViewFormer-Occ icon indicating copy to clipboard operation
ViewFormer-Occ copied to clipboard

[ECCV 2024] ViewFormer: Exploring Spatiotemporal Modeling for Multi-View 3D Occupancy Perception via View-Guided Transformers

Results 7 ViewFormer-Occ issues
Sort by recently updated
recently updated
newest added

Amazing work! But could you fix the bug in dataset download? The _url: https://huggingface.co/viewformer/ViewFormer-Occ_ can not be opened.

您好,首先,感谢你精彩的工作!我想咨询一下您一个问题,在引言中"However, a critical limitation arises when a 3D reference point, fixed during training, is projected outside the image size for a specific camera, the projection-first method no longer applies deformable...

Great work! Compared with obj-flow,occ-flow can provide more accurate information about the scene. Currently, i already have a occ3d dataset, how can i get the related occ-flow?

# Questions about ViewFormer Implementation: bin File Generation, Visualization Methods, and Single GPU Training Configuration Hello, I have a few questions regarding ViewFormer: ### 1. Bin File Generation for Oviz...

Hi, thanks for sharing this great project! If I want to use one history frame for temporal fusion. Do I only need to change num_memory->1 in config file? ``` num_memory...

能否提供推理的demo代码,和可视化代码呢

能否提供完整的依赖库的版本,按照文档安装会出现numba的不匹配问题