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
I am using the google colab to test DCDS example ,
initially I got Some modular missing issues, but after adding couple of modules from open reid repo , issues were fixed, Currently I get this error ValueError: num_val exceeds total identities 0. I have added print lines into some files for debugging error. Still I am unable to resolve it ,
The text was updated successfully, but these errors were encountered:
Ok, so I resolved it by deleting the splits.json and meta.json files. These files are not overwritten every time you run it, so if you messed up the first time, erroneous files would still be present and will be used the second time.
Specifically from the contents of splits.json train val in empty which ci causing the issue i think.
I am using the google colab to test DCDS example ,
initially I got Some modular missing issues, but after adding couple of modules from open reid repo , issues were fixed, Currently I get this error ValueError: num_val exceeds total identities 0. I have added print lines into some files for debugging error. Still I am unable to resolve it ,
The text was updated successfully, but these errors were encountered: