Milind Deore
Milind Deore
I have successfully transformed the [model](https://drive.google.com/open?id=1EXPBSXwTaqrSC0OhUdXNmKSh9qJUQ55-) (.pb) to eval model using following command: ```python3 eval_graph.py model_pc model_pc_eval``` But freezing the graph gives following error: ```python3 src/freeze_graph.py model_pc_eval/ facenet.pb 2019-02-25 12:22:03.793509:...
Thanks for sharing your awesome work, appreciate it! This is not a bug but a suggestion. We can also find out whether the eye blinked or not by the percentage...
The library fails to parse following format: "the 20 day of September 2021" ``` import dateparser dateparser.parse("the 20 day of September 2021") ```
This code is missing cleaning up for the open file descriptor. Just like we open `spi.openSPI()` we must also clean up by calling `spi.closeSPI()`. This is required when dealing various...
Thanks for your great work. For BACK_CAMERA no problems, but for FRONT_CAMERA the mirroring is not correct, if i move my hand to left-side it appears the opposite(right-side) on the...
### Search before asking - [X] I had searched in the [issues](https://github.com/RocketChat/Rocket.Chat.Electron/issues?q=is%3Aissue) and found no similar issues. ### Operating System - [ ] macOS - [ ] Windows - [X]...