Badges
Activity
Ratings Progression
Challenge Categories
Challenges Entered
Classify images of snake species from around the world
Latest submissions
See Allfailed | 10052 | ||
failed | 10046 | ||
failed | 9946 |
Participant | Rating |
---|
Participant | Rating |
---|
SnakeCLEF2021 - Snake Species Identification Chall
NVCC not found error
Over 5 years agoI get the following error in the container logs.
FileNotFoundError: [Errno 2] No such file or directory: '/usr/local/cuda/bin/nvcc': '/usr/local/cuda/bin/nvcc'
Suggestions on how to fix this please?
Instructions to include non-standard packages
Over 5 years ago@mohanty can you please look into this?
Instructions to include non-standard packages
Over 5 years ago@mohanty I somehow need to fix this to make my final submission
Any help will be appreciated
Instructions to include non-standard packages
Over 5 years agoI did the same, the apex package needs access to GPU to run, I have set gpu: true
in the aicrowd.json file, anything else to be done?
Instructions to include non-standard packages
Over 5 years ago@mohanty how to install git before running the conda environment.yml file?
Instructions to include non-standard packages
Over 5 years agoI tried the same, it throws git not found error.
Link to the logs
Instructions to include non-standard packages
Over 5 years agoThe Anaconda environment dump does not seem to work for packages installed directly from git. Can you suggest other alternative ways to handle this please?
Instructions to include non-standard packages
Over 5 years agoI am using a package directly from git (as it is not yet there in PyPI or conda).
When I do a conda export
it doesnβt include the package in the list, is there an alternative way to fix this?
Link to the issue.
Thanks!
Access Logs for submission
Over 5 years agoI need to check the access logs to make a submission, can anyone please share that?
Can't make a submission
Over 5 years ago@mohanty yes it looks like all the submissions were evaluated.
Can't make a submission
Over 5 years ago@mohanty Can you check the evaluator again, please?
It looks like all the submissions are in the queue.
Round 2: Understand the submissions
Over 5 years agoHi Folks,
I am finding it difficult to understand the format of submissions for round 2. Please help me with the following questions:
- What files are necessary to be included in your git repo? (According to readme, we have to add aicrowd.json, do we also have to add environ.sh, build.sh & debug.sh)
- How to refer to the path to the test images folder? (in environ.sh, the path is βdata/imagesβ while in the dataset it is βdata/round1β)
- I am getting βdata/class_idx_mapping.csvβ not found error, can anyone point me to the desired data folder structure?
Thanks!
NVCC not found error
Over 5 years agoYes, even I thought the same. Not sure why I was getting the above error though.