OccAny: Generalized Unconstrained Urban 3D Occupancy
Paper • 2603.23502 • Published • 1
OccAny is a unified framework for generalized unconstrained urban 3D occupancy prediction. It is the first unconstrained urban 3D occupancy model capable of operating on out-of-domain uncalibrated scenes to predict and complete metric occupancy coupled with segmentation features from sequential, monocular, or surround-view images.
This repository hosts checkpoints for two model variants:
After following the installation instructions in the GitHub repository, you can run inference using the following commands.
python inference.py \
--batch_gen_view 2 \
--view_batch_size 2 \
--semantic distill@SAM3 \
--compute_segmentation_masks \
--gen \
-rot 30 \
-vpi 2 \
-fwd 5 \
--seed_translation_distance 2 \
--recon_conf_thres 2.0 \
--gen_conf_thres 6.0 \
--apply_majority_pooling \
--model occany_da3
python inference.py \
--batch_gen_view 2 \
--view_batch_size 2 \
--semantic distill@SAM2_large \
--compute_segmentation_masks \
--gen \
-rot 30 \
-vpi 2 \
-fwd 5 \
--seed_translation_distance 2 \
--recon_conf_thres 2.0 \
--gen_conf_thres 2.0 \
--apply_majority_pooling \
--model occany_must3r
If you find this work or code useful, please cite the paper:
@inproceedings{cao2026occany,
title={OccAny: Generalized Unconstrained Urban 3D Occupancy},
author={Anh-Quan Cao and Tuan-Hung Vu},
booktitle={CVPR},
year={2026}
}