We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I set the default.py like below:
default.py
# 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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I set the
default.py
like below: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
The text was updated successfully, but these errors were encountered: