Javier Yepez
Javier Yepez
Hi, I'm having issues to load an image from the external sdcard. I'm trying to load it from `content://media/external/images/media/869` I'm getting the this location from `uri.getPath().toString();` Some code: ``` Image...
Hi, I'd like to ask if It's possible to add a version of KMeans that works with an async client. Here is an example that should work: ```python import distributed...
I'm trying to run a simple instance of mosquitto with the following command (taken from the docker page, examples): `docker run -it -p 1883:1883 -p 9001:9001 -v mosquitto.conf:/mosquitto/config/mosquitto.conf eclipse-mosquitto` And...
### Prerequisite - [X] I have searched [Issues](https://github.com/open-mmlab/mmcv/issues) and [Discussions](https://github.com/open-mmlab/mmcv/discussions) but cannot get the expected help. - [X] The bug has not been fixed in the latest version(https://github.com/open-mmlab/mmcv). ### Environment...
Hello, I'm trying to send messages to an android app called [Serial USB Terminal](https://play.google.com/store/apps/details?id=de.kai_morich.serial_usb_terminal&hl=en). I'm using the following code to write a message: ```python import serial ser = serial.Serial(port='/dev/cu.usbserial-1130', baudrate=19200,...