-
Hi There,
I tried out examples 05 and 06 from Chapter08 of the book. Both of them run error-free. However, I don't observer any speed-up in Example-06. In fact example06 is slower. Outputs from bot…
-
I'm trying to figure out why does the autocomplete for `cv2` package is not working properly. Below some information about issue and versions that I'm using and my attempts to solve it:
**Autocompl…
-
你好:
按照官方的文档,在跑yolox tensorrt c sdk demo时候遇到一个错误,看起来像环境问题,统一重新安装了一下还是没有解决,由于不太熟悉整体逻辑,可能忽视了哪些操作,看了一下相关issue暂时没找到解决方法,寻求帮助。
- 环境信息
```
2022-02-22 13:45:05,469 - mmdeploy - INFO -
2022-02-22 13:…
-
Hi I tried the code and the output is not dewarped but simply threshed. Are there any settings to tweak with?
-
binary image로 바꾸기 & 배경 노이즈 깔끔하게 만들기
(grayscale, Fourier transform, sharpening)
aspect_ratio값이 어떤 threshold 이상이면 이미지가 90도 회전된 것으로 간주하고 돌리자
→ 근데 inference할 때 가능할까?? 베이스라인 봐야 할 듯.
-
GOROOT=/usr/local/go #gosetup
GOPATH=/Users/bingren/go #gosetup
/usr/local/go/bin/go build -o /private/var/folders/km/2n63rbpd3n915pn7b6qn40140000gn/T/GoLand/___go_build_main2_go /Users/bingren/Gola…
-
I am trying to extract data from a driving license or passport.
I have an example here. https://jsfiddle.net/8aL31upr/105 and i am using the following image https://www.eufakes.com/products/uk-unio…
-
The whole system (in general) works end to end with the exception of a few bugs. However, sometimes a window size needs to be defined using the following function. This is largely determined by the be…
rg314 updated
3 years ago
-
[cmake] -- Selecting Windows SDK version 10.0.18362.0 to target Windows 10.0.19042.
[cmake] -- install:H:/aoce-master/build/install/win
[cmake] -- build type:Debug
[cmake] aoce head--H:/aoce-master…
-
OpenCvSharp.OpenCVException:“Unknown/unsupported threshold type”
```csharp
var color = Cv2.ImRead(path);
var gray = new Mat();
Cv2.CvtColor(color, gray, Colo…