-
Notifications
You must be signed in to change notification settings - Fork 710
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
Support Kaggle and Colab Environments #130
Comments
Whats exactly your problem on Colab? |
I actually tried on kaggle, couldn't install it with pip. Maybe due to some torch / Cuda version issue. Have you checked on kaggle env? |
I can only guess if you're not posting the actual error. But my guess is, that Kaggle and Colab are running python 3.7 so you have to change this line in anomalib Line 97 in aa49b7d
|
On kaggle env, I did
Next,
|
After moving to the anomalib dir, run the following, then install via pip
|
Hi both, if this solves the issue, we could create a PR to be able to work on Python3.7? |
@alexriedel1 (cc. @samet-akcay ) |
you need the correct torchtext version for pytorch 1.8.1, which is 0.9.1 ( |
It would really help if there would be a proof of concept working colab available to test the functionality of the library. I'm also struggling to get up and running. I think it would be a good stepping stone to use these amazing resources. |
Hello, Anyways, you will run into an import error for OpenVino. Just patch that by commenting out the OpenVino in the respective file. I guess some things should be done in order to make this easier:
|
Hi all, we've recently merged #163. You could have a look and let us know if you encounter any issues. |
@samet-akcay Thanks. |
Done:) |
Is your feature request related to a problem? Please describe.
anomalib
on these environments. I guess, when the PIP packages get ready, it would be possible. Supporting these environments would be a great opportunity for the end-user for sure.The text was updated successfully, but these errors were encountered: