Primary competition visual

AgriFieldNet India Challenge

Helping India
$10 000 USD
Challenge completed almost 3 years ago
Classification
Earth Observation
752 joined
179 active
Starti
Sep 05, 22
Closei
Oct 31, 22
Reveali
Oct 31, 22
Not Favorable for windows users
Data · 14 Sep 2022, 13:14 · 12

Seems this competi is for apple only users. Some of these libraries do not operate on windows. Some latest libraries aren't also available on google colab, making it impossible to pull data

Discussion 12 answers

I am using it on Colab with an older version. Had to change the data loading syntax a little

14 Sep 2022, 13:41
Upvotes 0

Can I see a pic of it

You right, man. I got better results, using Kaggle, but still cant go through all starter notebook. Have to give up :(

14 Sep 2022, 14:18
Upvotes 0
User avatar
laboratory
Trust Stamp

For me I cannot get rasterio and radiant_mlhub to work on colab. I upgraded my python on colab to 3.9 afterwards, if I install a module or package, it works (and I can see the packages using `pip list` )but on importing, it throws:

ModuleNotFoundError: No module named 'rasterio'
14 Sep 2022, 14:45
Upvotes 0
User avatar
HungryLearner
Khalifa University

A solution to the the download issue on colab has been provided in https://zindi.africa/competitions/agrifieldnet-india-challenge/discussions/13245

Try it out

14 Sep 2022, 15:29
Upvotes 0

is that what you used? Do you use windows? It seems google colab doesn't support the latest version of radiant mlhub

User avatar
HungryLearner
Khalifa University

To the best of my knowledge, Google colab does not depends on your operating system. I use Linux.

But I thought the link explains how to update colab itself for it to allow installing the package you want.

User avatar
laboratory
Trust Stamp

Unfortunately, it doesn't work for me. As I wrote, I was able to install the right versions successfully, however, for some weird reasons, I could not import them.

I never said google colab depended on the operating system. I said google colab does not support the latest version of radiant ml hub. There is a parameter in the latest version of radiant ml hub which is to help in downloading the data but google colab doesn't support the latest version of radiant ml hub

Hi all, here is an example of how to download the data and extract crop and field labels in Google Colab with python version 3.7.13: https://colab.research.google.com/drive/1_H9rl64KVeblzzu3jtge0ezjnY491Rt5?usp=sharing

14 Sep 2022, 22:27
Upvotes 4

Thank you very much Anna. I will try it

User avatar
deelight-del

HI, @anna_the_scientist it seems as if the code is not working any longer. Despite pip installing rasterio, it is saying module not found. Anyone with any idea, please?