DeepLabV3Plus-Pytorch
DeepLabV3Plus-Pytorch copied to clipboard
Train DeeplabV3Plus-MobileNetV3 for Road Only Segmentation
Hi there,
I am trying to find a model which just do segmentation for road with this model:
'tf_mobilenetv3_small_075': {
'imagenet': 'https://github.com/rwightman/pytorch-image-models/releases/download/v0.1-weights/tf_mobilenetv3_small_075-da427f52.pth'
},
I need to run it on Rpi + OAK-D camera, so I'd like it to be as not that slow on these edge devices.
Could you please provide this trained model, or help to show me how to do it?
Thanks,
Winston