-
It seems like semantic segmentation is becoming a popular task, so there are quite a few questions on the mailing list lately about doing per-pixel classification. This currently requires some tricker…
-
Not sure where else to put this, but I was actually interested in this exact same concept, and there isn't really anything on the 'net about this. Do you have any interest in working on this project?
…
-
## Description
In hardware encoder mode, if you don't move the headset, the color of the screen gradually changes, so after 10 minutes it becomes so pixelated that you can't see anything.
The prob…
-
`time_t` is defined as `c_long` on musl:
https://github.com/rust-lang/libc/blob/b1268e43cd34ebc95d184928296fc73740cd5162/src/unix/linux_like/linux/musl/mod.rs#L3
and `c_long` is `i32` on 32-bit targ…
-
### The problem
After updating esphome version I can no longer flash my ESP32-C3 which the current config.
Compiling indicates that it will take 98.8% of the available flash space. This should be …
-
Post questions about the following exemplary reading here:
Danescu-Niculescu-Mizil, C., West, R., Jurafsky, D., Leskovec, J. and Potts, C., 2013. “[No country for old members: User lifecycle and li…
-
Hi
I decide to port esp_hosted_fg to stm32h743Vi and use SDIO for transportation.
In stm32h743Vi there is SDMMC instead of SDIO and its driver has some differences with SDIO driver for cortex M4. …
-
What is expected from `file` when using `-p file` without `-P plain.zip`?
The examples mention either `-C encrypted.zip -c cipher -P plain.zip -p plain` or `-c cipherfile -p plainfile`. I tried usi…
-
Hi, when using `kernel_regularizer=regularizers.l2(0.00004)`, in conv2D layer i get „AttributeError: 'Model' object has no attribute '_losses'„ caused by `outputs = model(inputs)` that merges the out…
-
Replacing #27 in order to pin this. I want give more context on the pending software design decisions we need to make in order to build out a website (this affects #102 and #103, which are much apprec…