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

Created KITTI dataset for segmentation in autonomous driving scenario #2730

Merged
merged 13 commits into from May 9, 2023

Conversation

TimoK93
Copy link

@TimoK93 TimoK93 commented Mar 9, 2023

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.

… 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
@TimoK93 TimoK93 changed the title Created KITTI dataset for segmentation in autonomous driving scenario… Created KITTI dataset for segmentation in autonomous driving scenario Mar 9, 2023
@MeowZheng MeowZheng requested a review from csatsurnh March 9, 2023 14:24
@MeowZheng
Copy link
Collaborator

thanks again for your contribution. we are working on reviewing it.

@codecov
Copy link

codecov bot commented Mar 23, 2023

Codecov Report

Patch coverage: 36.84% and project coverage change: -0.22 ⚠️

Comparison is base (ae78cb9) 88.13% compared to head (aa64995) 87.91%.

❗ Current head aa64995 differs from pull request most recent head e168393. Consider uploading reports for the commit e168393 to get more accurate results

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              
Flag Coverage Δ
unittests 87.91% <36.84%> (-0.22%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
mmseg/datasets/kitti_step.py 35.13% <35.13%> (ø)
mmseg/datasets/__init__.py 100.00% <100.00%> (ø)

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@csatsurnh csatsurnh requested a review from xiexinch May 8, 2023 07:18
projects/kitti_step_dataset/README.md Outdated Show resolved Hide resolved
csatsurnh and others added 2 commits May 9, 2023 10:57
Co-authored-by: 谢昕辰 <xiexinch@outlook.com>
@xiexinch xiexinch merged commit a85675c into open-mmlab:master May 9, 2023
13 of 28 checks passed
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

Successfully merging this pull request may close these issues.

None yet

5 participants