-
Training fails with "KeyError: 'anomaly_maps'" for all the classification models (DFM, DFKDE, GANomaly). The failure is during testing stage, e.g.:
python tools/train.py --model dfm
...
Test…
-
I have the following image and the code I am using to try and convert this image to black and white for pytesseract processing. The problem that I am having is that the darker shade greens are not ab…
-
Before going into this bug, the sample command under the Inference section of the gave the following sample command:
python tools/inference.py \
--config anomalib/models/padim/config.yaml \
…
-
**Describe the bug**
The installation of Rvision 0.6.2 is not working. The following error message (translated to english) shows up:
Error: [...] cannot load shared object 'C:/Users/XXX/Documents…
-
tried to install the gpu version and when i build it it shows this
Profile: default
Extending: [cached] /opt/ros/noetic
Workspace: /home/peixuan/workspace2
Build Space: [exists] /home/peixuan/wor…
-
Hi,
I am able to running the code but when I am working on the custom dataset, the code did not achive to detect the defect. I tried change the threshold values ,epoch numbers etc.. Do you have any a…
-
修正用紙など通常の紙の色とは異なる場合に正しく穴を検出してくれない場合があります。一度は二値化処理を修正したと思いますが、二値化の閾値がネックになってしまっていると思われます。また、タップ穴周辺に矩形がある用紙の場合も正しく穴を検出してくれない場合があります。この2点が現在の問題点となっています。
-
Hello. I have image:
![cell](https://user-images.githubusercontent.com/20105785/137730636-f16acbe0-31a4-4fe5-9231-761038b326b7.png)
but easyOCR do not work.
I try use `detect` with diferrent parame…
-
Is it meant to be only one epoch in training?
Your config files state 1 epoch, is that just as quick example?
I tried to train PADIM for 10 on mvtec leather and wood and the metrics stay the same an…
-
本人非科班程序员、对机器学习更是连半只脚都没进门槛,就单纯是尝试着玩了一下。
我觉得这个OCR对噪声的敏感度比tesseract还要高。
下面两张截图都是用网络摄像头(指手机)对键盘上那几个键帽拍摄的视频画面,进行自适应阈值处理(选用高斯窗口加权平均)后得到二值图,之后直接将这些二值图喂给`CnOcr().ocr`。因为键帽的立体形状和表面的材质纹理,在侧面阳光下总会残留一些噪声、噪点。两张截…