Primary competition visual

ICLR Workshop Challenge #1: CGIAR Computer Vision for Crop Disease

Helping East Africa
$5 000 USD
Completed (almost 6 years ago)
Classification
Computer Vision
1050 joined
338 active
Starti
Jan 29, 20
Closei
Mar 28, 20
Reveali
Mar 29, 20
.jfif image formats
Help · 9 Feb 2020, 19:19 · 4

There are certain images of .jfif format. Did anyone faced error because of this? Are you converting it to jpeg format or using some other technique to tackle this?

Discussion 4 answers
User avatar
msamwelmollel
University of Glasgow

You can use jfif directly there is no error in either python 3.x or Matlab 2019a. If you know, I would like to know; how you convert probability results let say [0.2 0.7 0.1 ] to log loss?

9 Feb 2020, 19:23
Upvotes 0
User avatar
msamwelmollel
University of Glasgow

I read the article two days ago, and I could figure out how I can do for multi-class problem. Thank you, though.

jfif is useable for some libraries, but it can cause errors in others that don't included '.jfif' in their list of allowed image extensions. I used the mogrify command line tool to change all jfif to jpeg.

10 Feb 2020, 05:08
Upvotes 0