Visual perception for self-driving cars! Part 5: Multi-task learning
We covered Object Detection and Segmentation in our previous blogs. They are very efficient and fundamental part for self-driving cars. However, there are drawbacks too. Firstly, we have to do everything for each model separately: data processing, model creating and training, preparing it for inference and others…