-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Hello,
Is this program still used or updated?
I tried to run it but I have met some issues.
For importing some librairies I had to slightly modify the code. As an example:
# from sklearn.externals import joblib # old line
import joblib # new line
I am using Windows, so I also had to add a few lines at several places to take into account the Windows' separator used for the paths. As an example:
path_raw_image = path_raw_image.replace(os.sep, '/') #new line
filename = path_raw_image.split('/')[-1]
I managed to run the program until the end with my own photos of bee wings. However it doesn't work, because all photos are marked as "invalid".
However, the online application https://deepwings.ddns.net/ works well with my photos. Is the code different between the one here compared to the Deep Wings website?
Any feedback or help is welcolme :)
Best regards,
Nicolas
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels