-
Recently I am doing a project where I am using a GPU and want to run the ORB-SLAM2 on GPU.
Any idea which files/functions should be computed fast on GPU?
I could modify the required code and chec…
-
```
What functionality is missing?
Inverse BWT to check the correctness of the output.
What is the benefit of implementing the support for it?
It's a proof all the complex algorithm stages work toget…
-
Would be nice to have morphological skeleton / thinning filter in GPUImage. There is opencv version of Zhang-Suen algorithm here: https://opencv-code.com/quick-tips/implementation-of-thinning-algorith…
-
Hi @eldar thank you for this amazing work! I am using this algorithm to track animal pose in images and it works fantastically.
I have forked this repository and made a few simple interface changes…
-
I've noticed that in the CUDA implementation of the pixel-wise grain algorithm, the sampling of the input image when iterating through cells is as follows:
```c
// within the iteration of CELLS
f…
-
-
```
I am new to clpp. Just want to know what is the difference between these two
scans?
[I did not find a better place to put this question]
```
Original issue reported on code.google.com by `rong…
-
# 问题
官方实例可以跑通,但使用自己的图片测试的时候就跑不通
# 环境
macbookpro intel cpu
paddlenlp 2.6.1
paddleocr 2.8.1
paddlepaddle 2.6.1
# 报错信息
```
(test) (base) ➜ test python te…
-
-
Hello! Thanks for making this code available. I wanted to ask what your experiences / results have been running this algorithm on ImageNet, and how this code may be used to do so (when I try setting …