-
With `docker`, we can save multiple images inside the same archive:
```
docker save img1:latest image2:latest > archive.tar
```
Currently, if an archive is generated like that, we get the follow…
-
Legacy cwapp supports images addressed only to one eye in a stereoscopic environment. We should support the same.
-
@menyifang thanks for opensourcing hte code base ,i have following queries
1. how to run the inference on single image without using deep fashion database
2. how are the results for image which h…
-
Hello!
Is there a possibility to only get the theta and phi angles of every eye for only a single Image or for a bunch of images ?
i would appreciate very much if anybody could answer my question.
…
-
Would it be possible to have the network to fit to a single image? So, for example, if I just have a single image with a single class instance, could I train the network to just leern this single imag…
dagap updated
5 years ago
-
Is there a config that allows a single caption per image generated?
Right now it carries over the previous caption from the image before-
And while I understand that works well for closed-caption …
-
Hi, thanks for your work,
I wanted to calculate the FID score between multiple generations of the same input image. I setup my directories such that directory 1 contains n generated image and direct…
-
Hello, this program has been incredibly useful, but I've gotten stuck while trying to download a single image in a Python script. I'm still relatively new to Python and these programs so forgive me if…
eyjho updated
2 years ago
-
crop single selected image ?
-
Hi, I am trying to run the following code to get the detection boxes from the image but I am always getting an empty list for contours and boxes.
please can anyone help me with what i am doing wrong…