Are the paths right?

#6
by xcssgzs - opened

The path of test data file I used when submitted is "./SnakeCLEF2024_TestMetadata.csv" and the root dir of the testing images is "/tmp/data/private_testset". Is this right? The code is as follows:

with zipfile.ZipFile("/tmp/data/private_testset.zip", 'r') as zip_ref:
zip_ref.extractall("/tmp/data")
root_path = '/tmp/data/private_testset'

Bohemian Visual Recognition Alliance org

Hi @xcssgzs ,

The path is correct. Keep in mind that multiple people have working submissions.
The problem is in your code. You are not extracting the images. The above-mentioned lines were not used in your submission.

Best,
Lukas

picekl locked this discussion

Sign up or log in to comment