-
Hi, I want to use pix2pix architecture with the Cifar10 dataset and the problem is the input size.
I do not want to resize the images because it is computationally expensive and it takes a lot of tim…
-
May I know if dipy.align.reslice takes care of aliasing. I need to downsample diffusion MRI images from 1.25*1.25*1.25 to 2.3*2.3*2.3 and anatomical images from 0.7*0.7*0.7 to 1.5*1.5*1.5
-
I'm using Plotly and have formatted my tooling to generate data formatted like this:
```
var trace1 = {
x: [1, 2, 3, 4],
y: [10, 15, 13, 17],
mode: 'markers',
type: 'scatter'
};
va…
-
Because of the multiscale representation used in the Portilla-Simoncelli texture model, it's hard to write the code in a GPU-friendly way. I attempted to do so with in [this commit](https://github.com…
-
Dear author, thank you for your contribution. I have a question: the size of the four stages of the deformer has been reduced by half in sequence. In contrast, the stages 2-4 of this model are all H/8…
-
Hi, first of all thanks for your wonderful work.
I get some questions about the multi-scale loss. For the groundtruth, you simply downsample D_0 to D1, D2,...,D5, right? Did you do the same thing w…
-
Dear Sir,
What is the meaning of fs, t in the checker2 data of MICCAI 2023 ?
I found fs to be 10778653, while 1/(t(2)-t(1)) is 86229224 and is 8 times of fs,
And the iq data length (925) is the …
-
By replacing Bitmap with AWT's BufferedImage, making it work in npot textures (embed npot tex into larger pot tex?), subregions, and moving GLUtils.texImage2D (originally from Android SDK) into PGL. A…
-
@zhrandell @clydemcqueen As part of our transition from QGC telemetry files to MAVLink files, we need to downsample telemetry data to 1Hz. There are multiple approaches to downsampling, and we need to…
-
Hello, thank you for your great work on high-resolution image-to-3D generation!
I noticed that you utilized a ControlNet-Tile based on SD1.5 to achieve the first stage of super-resolution. I am curio…