question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Support Kaggle and Colab Environments

See original GitHub issue

Is your feature request related to a problem? Please describe.

  • Kaggle and Colab are free and great resources to do quick experiments. Currently, I’ve found that it’s not possible to run 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.

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:13 (12 by maintainers)

github_iconTop GitHub Comments

1reaction
samet-akcaycommented, Mar 28, 2022

Done:)

1reaction
alexriedel1commented, Mar 24, 2022

Hello, this notebook contains all the necessary steps to get anomalib running on Google Colab https://colab.research.google.com/drive/1yFtIJP7OkE4-zF8S3kg9lQnqS53Nh95H?usp=sharing

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:

  1. install the matching torchtext version in the requirements
  2. install the right open-cv version in the requirements (check which one is actually necessary)
  3. figure out the issue with the folder names. if you import anomalib on colab and it’s inside a dir called anomalib, it will be imported from there and not the installed version. thats why you have to clone into a differently named dir…
  4. offer a version that doesnt import openvino
Read more comments on GitHub >

github_iconTop Results From Across the Web

Easy way to use Kaggle datasets in Google Colab
Easy way to use Kaggle datasets in Google Colab ... Colab has free GPU usage but it can be a pain setting it...
Read more >
How to Kaggle the Engineer way. Act 2: Google Colab
Creating a script to run setup commands at the beginning of each notebook to mimic Kaggle environment, setup API keys, and more. Using...
Read more >
How to Load Kaggle Datasets Directly into Google Colab?
Step 1: Select any dataset from Kaggle · Step 2: Download API Credentials · Step 3: Setup the Colab Notebook · Step 4:...
Read more >
Access Kaggle Dataset on google Colab - YouTube
Hello Friends, In this episode, I will show you, How you can access any dataset from Kaggle to your google colab notebook.
Read more >
The Easy Approach to Access a Kaggle Dataset in Google ...
About Kaggle · About Google Colaboratory · Procedure to Access the Kaggle Dataset. 1. Install the Kaggle! 2. Load the token JSON file;...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found