YOLOP
YOLOP copied to clipboard
You Only Look Once for Panopitic Driving Perception.(MIR2022)
I have add img, seg_label, labels = cutout(combination=combination, labels=labels) , but find out that in function.py, stats[0].any() turn out to be false. How to fix it?
I want to detect multiple objects different categories but it is only giving class 0 for all objects and not detecting bikes, traffic signs, persons etc. Please need help
我是在算力云平台跑的,但运行完一轮后报错: Traceback (most recent call last): File "tools/train.py", line 395, in main() File "tools/train.py", line 330, in main da_segment_results,ll_segment_results,detect_results, total_loss,maps, times = validate( File "/root/YOLOP-main/lib/core/function.py", line 258, in validate output...
我的配置文件default.py是这样的 # if training 3 tasks end-to-end, set all parameters as True # Alternating optimization _C.TRAIN.SEG_ONLY = False # Only train two segmentation branchs _C.TRAIN.DET_ONLY =True # Only train detection...