-
Notifications
You must be signed in to change notification settings - Fork 1
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
DDRNet for Semantic Segmentation #70
Conversation
Test Results 1 files 1 suites 21m 36s ⏱️ Results for commit 438c7a3. ♻️ This comment has been updated with latest results. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Co-authored-by: Martin Kozlovsky <[email protected]> Co-authored-by: GitHub Actions <[email protected]>
This PR integrates the DDRNet model to enhance semantic segmentation performance.
Comparison with Current Model (MicroNet + Segmentation Head)
Parameters: DDRNet has 5.7M, compared to 2.1M for MicroNet.
Training Time: Both models have similar single-epoch training times.
Metrics After 1 Epoch
MicroNet + Segmentation Head:
DDRNet-23-slim:
Possible improvements