Skip to content

HKUST-ECE-IC-Design-Center-OWL/CDRNet

Repository files navigation

CDRNet (ICCV 2023 Workshops)

This is a repository for the paper Cross-Dimensional Refined Learning for Real-Time 3D Visual Perception from Monocular Video.

CDRNet Real-Time Demo

Run Inference

python valscene_inference.py

Configuration

The key modes can be configured under configs/inference.yaml, where disabling MODEL.DEPTH_PREDICTION release the model into the geometric-semantic inference mode. The geometric-semantic information has been learned by MAP optimization with the help of 2D priors.

Citation

Please consider citing our paper and give a ⭐ if you find this repository useful.

@inproceedings{hong2023cross,
    author    = {Hong, Ziyang and Yue, C. Patrick},
    title     = {Cross-Dimensional Refined Learning for Real-Time 3D Visual Perception from Monocular Video},
    booktitle = {Proceedings of the IEEE/CVF International Conference on Computer Vision (ICCV) Workshops},
    month     = {October},
    year      = {2023},
    pages     = {2169-2178}
}

About

Repo for ICCV'23 Workshops "Cross-Dimensional Refined Learning for Real-Time 3D Visual Perception from Monocular Video"

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages