Rune

Results 11 comments of Rune
trafficstars

running on Jetson Xavier NX: ``` $ gcc -v Using built-in specs. COLLECT_GCC=gcc COLLECT_LTO_WRAPPER=/usr/lib/gcc/aarch64-linux-gnu/7/lto-wrapper Target: aarch64-linux-gnu Configured with: ../src/configure -v --with-pkgversion='Ubuntu/Linaro 7.5.0-3ubuntu1~18.04' --with-bugurl=file:///usr/share/doc/gcc-7/README.Bugs --enable-languages=c,ada,c++,go,d,fortran,objc,obj-c++ --prefix=/usr --with-gcc-major-version-only --program-suffix=-7 --program-prefix=aarch64-linux-gnu- --enable-shared --enable-linker-build-id...

running on the Jetson Nano 4GB: ``` $ gcc -v Using built-in specs. COLLECT_GCC=gcc COLLECT_LTO_WRAPPER=/usr/lib/gcc/aarch64-linux-gnu/7/lto-wrapper Target: aarch64-linux-gnu Configured with: ../src/configure -v --with-pkgversion='Ubuntu/Linaro 7.5.0-3ubuntu1~18.04' --with-bugurl=file:///usr/share/doc/gcc-7/README.Bugs --enable-languages=c,ada,c++,go,d,fortran,objc,obj-c++ --prefix=/usr --with-gcc-major-version-only --program-suffix=-7 --program-prefix=aarch64-linux-gnu- --enable-shared...

I had the same issue with packaging pywin32 in Briefcase and as @tmontes figured it out correctly, `*.pth` files are **correctly packed** by Briefcase, but the **link** to those `*.pth`-files...

> Just leaving a comment to say I have been monitoring this PR (interested in using GPU-accelerated blob detection algorithms from skimage). I have taken an attempt at building cucim...

@vbrow29 : just sent a request via mail

@vbrow29 : I just looked at your provided 3D data and the differences in the sigma values. The problem is a kind of error propagation, here a summary: - `cucim.skimage.util.img_as_float`...

Hi @grlee77, yes, you are right: `_prune_blobs` is the function which needs a lot of time on our Jetson Xavier NX device with `scikit-image` version 1.1 (Python 3.6). However, this...

Yes, I meant `scikit-image` [v0.11](https://github.com/scikit-image/scikit-image/tree/v0.11.x) x)

I also came across this task here and found that the solution is quite simple: You have to use IO Bindings and just pass the cupy data pointer. I've also...