-
> Autoencoders provide a powerful framework for learning compressed representations
by encoding all of the information needed to reconstruct a data point in
a latent code. In some cases, autoencoder…
-
Interpolation during back-geocoding was changed to nearest neighbour at e68ded4f77a4b4f641860f7383ea971b65e354ff
In the latest commit e8ca42fb828055c61b0cfed29c9f13135c616d3e this has been reverse…
-
### What happened?
When using `interp` on a 3-dimensional `DataArray` to extract values on a 2-dimensional surface, there is no extrapolation along one of the dimensions of the 2D plane (but the ot…
-
Great repo and well written blog! I have one question: RoiPoolConv uses tf.image.resize_images, which performs a bilinear interpolation, not a max of the pixels (unless I am misinterpreting its use he…
-
Would it be possible for an interpolation option much like [Deforum](https://github.com/AUTOMATIC1111/stable-diffusion-webui/wiki/Extensions#deforum) or [Disco Diffusion](https://github.com/alembics/d…
-
![boston](https://cloud.githubusercontent.com/assets/697548/22293864/42ce1f98-e2df-11e6-8e81-7d21a7f6d24f.png)
This is tile `/N42/N42W072.hgt`. Notice the white bits where (maybe two data sources a…
-
-
Hi, thank you for providing your open source code for the community. I have tried replicating the basic CIFAR-10 example by running **eval.py** from the examples folder but I was unable to load a clea…
-
From your plots, it looks like the VIIRS data is on an irregular grid, which may be why it looks like a scatterplot rather than a continuous image. You can interpolate the data to a regular grid using…
-
Hi,
FullObjectDetection exposes a constructor where we can input the face rectangle and the facel andmark points. This is pretty useful when we have datasets that expose this information annotated,…