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

Added DICOM conversion script #3095

Merged
merged 5 commits into from
Apr 20, 2021
Merged

Conversation

bsekachev
Copy link
Member

Motivation and context

CVAT does not support DICOM format natively.
One way to annotate DICOM data is to convert them to regular images first. The patch adds a script to support some kinds of DICOM files to .png

How has this been tested?

Manual testing, converted:

Checklist

License

  • I submit my code changes under the same MIT License that covers the project.
    Feel free to contact the maintainers if that's a concern.
  • I have updated the license header for each file (see an example below)
# Copyright (C) 2021 Intel Corporation
#
# SPDX-License-Identifier: MIT

@coveralls
Copy link

coveralls commented Apr 15, 2021

Coverage Status

Coverage remained the same at 74.055% when pulling de5715b on bs/added_dicom_conversion_script into 6988e2b on develop.

utils/dicom_converter/README.md Outdated Show resolved Hide resolved
utils/dicom_converter/script.py Outdated Show resolved Hide resolved
pip install -r requirements.txt
```

# Running
Copy link
Contributor

@nmanovic nmanovic Apr 20, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Better to provide an example for a real dataset (minor comment)

@nmanovic nmanovic merged commit f267f8a into develop Apr 20, 2021
@nmanovic nmanovic deleted the bs/added_dicom_conversion_script branch April 20, 2021 08:45
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

4 participants