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
id = int(os.path.split(imagePath)[-1].split(".")[1])
ValueError: invalid literal for int() with base 10: 'Shubham'
Getting an invalid literal issue while using trying to implement face training. Could not find a solution on stackoverflow. Will be greatful if you help. Thank You!
The text was updated successfully, but these errors were encountered:
id = int(os.path.split(imagePath)[-1].split(".")[1])
ValueError: invalid literal for int() with base 10: 'Shubham'
Getting an invalid literal issue while using trying to implement face training. Could not find a solution on stackoverflow. Will be greatful if you help. Thank You!
The text was updated successfully, but these errors were encountered: