Mark Otway

Results 202 comments of Mark Otway

The best way to do this right now would be to create a third folder, point Damselfly at that, and put two symlinks in so you have two subfolders, one...

Thanks for the feedback. Don't currently have any plans to translate; it'd require a bit of refactoring to make it all multi-language. But I'll keep this in the backlog and...

I think you misunderstand the architecture of the app. It already works on all platforms, and the UI is all Blazor Web-based, server-deployed. The desktop client is just a container...

Alternative option - once .Net 7 brings Blazor Hybrid, add WASM to the front end and use https://github.com/KristofferStrube/Blazor.FileSystemAccess to do the file access that the Desktop Client provides today.

This is interesting, it looks like it might be crashing in the initialisation of the ML.Net object detector code. I'll have a look, but perhaps something in the tensor flow...

Okay, I've added a check; if you uncheck "Scan images locally for objects/faces using AI" in the config settings, it'll completely skip the object-detection initialisation, which is (I think) where...

Per my previous comment, you need to pull the dev tag....

Okay, that's useful - because it definitely narrows it down to the ObjectDetector Yolo3 initialisation causing the segfault. Obviously, you don't want to have to disable the entire AI functionality...

Okay, v2.9.2 is released - which now has an explicit option to disable the ObjectDetector. Should mean you can enable the other AI stuff, without the ObjectDetector. Try that and...