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
got TypeError: bad argument type for built-in operation on the utils.load_img(
how to proceed if multiple image to detect?
i was trying the network comparison and so i thought it could be possible to load multiple image as it is possible to load multiple networks in the for (model, img) in zip(models, imgs):
The text was updated successfully, but these errors were encountered:
to process multiple image in one shot i did like this
listim=[
'c:/graph/1.jpg','c:/graph/2.jpg','c:/graph/3.jpg'
]
img = utils.load_img(listim, target_size=256, crop_size=224)
imgs = nets.preprocess(models, img)
got TypeError: bad argument type for built-in operation on the utils.load_img(
how to proceed if multiple image to detect?
i was trying the network comparison and so i thought it could be possible to load multiple image as it is possible to load multiple networks in the for (model, img) in zip(models, imgs):
The text was updated successfully, but these errors were encountered: