Releases: amine0110/pycad
Releases · amine0110/pycad
v0.0.10
v0.0.9
v0.0.8
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
v0.0.6
v0.0.5
v0.0.4
v0.0.3
v0.0.2
The new new release (v0.0.2) contains a new types of conversions (including NRRD), here are the new modules:
- DICOM to NIFTI (
DicomToNiftiConverter
) - DICOM to NRRD (
DicomToNrrdConverter
) - NIFTI to NRRD (
NiftiToNrrdConverter
) - NRRD to DICOM (
NrrdToDicomConverter
) - NRRD to NIFTI (
NrrdToNiftiConverter
)
All these modules have been added with their documentation. (the chatbot will be updated also).
v0.0.1
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.