Particle1904 / DatasetHelpers

Dataset Helper program to automatically select, re scale and tag Datasets (composed of image and text) for Machine Learning training.
MIT License
170 stars 9 forks source link

[BUG] #25

Closed JLipnerPitt closed 5 months ago

JLipnerPitt commented 5 months ago

The Tag/Caption editor crashes in the latest version of the Windows x64 build. I tested it with a single image and txt file named 1, respectively, and it still crashed the software. I tried the previous release version and didn't have this issue. Basically, the app shows the first image in any folder and then crashes.

Particle1904 commented 5 months ago

I see what is the problem, its trying to load the cliptokenizer.onnx but I removed the code that downloads it by accident. Download this file and place it inside the applicationRootFolder/models folder

JLipnerPitt commented 5 months ago

I had to create the models folder since it doesn't exist. For anyone who reads this, download the above file, create the model's folder, and place the downloaded file into it. Thank you.

Particle1904 commented 5 months ago

Yes, the code that downloads the file also creates the folder. This issue is fixed in next update.