Tao PR

Results 23 comments of Tao PR
trafficstars

the errors look really big to me. given your parameters i suspect two things: - the limit of the # of samples is way too low. try increasing the limit...

Hi, can you do me a favour by sharing the steps to reproduce?

It is likely you started running the classification without having any models trained beforehand. Can you try preparing the trainset of images and run the training process? See the instruction...

yes, the repository itself does not include an initial model for you so you should train on your own. Basically a quick way of training a model is putting as...

yes. you can `cd` into the directory where you clone the project into and execute it. the script just executes the `loader.py` script of the project, nothing specific to the...

You may want to create a directory for an output if you haven't. From your case it is supposed to be `C:\Users\wo187\Desktop\photo-auto-balance-master\trainset\out` The script itself doesn't create an output directory...

quick question. did you see any files written by the script to the "out" directory? i'm wondering if it fails in the middle or otherwise btw, the command you ran...

My assumption based on the given log file above is your images may contain non-unicode characters in their file names. Can you try with english-only file names? If this doesn't...

I'm convinced I know why now. I honestly overlooked some small details ... You're running on Windows and it can't find the "constructed" path as you see from the error...

700 images are not a big number but you have to keep in mind that: - Avoid using the large image, i would suggest using the images of low resolution...