hustvl / YOLOP

You Only Look Once for Panopitic Driving Perception.(MIR2022)
MIT License
1.94k stars 413 forks source link

Object detection and lane segmentation from beginning #92

Open tuvshu99 opened 2 years ago

tuvshu99 commented 2 years ago

Hello. I am trying to train the model from the beginning with object detection and lane segmentation. As I understand, I have to change the whole code and remove the part of the drivable area. Those include yolp.py, train.py, function.py, loss.py etc. Is there another idea to do it easily?

tuvshu99 commented 2 years ago

I did not. There was some errors while i am trying to modify the code. Since then i did not try again.

LuthraBhomik commented 2 years ago

There is no easy way, you need to do it like that only.