-
```python
def generateGaussianImages(image, num_octaves, gaussian_kernels):
"""Generate scale-space pyramid of Gaussian images
"""
logger.debug('Generating Gaussian images...')
ga…
yllgl updated
2 years ago
-
```
3:58:35 PM:
3:58:35 PM: [1307:0x5b527b0] 32119 ms: Mark-sweep (reduce) 2048.1 (2056.8) -> 2047.7 (2056.8) MB, 3.5 / 0.0 ms (+ 15.7 ms in 6 steps since start of marking, biggest step 15.4 ms…
-
Correct me if I am wrong, but the function `gaussianBlur` returns a blurred image with the same pixel size as the input. It would be nice to develop an algorithm that downsamples an image (i.e., makes…
-
Hello
I am working on a clonal organism but we believe more and more it might not be so clonal. We have HiFi data and I want to use them to detect MAF. Is it possible with DeepVariant to detect tha…
-
Hi, I find in the eval script, the image is resized not in the right shape because the axis is not aligned with skimage convention. Could be from a version control problem I guess.
https://github.c…
-
This is our 2022's calendar of community management.
Here we set up a rotating duty to take a first look at all contributions (PRs and issues) from the community, label them and ping relevant revie…
-
I have a set of images that have been processed by casa, including tclean using mtmfs and widebandpbcor. The images have been exported as fits files.
Each fits file has had sources detected using SE…
-
对于一些图片会报safeCall() Runtime API error in file , line 65 : out of memory.错误。执行以下代码能复现错误:
```
import cv2
import cudasift
import numpy as np
img = cv2.imread("wrong_img.png", cv2.IMREAD_GRAYSCALE)
…
-
The latest PCL release is [v1.13.1](https://github.com/PointCloudLibrary/pcl/releases/tag/pcl-1.13.1). What does `sudo apt install libpcl-dev` install. Can the package version that is being installed …
-
I am trying to build PCL (version: 1.13.0) from source in docker.
**My Docker file:**
```
ARG UBUNTU_VERSION=20.04
FROM ubuntu:${UBUNTU_VERSION} as builder_stage
ENV BUILD_TYPE Release
ARG…