Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

怎么只训练目标检测这一个任务 #220

Open
yangoono opened this issue Oct 4, 2024 · 2 comments
Open

怎么只训练目标检测这一个任务 #220

yangoono opened this issue Oct 4, 2024 · 2 comments

Comments

@yangoono
Copy link

yangoono commented Oct 4, 2024

我的配置文件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 branch
_C.TRAIN.ENC_SEG_ONLY = False # Only train encoder and two segmentation branchs
_C.TRAIN.ENC_DET_ONLY = False # Only train encoder and detection branch

Single task

_C.TRAIN.DRIVABLE_ONLY = False # Only train da_segmentation task
_C.TRAIN.LANE_ONLY = False # Only train ll_segmentation task
_C.TRAIN.DET_ONLY = True # Only train detection task

但是训练的过程中却出现了Driving area Segment: Acc(0.366) IOU (0.181) mIOU(0.222)
Lane line Segment: Acc(0.641) IOU (0.019) mIOU(0.147)
Detect: P(0.022) R(0.699) [email protected](0.143) [email protected]:0.95(0.033)
看样子三个任务都在进行。是不是我还有什么地方忘记改了

@kysxks
Copy link

kysxks commented Oct 27, 2024

您好,数据集的image无法下载了,有其他途径下载吗

@yangoono
Copy link
Author

您好,数据集的image无法下载了,有其他途径下载吗

抱歉,我也记不清了

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants