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
The split that are given are sort of corrupt as there are many images that have image name in the 'image_path' and 'image_path' as empty.
After this, while running ethec_experiments.py , the train set and everything is made by db.py, so if labelmap = ETHECLabelMap, then there are 550 specific_epithets and 560 genus_specific_epithet. So, the issue comes is that the train set and the labeling of the last level is done with the help of specific epithets but decode_children that is used while training, decode the last level label by using genus_specific_epithet.
If oder_embeddings.py is run then the first issue is ETHECDB doesnot take input with_images, if that is resolved, the training is stucked after the first epoch.
Please see for these issues and make the code easily reproducible
The text was updated successfully, but these errors were encountered:
There are still few issues in the code:
Please see for these issues and make the code easily reproducible
The text was updated successfully, but these errors were encountered: