Primary competition visual

Wadhwani AI Bollworm Counting Challenge

Helping India
€15 000 EUR
Completed (over 3 years ago)
Object Detection
Computer Vision
832 joined
146 active
Starti
Sep 23, 22
Closei
Dec 04, 22
Reveali
Dec 04, 22
CV LB thread
Data · 1 Nov 2022, 11:01 · 9

CV : 2.63

LB : 1.539833531

Discussion 9 answers
User avatar
MICADEE
LAHASCOM

CV: 1.84

LB: 2.126634958

1 Nov 2022, 13:51
Upvotes 0

What Cv strategy do to use ?

User avatar
MICADEE
LAHASCOM

Just a baseline fastai image regression model with

fit_one_cycle(), EarlyStoppingCallback etc with only 2kfold to test run for now.

@mithilsalumkhe what approach are you using

- object detection?

- image regression?

1 Nov 2022, 15:37
Upvotes 0

Update

CV : 2.53

LB 1.368608799

SKF 5 fold

5 Nov 2022, 13:34
Upvotes 3

hey, is it mse loss?, because I get 130 ~ 140 mse loss. Finally, when you report LB score is the average predictions of your 5 folds or retraining model using all data?.

MSE loss is not the metric for this comp, the metric for this comp is MAE loss. Yes i submit preds of 5 fold

which loss function your using?