
Badges
Activity
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
Almost 6 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
Almost 6 years ago@mohanty can you please look into this?

Instructions to include non-standard packages
Almost 6 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
Almost 6 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
Almost 6 years ago@mohanty how to install git before running the conda environment.yml file?

Instructions to include non-standard packages
Almost 6 years agoI tried the same, it throws git not found error.
Link to the logs

Instructions to include non-standard packages
Almost 6 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
Almost 6 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
Almost 6 years agoI need to check the access logs to make a submission, can anyone please share that?

Can't make a submission
Almost 6 years ago@mohanty yes it looks like all the submissions were evaluated.


Can't make a submission
Almost 6 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
Almost 6 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
Almost 6 years agoYes, even I thought the same. Not sure why I was getting the above error though.