Organization
Location
Badges
Activity
Ratings Progression
Challenge Categories
Challenges Entered
Machine Learning for detection of early onset of Alzheimers
Latest submissions
A benchmark for image-based food recognition
Latest submissions
See Allgraded | 103495 | ||
graded | 102207 | ||
failed | 102176 |
Classify images of snake species from around the world
Latest submissions
Find all the aircraft!
Latest submissions
5 Problems 15 Days. Can you solve it all?
Latest submissions
See Allgraded | 74274 | ||
graded | 74261 | ||
graded | 74253 |
Multi Agent Reinforcement Learning on Trains.
Latest submissions
Latest submissions
See Allfailed | 67626 | ||
failed | 67625 | ||
failed | 67591 |
Project 2: Road extraction from satellite images
Latest submissions
See Allgraded | 32020 | ||
graded | 31885 | ||
graded | 31883 |
Predict if users will skip or listen to the music they're streamed
Latest submissions
Latest submissions
See Allgraded | 73484 | ||
graded | 73389 | ||
graded | 73388 |
Latest submissions
Participant | Rating |
---|---|
kavyajaganathan | 0 |
Participant | Rating |
---|
-
ML-Kannis SnakeCLEF2021 - Snake Species Identification ChallengeView
-
CUDAmemERROR EPFL ML Road SegmentationView
-
cseb AIcrowd Blitzβ‘#2View
-
NaveenTeam Food Recognition ChallengeView
Food Recognition Challenge
Baseline for MMDetection
Almost 4 years ago@gaurav_singhal You cannot push your model.pth (created using mmdetection) in your detectron2 repo. You will need to set up a new repository which has all the required dependencies, and also the code for taking inference.
For taking inference: I use this script which is provided by mmdetection - mmdetection/tools/test.py
- For this, you will also need to have your config file in your repository.
I hope this helps you.
Food Recognition Challenge Starter Notebook for Round 3
About 4 years agoHi Guys. Round 3 of the Food Recognition Challenge has kicked off
We have made a starter kit using Detectron2 which can easily help you in getting accustomed to the challenge, making a submission, and getting your name on the leaderboard!
Check out the detectron2 notebook and get started right away
Hoping to see you all on the leaderboard soon!
Submission limit
Over 4 years agoHi @shivam . I have been trying to submit in the Food Recognition Challenge and I have crossed my submission limit. I have been trying very hard to get the image built and get the submission evaluated. Considering there is only few more hours before the round ends, will it be possible for you to give me few more attempts at submission.
Submissions taking too long
Over 4 years agoEvaluation for my submission is taking a long time. I had given debug=true. Can someone tell me if there is a problem in the inference script from my end. @shivam @nikhil_rayaprolu
MASKD
Getting INTERNAL SERVER ERROR
Over 4 years ago@shivam please help us out here.There is only 2 hours left.
ImageCLEF 2020 DrawnUI
Exploit like score - 0.998!?
Over 4 years ago@picekl Ohh I was not aware of this. But I would like to point out a few things. I donβt think the information that you have mentioned was mentioned anywhere in the challenge webpage. Secondly, we did not have an option to create a team and during registration, we were told to have the team name as the username. Hence logically, if the members of a team are represented with one particular name, then submissions can be made from either or all of the memberβs accounts.
Exploit like score - 0.998!?
Over 4 years agoI would like to know how many submissions a team can make ? If there are 3 members, can we make 30 submissions (10 submissions from one account ). Also during registration,it was mentioned that team members should have their username as their team name. But then we were not able to have the same username. Can someone help me out on this case ?
@dimitri.fichou @shivam
Exploit like score - 0.998!?
Over 4 years agoCan you please make the leaderboard public as @OG_SouL previously suggested.
@dimitri.fichou
Error Message not present in the evaluation script
Over 4 years agoI got the below-mentioned error message when I made a submission
Error : field larger than field limit (131072)
I went through the evaluation script to find out what caused the error, but there was nothing related to this error message.
It would be great if someone can give me more information regarding this error.
Regards,
Naveen
Baseline for MMDetection
Almost 4 years agoClone mmdetection and then copy the files to your submission repo. And then you can write scripts for executing inference
python3 mmdetection/tools/test.py <CONFIG_FILE_PATH> <model.pth> --format-only --options "jsonfile_prefix=./results"
executing this gives you your desired results in json format.