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

Possible change in img2vec directories #8

Open
KaratzasBasil opened this issue Feb 2, 2020 · 0 comments
Open

Possible change in img2vec directories #8

KaratzasBasil opened this issue Feb 2, 2020 · 0 comments

Comments

@KaratzasBasil
Copy link

KaratzasBasil commented Feb 2, 2020

from img2vec.img_to_vec import Img2Vec

In order for the onenn_baseline.py file to run I forked the package and changed the line above to:
from img2vec_pytorch import Img2Vec
I also downloaded img2vec using:
pip install img2vec_pytorch

I think img2vec directories were changed since the last modification of your file.

As a sidenote, I also had to upgrade pandas to 25.0 (from your suggestion of 24.1 in the txt file) for an error about StringIO import (on another file). I don't raise this sidenote as an issue, but I'm informing you about this, in case you get a similar error.

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