Skip to content

Releases: amine0110/pycad

v0.0.10

30 Dec 17:48
1b4b369
Compare
Choose a tag to compare

This new release contains some feature upgrades, bug fixes, new datasets, and more, all about this can be found here.

v0.0.9

24 Dec 13:08
cfc7179
Compare
Choose a tag to compare

This new release is about new features + bug fixes. For more information about what changed, please see this.

v0.0.8

23 Dec 18:21
67cebcf
Compare
Choose a tag to compare

This release was about fixing the issue with mask to polygone conversion. The issue was that the code was able to convert or detect only the pixels with values 0, 1, 2 ... But now it can take any unique pixel values.

Besides, there was always an issue with the panoramic xray mandible segmentation dataset, but now everything is working, and a tutorials is created for training yolov8.

v0.0.7

23 Dec 14:55
7344a2d
Compare
Choose a tag to compare

Issue with one of the datasets link to drive.

v0.0.6

23 Dec 11:52
627b0b9
Compare
Choose a tag to compare

This release is about having the possibility to download one of the 125 datasets anywhere (in your machine, in a server ...).

v0.0.5

15 Nov 13:40
9ef41d2
Compare
Choose a tag to compare

Issue in the last release about the nifti to png conversion.

v0.0.4

15 Nov 13:20
eacd850
Compare
Choose a tag to compare

Able to put none in the v_min and v_max in the nifti to png conversion.

v0.0.3

10 Nov 08:32
45a4371
Compare
Choose a tag to compare

New features have been added:

Dicom anonymization
CT windowing for dicom
CT windowing for nifti
MRI/CBCT windowing for dicom
MRI/CBCT windowing for nifti
Auto creation of the MONAI dataset.json

v0.0.2

05 Nov 14:25
f0ca76b
Compare
Choose a tag to compare

The new new release (v0.0.2) contains a new types of conversions (including NRRD), here are the new modules:

  1. DICOM to NIFTI (DicomToNiftiConverter)
  2. DICOM to NRRD (DicomToNrrdConverter)
  3. NIFTI to NRRD (NiftiToNrrdConverter)
  4. NRRD to DICOM (NrrdToDicomConverter)
  5. NRRD to NIFTI (NrrdToNiftiConverter)

All these modules have been added with their documentation. (the chatbot will be updated also).

v0.0.1

04 Nov 18:40
fed9664
Compare
Choose a tag to compare

For this release, the main tasks are:

  • Conversions from nifti to other formats such as dicom, png, and stl.
  • Visualization of nifti and stl formats
  • Data splitter for yolo training
  • Creation of the dataset.yaml for yolov8 training

This release is the to initialize the library and better functionalities will come in the future releases.