Primary competition visual

Microsoft Rice Disease Classification Challenge

Helping Egypt
$3 000 USD
Completed (over 3 years ago)
Classification
Computer Vision
924 joined
260 active
Starti
May 13, 22
Closei
Aug 14, 22
Reveali
Aug 14, 22
Pretraining a self-supervised learning algorithm to solve this challenge (one way to use both image types)
Notebooks Ā· 24 Jul 2022, 13:56 Ā· 2

This repository contains two training notebooks and notes showing how to pretrain from scratch, (or from imagenet weights) a self-supervised encoder that can be finetuned to solve this task. I also experimented with progressive resizing, and have released a pretrained encoder called mwalimu-128 for the 128px image size, that achieves a validation loss of 4.98 for xresnet34, and 4.35 for res2next50. Link is in the README:

https://github.com/poppingtonic/semisupervised-rice-africa

Discussion 2 answers
User avatar
Koleshjr
Multimedia university of kenya

Amazing work. Just a question, how do you do this supervised transform in ImageDataLoaders.from_lists in fastai?

24 Jul 2022, 18:22
Upvotes 2

Thank you @Koleshjr. I'm not sure I understand the question though, which supervised transform are you referring to?