Gergely Dobreff

Results 2 comments of Gergely Dobreff

Hi! It is because the Extractor expects list of images, however it is called with a single image Change this: `feature = extr(img)` to this: `feature = extr([img])` Note that...

Hi! I also wanted to retrain the model and I have a little bit different dataset where the images are in one folder and the class of each image is...