Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fail to run the program #1

Open
Nicols812 opened this issue Sep 23, 2024 · 0 comments
Open

Fail to run the program #1

Nicols812 opened this issue Sep 23, 2024 · 0 comments

Comments

@Nicols812
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant