Primary competition visual

NASA Harvest Field Boundary Detection Challenge

Helping Rwanda
$5 000 USD
Challenge completed over 2 years ago
Classification
Earth Observation
768 joined
185 active
Starti
Nov 17, 22
Closei
Feb 26, 23
Reveali
Feb 26, 23
7th Place Solution
Notebooks · 5 Jul 2023, 06:36 · 11

Hi Everybody,

Better late than never. Here is my solution https://github.com/masawdah/nasa_harvest_field_boundary_detection_challenge . I hope to find it useful.

Discussion 11 answers
User avatar
enigmatic

Can't load it

5 Jul 2023, 06:38
Upvotes 0

try now. I fix the link

User avatar
enigmatic

Thank you

User avatar
aghandour

thanks @masawdah for posting your solution.

can you DM your email address please?

5 Jul 2023, 08:39
Upvotes 0

Hi, While running the script i get an error -> name 'low_cloud_sz' is not defined. Can someone help me with this?

3 Aug 2023, 14:51
Upvotes 0

@A-BOVE I cleaned the notebook. it should works now.

Thanks for the quick fix! Unfortunaly i now have an error "'Dataset' object has no attribute 'add_indices'" while training the model. Any idea what caused this?

Thanks for pointitng this out. You can try now.

Yes that solves that problem. I now have the following problem RuntimeError: Given groups=1, weight of size [40, 48, 3, 3], expected input[8, 24, 257, 257] to have 48 channels, but got 24 channels instead. This error is happening in the train_epoch.run() function.

u ned just to change the number of input channels, anyway i fixed it.

I fixed it. The notebook works fine now! Thanks for helping