Vegeta2020 / SE-SSD

SE-SSD: Self-Ensembling Single-Stage Object Detector From Point Cloud, CVPR 2021.
Apache License 2.0
811 stars 128 forks source link

How to train teacher SSD model from scratch. #104

Open Xi-Gong opened 5 months ago

Xi-Gong commented 5 months ago

I want to train teacher SSD model first with my own data which format is consistent with KITTI 3D. Can simply set following param under examples/second/configs/config.py meet my need? enable_ssl=False load_from = None