[ECCV 2024] Weakly Supervised 3D Object Detection via Multi-Level Visual Guidance [paper]
Authors: Kuan-Chih Huang, Yi-Hsuan Tsai, Ming-Hsuan Yang.
We only provide the sample code and data for different-level visual guidance for easy use.
For feature level:
python feature_level.py
For output level:
python output_level.py
For training level:
python training_level.py
@inproceedings{huang2024vgw3d,
author = {Kuan-Chih Huang and Yi-Hsuan Tsai and Ming-Hsuan Yang},
title = {Weakly Supervised 3D Object Detection via Multi-Level Visual Guidance},
booktitle = {ECCV},
year = {2024}
}