Thomas
Thomas
I am migrating slowly to new module system. It is painful but can not be skipped. The dependencies are handled via Maven like this there is no other dependency for...
Related to the latest censorship scandal around Apple and its image scanning efforts I came across this topic: https://en.wikipedia.org/wiki/Perceptual_hashing IMHO it is a nice mechanism in general however the science...
BoofCV has a lot of low level segmentation tools which are good already. However I am missing a more high level approach towards semantic segmentation. This could be used to...
Maybe I am missing some fundamental documentation but I did not find anything to extract shapes from segmentation algorithms for further processing. I see how it would be possible to...
I have seen on your ToDo you plan TorchScript compatibility? Can you indicate a timeline for this? I can not support directly, but if I could donate something let me...
Hi, I am checking your library. However I can not find API documentation nor source when checking out via Maven. I am using Intellij Idea to fetch the library via...
It would be nice to have the ability to specify comments in the stored XML file. It is not difficult to extend the writer of course however to have this...
It would be nice to initialize the security to allow all classes recursively which are referenced members of a class? Or would this harm any security considerations?
Communication is very slow. It takes nearly half a second to simply control 1 LED of my Blinkstick Strip (8 LEDs) connected to a Raspberry. Is there something I can...
### Search before asking - [X] I have searched the YOLOv8 [issues](https://github.com/ultralytics/ultralytics/issues) and found no similar feature requests. ### Description Unfortunately the output layer in Onnx is different than YoloV5...