Primary competition visual

Coral Classification Challenge

Helping South Africa
$800 USD
Challenge completed ~4 years ago
Classification
Computer Vision
139 joined
44 active
Starti
Oct 27, 21
Closei
Oct 31, 21
Reveali
Oct 31, 21
User avatar
ASSAZZIN
1st Place Approach
Notebooks · 2 Nov 2021, 12:24 · edited 4 months later · 1

All thanks to @ZINDI for hosting this challenge,I was able to secure 1st place in this interesting competition.

I will not share my solution code, But instead of I will share my winning approach and some repositories that help you to code my solution.

--------------------------------------------------------------------------

Apporach

My winning solution is a weighted average between ResNet18 - ResNet50 - EfficientNet-B3.

I used some augmentations to deal with the bad image quality such as Histogram Equalization, and some classic augmentations such as Rotation, Flip ...

My Overall CV was 0.6607 [ using 5 K-Folds ] , giving 0.665 in public LB and 0.646 in public LB.

--------------------------------------------------------------------------

Github Repositories to learn

  1. CGIAR_Wheat_Growth_Stage_Challenge Solution
  • this repo contains Both Pytorch code [check densenet169 - densenet201 - resnext101 resnext50 Folders ] and 2 Optimized Fastai Codes .
  • For those who want to learn coding in PyTorch, please follow the amazing Abhishek Thakur Youtube Channel

Discussion 1 answer

Interesting, my solution was quite simple. No more than 5 lines of code. i used Resnet101 implemented with Fastai. The images were terrible. My model tended to perform better without augmentation. i got 0.663.. on public leaderboard and 0.638 on private leaderboard.

2 Nov 2021, 12:49
Upvotes 0