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
training_size = (int(os.listdir(os.path.join(images_path, obj_name))) * args.training_percentage)
TypeError: int() argument must be a string, a bytes-like object or a number, not 'list'
The text was updated successfully, but these errors were encountered:
training_size = (int(os.listdir(os.path.join(images_path, obj_name))) * args.training_percentage)
TypeError: int() argument must be a string, a bytes-like object or a number, not 'list'
The text was updated successfully, but these errors were encountered: