-
Hi, thanks for sharing the code and model.
I get OOM issue when I use a 24GB GPU. May I ask how much memory does Lenna require in inference?
Is there any guide to dispatch Lenna on multiple GPUs…
-
Hello this is a copy of #253 which was erroneously closed.
Quote danstender
> Unfortunately, the "lenna" image set became recognized as being problematic for distributing in a free software contex…
-
## Expected behavior
A way in OSM with the a key and public_transport=platform will establish a BoardingLocationToStopLink
## Observed behavior
This doesn't happen but the platform does show …
-
**Describe the bug**
CompreFace is slowly using more and more RAM. I'm not sure if I need to configure CompreFace to be local somehow.
**To Reproduce**
Steps to reproduce the behavior:
Th…
-
![image](https://user-images.githubusercontent.com/31973761/135664202-5127e669-1b9f-4200-96e8-7def0ae3bd53.png)
lenna is only in the examples, but I'd rather remove the image, even though it has hi…
-
```rust
use zune_core::options::DecoderOptions;
use zune_image::{codecs::ImageFormat, image::Image};
const JPEG_IMAGE_DATA: &[u8] = include_bytes!("../resources/lenna.jpg");
fn main() {
l…
-
控名字没有,源码没有,图片没有,三无产品
-
Love the library, but can the Lenna image be removed from the demo? She has requested that her image is not used and seems like a small favour to fullfill.
https://en.wikipedia.org/wiki/Lenna
Gr…
-
First of all, thank you for all the work on `npcap`! I'm using it to make [nzyme](https://www.nzyme.org/) work on Windows.
The `wlanhelper` utility does not throw any errors but also does not seem …
-
Many image augmentation method such as Affine rotation and PerspectiveTransform may generate the cutting augmented result. Here is an example, after I rotate the lenna image by 45 degree, the default…