This repository contains code to pre-process the LIDC-IDRI dataset of CT-scans with pulmonary nodules into a binary classification problem, easy to use for learning deep learning
after install scikit-image, although the version of scikit-image is 0.13.1, there are still some problems. the error tips is :
ImportError : cannot import name name '_validate_lengths'
Occurred :
from numpy.lib.arraypad import _validate_lengths
so I think the version of numpy should be adjusted. Can you show me your version of numpy ?
Thank you!
we needed scikit-image 0.13.1 to keep compatibility with pylidc, however, pylidc may have been further developed. have you tried installing the latest pylidc and the latest scikit-image?
after install scikit-image, although the version of scikit-image is 0.13.1, there are still some problems. the error tips is : ImportError : cannot import name name '_validate_lengths' Occurred : from numpy.lib.arraypad import _validate_lengths
so I think the version of numpy should be adjusted. Can you show me your version of numpy ? Thank you!