Grzegorz Baranski

Results 52 issues of Grzegorz Baranski

Hi, code still uses old Rust 2015, it'd be great to migrate it to 2018 or upcoming 2021 edition. I made some work on this on my fork, https://github.com/gbaranski/ed25519-dalek/blob/master/src/lib.rs.

Hello, Spotlight search from MacOS had this feature and in my opinion it was great and useful. What do you think about adding this feature? ![image](https://user-images.githubusercontent.com/34353640/112345747-9a4b3c80-8cc5-11eb-8090-a65b32138479.png)

Hi, I've been trying to optimise my model, or more specifically optimise usage of it in my Rust code. And I thought that using batch should improve the performance, but...

I'm using KDE Manjaro Linux, 5.6.11 kernel. ![Screenshot_20200514_164955](https://user-images.githubusercontent.com/34353640/81949431-24853780-9603-11ea-80ba-761d96a073c1.png)

Fails on ``` val model = ONNXModels.ObjectDetection.SSD.pretrainedModel(modelHub) ``` ``` Exception in thread "main" java.lang.UnsatisfiedLinkError: no onnxruntime in java.library.path: /Users/gbaranski/Library/Java/Extensions:/Library/Java/Extensions:/Network/Library/Java/Extensions:/System/Library/Java/Extensions:/usr/lib/java:. at java.base/java.lang.ClassLoader.loadLibrary(ClassLoader.java:2434) at java.base/java.lang.Runtime.loadLibrary0(Runtime.java:848) at java.base/java.lang.System.loadLibrary(System.java:2015) at ai.onnxruntime.OnnxRuntime.load(OnnxRuntime.java:201) at ai.onnxruntime.OnnxRuntime.init(OnnxRuntime.java:106) at...

bug
help wanted

Hi, have anyone managed to run KotlinDL program in Docker? I've tried running it, on [tensorflow/tensorflow:1.15.5-gpu](https://hub.docker.com/layers/tensorflow/tensorflow/tensorflow/1.15.5-gpu/images/sha256-7ad742cbb2c77a40d0996ec08345dff54fe25f39428486e5f41c69db04b6d17b?context=explore) image, but it failed with errors: ``` Exception in thread "main" java.lang.UnsatisfiedLinkError: /tmp/tensorflow_native_libraries-1653053743069-0/libtensorflow_jni.so: libtensorflow_framework.so.1:...

Thats about this button And thats the bottom, in my opinion only one should be primary

bug
laboratory
v1

That might be useful to pass exams on the go. As far i remember mobile browser with custom plugin support is firefox. What do you think about that?

Hi, for example in structure like this ``` - Cargo.toml - Cargo.lock - Dockerfile - things/ - a/ - Cargo.toml(package things-a) - ... - b/ - Cargo.toml(package things-b) - ......

bug
good first issue

Hi, how do I crop a rotated rectangle? I know I can use `min_area_rect` from `imageproc::geometry`, and then rotate the image, but is there some example on how to do...