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

train 3 tasks but detection result are very bad #207

Open
stanny880913 opened this issue Dec 25, 2023 · 0 comments
Open

train 3 tasks but detection result are very bad #207

stanny880913 opened this issue Dec 25, 2023 · 0 comments

Comments

@stanny880913
Copy link

stanny880913 commented Dec 25, 2023

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       # 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 = False          # Only train detection task

but when I finished 240 epochs training, lane and driving area are better than Detection very much, how to improve it?

and Can Someone show how to training classes to 13 classes or 10 classes full pipline ?
thank you

@stanny880913 stanny880913 changed the title How to train 3 task at the same time? train 3 tasks but detection result are very bad Dec 25, 2023
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

1 participant