/Depthwise-Separable-Convolution-in-YOLOv5

Add the module named depth-wise separable convolution in yolov5. It also consist of MobileNetV3 in common.py

Primary LanguagePython

Depthwise-Separable-Convolution-in-YOLOv5

Add the module named depth-wise separable convolution in yolov5. It also consists of MobileNetV3 in common.py.
Developer can add it into your own backbone instead of 'Conv'.
YOLOv5 Code-Version:4.0
https://github.com/ultralytics/yolov5