rempic / Image-Features-Extraction

A Python Package for fast extraction of features from a set of images
50 stars 12 forks source link

ModuleNotFoundError: No module named 'Voronoi_Features' #3

Open tobimichigan opened 2 years ago

tobimichigan commented 2 years ago

image Please can u kindly suggest how to debug this code?

tobimichigan commented 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

import Voronoi_Features.Voronoi as VF`

its now from scipy.spatial import Voronoi, voronoi_plot_2d NOT=>import Voronoi_Features.Voronoi as VF`