Spaces:
Running
Running
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'
picekl
locked this discussion