

gokuleloop 297
Name
Organization
Location
Badges
Activity
Ratings Progression
Challenge Categories
Challenges Entered
A benchmark for image-based food recognition
Latest submissions
Classify images of snake species from around the world
Latest submissions
See Allgraded | 69906 | ||
failed | 69845 | ||
failed | 69843 |
Visual SLAM in challenging environments
Latest submissions
Immitation Learning for Autonomous Driving
Latest submissions
Recognizing bird sounds in monophone soundscapes
Latest submissions
Badges
-
Anniversary
-
TrustableHas filled their profile page
-
First Onebox
-
Member
-
Editor
-
Basic User
-
First Emoji
-
First Link
-
First Quote
-
First Like
-
First Mention
-
Enthusiast
-
Welcome
-
Boltzmann's FavouriteKudos! You've been awarded a silver badge for this challenge. Keep up the great work!
Challenge: SnakeCLEF2021 - Snake Species Identification Challenge -
EulerLearnerGreat work! You're one of the top participants in this challenge. Here's a gold badge to celebrate the acheivement.
Challenge: SnakeCLEF2021 - Snake Species Identification Challenge
Participant | Rating |
---|---|
![]() |
0 |
Participant | Rating |
---|
SnakeCLEF2021 - Snake Species Identification Chall

Submitting your kit: image_build_failed
10 days agoHi Picekl,
When can we expect the evaluation server to be ready along with the round 5 starter kit?

Conda won't install efficientnet
10 months agoI used environment.yml file and EfficientNet-pytorch as a pip package.
Reference ( https://github.com/GokulEpiphany/contests-final-code/blob/master/aicrowd-snake-species/inference/environment.yml )

Evaluation Error but Image built successfully
11 months ago@akash18014 @picekl From what I remember, we have to explicitly set only cuda version 10.0 (Can I have an example of a code which is working to make a submission on gitlab?) . Maybe downgrade cuda toolkit 10.1 to 10.0 and make sure corresponding tensorflow works with 10.0.
This is the only link which helped me downgrade (https://dmitry.ai/t/topic/33)

Evaluation Error but Image built successfully
11 months agoWhat specific version of tensorflow are you using?

System confirmation for submissions
11 months agoCould you please confirm the CUDA version of the K80? [Edit:] Found it in the logs, its 10.0 still. Thanks

Evaluation Error but Image built successfully
11 months agoIn your aicrowd.json file, try adding “debug”: True, you will get the logs as to why the submissions are failing

SnakeCLEF how to submit, when and how many?
11 months agoCould you please confirm this? Couple of CLEF challenges end at 23:59 UTC. BirdCLEF ends at 12:00 UTC.
Thanks,
Gokul.

Can I have an example of a code which is working to make a submission on gitlab?
About 1 year ago@ValAn Congrats on the win

Can I have an example of a code which is working to make a submission on gitlab?
Over 1 year agoA relevant discussion.

Can I have an example of a code which is working to make a submission on gitlab?
Over 1 year agoPlease use
conda env export --no-build > environment.yml
Also, Inference happens on a K80 (if you enable GPU). Make sure CUDA version is 10.0 and not 10.1

Can I have an example of a code which is working to make a submission on gitlab?
Over 1 year agoCould you please clarify on the last date for the contest? On the home page it shows “2 days remaining” but Timeline mentions Jan,17,2020.


Winner announcement + Round 3!
Over 1 year agoThanks, @amdurso and the moderators behind aicrowd @mohanty @arjun_nemani for providing instant logs and helping with reproducing results.
Planning to put together a blog post /upload the code to GitHub and will link here.
It was a great experience participating in this challenge.

Evaluation stuck [Edit : Evaluation took a long time]
Over 1 year agoEvaluation has not started yet then. Evaluations happen in a sequence, there are still two submissions ahead of you.You can see it here

Evaluation stuck [Edit : Evaluation took a long time]
Over 1 year agoMine got evaluated a while ago. What is the status of your submission? If the evaluation status is “Evaluation started/pending”, then wait a while, I guess.

Submission Errors
Over 1 year ago@mohanty Evaluator is not picking up any of my submissions. Please look into it. Latest commit : https://gitlab.aicrowd.com/gokuleloop/snake-breed-identification/commit/c2d0dd9f55cd89796de929328b9a6e746941e774

Submission Errors
Over 1 year agoYou can use the following way to solve this issue:
verify_images(test_images_path,delete=True) # test_images_path in run.py
This will fetch you 17686 files
You will have to have some logic to generate predicitions for corrupted files
I do it this way (not the best way):
- Use the sample submission file and replace the random given probabilities with predicted probabilities
Do test it locally. TTA takes a long time to complete (~7hrs)

Evaluation stuck [Edit : Evaluation took a long time]
Over 1 year agoApologies, Evaluation took a very long time. I assumed it to be stuck .

Instructions to include non-standard packages
Over 1 year ago[Edit: This won’t work]
A suggestion (not sure if it will work):
Did you try cloning the repo and installing (before run.py is invoked in run.sh), make sure git is installed as well
For eg,
Building torchvision from source (inside run.sh):
git clone https://github.com/pytorch/vision
cd vision
python setup.py install
cd …
python3 run.py
Submitting your kit: image_build_failed
9 days agoThanks for the update Picekl. Will the last date to submit submissions be May 7th as well?