-
I tried this code:
```rust Cargo.toml
[package]
name = "eye_ctr"
version = "0.1.0"
edition = "2021"
[dependencies]
#-----------------------------------------------------------------------…
-
Hi, I hope to be in the right side, I like to do an QR application for arduino mega with lcd 3,2 touchscreen, I would like insert text from serial input and convert it in QR code, I'm looking for an …
-
https://en.wikipedia.org/wiki/Speeded_up_robust_features
-
Here I'll leave some references with material relevant to this project; mostly papers and blog posts.
-
I have made an .exe file using egui framework. The app is working on my PC.
![image](https://github.com/user-attachments/assets/4b545c32-0697-41ea-a3ef-ef2cd8111fc3)
I seem to be running into a p…
-
Here are some stats:
- It has been downloaded over 380 000 times from crates.io
- At the moment there are 183 reverse dependencies on crates.io
- There have been 109 contributors to this repo alo…
-
I would like `image` to support no_std.
I am using it in the [`akaze` crate](https://github.com/rust-cv/akaze). To be able to support embedded robotics/drone targets, it needs to support no_std. Ho…
-
## Motivation
[Mediapipe](https://google.github.io/mediapipe/) is a collection of ML models for streaming data. The official website provides Python, iOS, Android, and TFLite-JS SDKs for using thos…
-
how can i use this lib without "webpack" and "npm".
I have fav many AngularDart projects and in dart I can call javascript functions, but I don't know how to put this lib in my index.html as I do w…
-
我训练模型达到了0.96的accurary,用./build/examples/cpp_recognition/recognition.bin data/testimage/1.png examples/crnn/deploy.prototxt examples/crnn/model/crnn_captcha_iter_20000.caffemodel测试的时候无论用哪张图,结果只能显示74 74…