Open tobimichigan opened 2 years ago
Just after I posted this, I discovered the root issue was in the image.py
` import pandas as pd import scipy.misc as sm from skimage.measure import label
from skimage.segmentation import clear_border from skimage.color import label2rgb from skimage.measure import label, regionprops from skimage import filters, io
from image_features_extraction import Regions from image_features_extraction import MyException from image_features_extraction import Features from image_features_extraction import Utils from scipy.spatial import Voronoi, voronoi_plot_2d
its now from scipy.spatial import Voronoi, voronoi_plot_2d NOT=>import Voronoi_Features.Voronoi as VF`
Please can u kindly suggest how to debug this code?