https://bugs.kde.org/show_bug.cgi?id=518026
--- Comment #4 from Ondrej Zizka <[email protected]> --- Created attachment 191103 --> https://bugs.kde.org/attachment.cgi?id=191103&action=edit the `faceclusterer` package sources. Here is the source code. Just the logic for the clustering - it's a part of a larger toolkit. If you wanted to be able to open the Kotlin project in an IDE (IntelliJ IDEA), I can share the whole project (not published yet). The dependencies: <dependency><groupId>org.jetbrains.kotlin</groupId><artifactId>kotlin-stdlib</artifactId></dependency> <dependency><groupId>org.openpnp</groupId><artifactId>opencv</artifactId><version>4.9.0-0</version></dependency> <dependency><groupId>com.microsoft.onnxruntime</groupId><artifactId>onnxruntime</artifactId><version>1.21.0</version></dependency> <dependency><groupId>org.xerial</groupId><artifactId>sqlite-jdbc</artifactId><version>3.51.3.0</version></dependency> <dependency><groupId>org.mariadb.jdbc</groupId><artifactId>mariadb-java-client</artifactId><version>3.5.7</version></dependency> -- You are receiving this mail because: You are watching all bug changes.
