-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
Created KITTI dataset for segmentation in autonomous driving scenario #2730
Conversation
… similar to Cityscapes. Added configurations for deeplabv3plus_r50-d8_368x368_80k_kittistep.py, segformer_mit-b5_368x368_160k_kittistep.py and segformer_mit-b0_368x368_160k_kittistep.py
thanks again for your contribution. we are working on reviewing it. |
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## master #2730 +/- ##
==========================================
- Coverage 88.13% 87.91% -0.22%
==========================================
Files 149 150 +1
Lines 9183 9221 +38
Branches 1539 1544 +5
==========================================
+ Hits 8093 8107 +14
- Misses 835 859 +24
Partials 255 255
Flags with carried forward coverage won't be shown. Click here to find out more.
☔ View full report in Codecov by Sentry. |
Co-authored-by: CSH <40987381+csatsurnh@users.noreply.github.com>
Co-authored-by: 谢昕辰 <xiexinch@outlook.com>
Note that this PR is a modified version of the withdrawn PR #1748
Motivation
In the last years, panoptic segmentation has become more into the focus in reseach. Weber et al. [Link] have published a quite nice dataset, which is in the same style like Cityscapes, but for KITTI sequences. Since Cityscapes and KITTI-STEP share the same classes and also a comparable domain (dashcam view), interesting investigations, e.g. about relations in the domain e.t.c. can be done.
Note that KITTI-STEP provices panoptic segmentation annotations which are out of scope for mmsegmentation.
Modification
Mostly, I added the new dataset and dataset preparation file. To simplify the first usage of the new dataset, I also added configs for the dataset, segformer and deeplabv3plus.
BC-breaking (Optional)
No BC-breaking
Use cases (Optional)
Researchers want to test their new methods, e.g. for interpretable AI in the context of semantic segmentation. They want to show, that their method is reproducible on comparable datasets. Thus, they can compare Cityscapes and KITTI-STEP.