YOLOP icon indicating copy to clipboard operation
YOLOP copied to clipboard

You Only Look Once for Panopitic Driving Perception.(MIR2022)

Results 154 YOLOP issues
Sort by recently updated
recently updated
newest added

Hello the dataset of bdd 100k according to one json file? ![image](https://github.com/hustvl/YOLOP/assets/66653030/beeffffa-4912-4368-86ec-d53a7feeb150) ![image](https://github.com/hustvl/YOLOP/assets/66653030/fa8ace98-6374-4227-ac9c-b4953b287abc) ![image](https://github.com/hustvl/YOLOP/assets/66653030/6ada9014-4e8e-478d-b3c7-8d33beb19bc2) I have changed the structure of datasets like your files but i couldn't find the correct...

如题,训练的时候,GPU利用率忽高忽低,导致模型训练很慢,时间很长。尝试过以下的措施: dataloader的时候将 pin_mermory改为True, num_workers 改为4, 8, 16 都尝试了,都没有得到改善。 有谁知道怎么解决吗?

老师们好,请问官方提供的 End-to-end.pth 模型是在BDK100数据集上用训练图片7万张 跑出来的效果吗?

I set the `default.py` like below: ``` # Alternating optimization _C.TRAIN.SEG_ONLY = False # Only train two segmentation branchs _C.TRAIN.DET_ONLY = False # Only train detection branch _C.TRAIN.ENC_SEG_ONLY = False...

nice work! What kind of tasks are suitable for training with a multitasking framework? Suppose that the data of different tasks are different, such as the two tasks of vehicle...

Hello, may I ask what the specifications and model of your hardware are that can achieve 4X more Fps?

I would like to ask about the problem related to training process. I put my dataset as below ![image](https://github.com/hustvl/YOLOP/assets/67302134/8f5668d7-0bfb-4887-b02b-214606f82967) ![image](https://github.com/hustvl/YOLOP/assets/67302134/7d8d03b9-12ae-4a97-bc01-b783c8f11797) However, I had a problem as below **self = reduction.pickle.load(from_parent)...

May I ask if YOLOP wants to TRAIN the single task separately, except changing _C. train.drivable_only or _C. train.lane_only or _C. train.det_only to True in defaut.py, what else needs to...

I wanted to fine-tune only the detection head of the model, so I set _C.TRAIN.DET_ONLY=True in the config file. However, I noticed that the encoder is also getting updated, and...

Hi I want to run this repo on my RTX 4070. I do not have ZED Camera. I do not want to use it. Is there any way to run...