ISIC2018 icon indicating copy to clipboard operation
ISIC2018 copied to clipboard

About preprocess_data.py

Open dongqing065269 opened this issue 6 years ago • 2 comments

Hello, I have 0.13.0 version of scikit_image, but anti_aliasing isn't available yet ,i got the error of "TypeError: resize() got an unexpected keyword argument 'anti_aliasing' , how could i solve this question? Thanks very much!

dongqing065269 avatar Jul 27 '18 13:07 dongqing065269

Hi, you can just remove the anti-aliasing keyword (or upgrade scikit-image).

From Readme:

you could change the resize function in load_image_by_id in datasets/ISIC2018/init.py to not use the anti-aliasing flag

tavildar avatar Jul 27 '18 16:07 tavildar

Hello, when i ran the process_data.py, i got the cache folder, and in it concludes the files of task1_masks_224.npy task2_masks_224.npy task3_images_224.npy task12_images_224.npy but i got the error of "in partition_task3_data assert os.path.exists(fname) AssertionError“ ,could you help me how to solve it? Thanks very much!

dongqing065269 avatar Jul 29 '18 06:07 dongqing065269