You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
dependabot[bot] 0e3ee9bc77
Bump numpy from 1.21.0 to 1.22.0 in /utils/dicom_converter (#5)
Bumps [numpy](https://github.com/numpy/numpy) from 1.21.0 to 1.22.0.
- [Release notes](https://github.com/numpy/numpy/releases)
- [Changelog](https://github.com/numpy/numpy/blob/main/doc/RELEASE_WALKTHROUGH.rst)
- [Commits](https://github.com/numpy/numpy/compare/v1.21.0...v1.22.0)

---
updated-dependencies:
- dependency-name: numpy
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: kirill-sizov <sizow.k.d@gmail.com>
4 years ago
..
README.md Added DICOM conversion script (#3095) 5 years ago
requirements.txt Bump numpy from 1.21.0 to 1.22.0 in /utils/dicom_converter (#5) 4 years ago
script.py Fixed Intel license headers (#119) 4 years ago

README.md

Description

The script is used to convert some kinds of DICOM data to regular images. Then you can annotate these images on CVAT and get a segmentation mask. The conversion script was tested on CT, MT and some multi-frame DICOM data. DICOM files with series (multi-frame) are saved under the same name with a number postfix: 001, 002, 003, etc.

Installation

python3 -m venv .env
. .env/bin/activate
pip install -r requirements.txt

Running

. .env/bin/activate # if not activated
python script.py input_data output_data