microsoft / nestle-acne-assessment

This is the source code that we developed for the collaborative project between Microsoft and Nestle Skin Health, where we developed deep learning models to assess the acne severity level based on selfie images.
70 stars 40 forks source link

STEP 4 error #7

Open Razvan8 opened 3 years ago

Razvan8 commented 3 years ago

Hello! I do not know if I did something wrong but when using getPatches.extract_patches(join(img_path, imagefile), {}, patch_path, eye_cascade) at STEP 4, 1 positional argument is missing. The function extract_patches is defined in getPatches.py and takes 5 positional arguments, not 4.

Am I missing smth or the script is not complete?