-
I've tried the tool on a small raster:
Extent 1245766.2999999877065420,4850525.0999999521300197 : 1245883.7499999876599759,4850654.5499999513849616
Width 2349
Height 2589
Data type Byte - Eight bi…
-
This is a feature request for the `imgproc` module.
Motivation: frequently, people (on Stack Overflow and elsewhere) want to overlay one image onto another, with an actual alpha channel. That means…
-
Is there any intention to get indentation support for the dumps?
Taking examples from the TOML-lang GitHub Readme
```
[servers]
# Indentation (tabs and/or spaces) is allowed but not requir…
-
Anyone know what's wrong of using tf-agent here which trigger the ValueError?
ValueError: Inputs to TanhNormalProjectionNetwork must match the sample_spec.dtype.
In call to configurable 'SacAgent'…
-
---
title: "Problem 2"
author: "Shreyam Banerjee"
date: "2022-11-17"
output: html_document
---
```{r setup, include=FALSE}
knitr::opts_chunk$set(echo = TRUE)
```
```{r setup…
-
Noticed a bug with `DrawCircle`. In the image below is a circle of radius 32, drawn with red color, half opacity (alpha = .5f) and 32 sides. The issue should be clear to see - rather than drawing the …
lofcz updated
4 years ago
-
[Update 4 to the Assembly Algorithm project]https://github.com/users/MatthewRalston/projects/4
The goal of the alternate format (adjacency list structure) instead of the current 0.7.7 vanilla .kdbg …
-
### 🐛 Describe the bug
I have two issues with the sampling algorithm in `torch.distributions.Wishart`:
1. It generates a warning about singular samples, even when the samples are nowhere near sing…
-
I refer to the code mentioned in this other issue: https://github.com/scverse/spatialdata-plot/issues/68
This code here:
```
ax = plt.gca()
sdata.pl.render_shapes(element='s', na_color…
-
I don't know whether this issue is actually with this project (the "pytorch2onnx" part) or rather onnx2keras. Please move it if applicable.
---
**Describe the bug**
I'm trying to convert a mode…