open-mmlab / mmdetection

OpenMMLab Detection Toolbox and Benchmark
https://mmdetection.readthedocs.io
Apache License 2.0
29.67k stars 9.48k forks source link

SSD LIte backbone mobilenet in_channels=4 #10884

Open ImJaewooChoi opened 1 year ago

ImJaewooChoi commented 1 year ago

https://github.com/open-mmlab/mmdetection/blob/main/configs/ssd/ssdlite_mobilenetv2-scratch_8xb24-600e_coco.py

I want the in_channel of mobilenet for that model to be 4 because the data I will be inputting is rgbd. How should I modify that config?

hhaAndroid commented 1 year ago

You can refer this https://github.com/open-mmlab/mmyolo/blob/main/docs/zh_cn/common_usage/single_multi_channel_applications.md#%E5%8D%95%E9%80%9A%E9%81%93%E5%92%8C%E5%A4%9A%E9%80%9A%E9%81%93%E5%BA%94%E7%94%A8%E6%A1%88%E4%BE%8B