README.md

September 20, 2022 ยท View on GitHub

YOLOPv2:rocket:: Better, Faster, Stronger for Panoptic driving Perception

Cheng Han, Qichao Zhao, Shuyi Zhang, Yinzi Chen, Zhenlin Zhang, Jinwei Yuan

News

  • August 30, 2022: We've released the inference code / trained model and published Hugging Face Spacesweb demo, just enjoy it !

  • August 24, 2022: We've released the tech report for YOLOPv2. This work is still in progress and code/models are coming soon. Please stay tuned! โ˜•๏ธ

Introduction

:grin:We present an excellent multi-task network based on YOLOP:blue_heart:,which is called YOLOPv2: Better, Faster, Stronger for Panoptic driving Perception. The advantages of YOLOPv2 can be summaried as below:

  • Better:clap:: we proposed the end-to-end perception network which possess better feature extraction backbone, better bag-of-freebies were developed for dealing with the training process.
  • Faster:airplane:: we employed more efficient ELAN structures to achieve reasonable memory allocation for our model.
  • Stronger:muscle:: the proposed model has stable network design and has powerful robustness for adapting to various scenarios .

PWC PWC PWC

Results

We used the BDD100K as our datasets,and experiments are run on NVIDIA TESLA V100.

Web Demo

Visualization

model : trained on the BDD100k dataset and test on T3CAIC camera.

Model parameter and inference speed

ModelSizeParamsSpeed (fps)
YOLOP6407.9M49
HybridNets64012.8M28
YOLOPv264038.9M91 (+42) :arrow_double_up:

Traffic Object Detection Result

Result Visualization
ModelmAP@0.5 (%)Recall (%)
MultiNet60.281.3
DLT-Net68.489.4
Faster R-CNN55.677.2
YOLOv5s77.286.8
YOLOP76.589.2
HybridNets77.392.8
YOLOPv283.4(+6.1):arrow_double_up:91.1(-1.7) :arrow_down:

Drivable Area Segmentation

Result Visualization
ModelDrivable mIoU (%)โ€”โ€”:relaxed:โ€”โ€”
MultiNet71.6
DLT-Net71.3
PSPNet89.6
YOLOP91.5
HybridNets90.5
YOLOPv293.2(+1.7) :arrow_up:

Lane Line Detection

Result Visualization
ModelAccuracy (%)Lane Line IoU (%)
Enet34.1214.64
SCNN35.7915.84
Enet-SAD36.5616.02
YOLOP70.526.2
HybridNets85.431.6
YOLOPv287.3(+1.9):arrow_up:27.2(-4.4) :arrow_down:

Day-time and Night-time visualization results

Models

You can get the model from here.

Demo Test

We provide two testing method.You can store the image or video.

python demo.py  --source data/example.jpg

Third Parties Resource

License

YOLOPv2 is released under the MIT Licence.