SE-SSD icon indicating copy to clipboard operation
SE-SSD copied to clipboard

How to train teacher SSD model from scratch.

Open Xi-Gong opened this issue 2 years ago • 0 comments

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

Xi-Gong avatar Apr 09 '24 12:04 Xi-Gong