You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems like the newer DwC-A files stores taxonomy keys in a string format. The current command ami-dataset fetch-images results in an empty dataframe if the input keys are in int or float. There are two possible fixes:
Let the keys remain in str format or do not convert it into int.
It seems like the newer DwC-A files stores taxonomy keys in a string format. The current command
ami-dataset fetch-images
results in an empty dataframe if the input keys are inint
orfloat
. There are two possible fixes:int
.ami-ml/src/dataset_tools/fetch_images.py
Line 76 in 884044d
int
ami-ml/src/dataset_tools/utils.py
Line 23 in 884044d
The text was updated successfully, but these errors were encountered: