Open ImJaewooChoi opened 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?
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
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?