-
-
### Branch
master branch https://mmocr.readthedocs.io/en/latest/
### 📚 The doc issue
python tools/test.py configs/textdet/psenet/psenet_r50_fpnf_600e_icdar2015.py epoch_600.pth --save-preds
Error…
-
```
import tensorflow as tf
import numpy as np
import util
import matplotlib.pyplot as plt
import math
import argparse
import sys
sys.path.append('/demo/Mask_ap/models-master/research/')
imp…
-
请问作者,你的ncnn模型是怎么手动优化的,你的模型我在安卓手机可以调用,我自己训练的psenet的模型也已经转成了ncnn的param和bin格式的模型但是不能调用,麻烦能不能指点一下 @ouyanghuiyu
-
I want to make a model which can predict coordinates of all 4 corners of the bounding boxes. Because in my training dataset instead of horizontal rectangular boxes, the objects are bounded by polygons…
-
Traceback (most recent call last):
File "train.py", line 263, in
main()
File "train.py", line 217, in main
recall, precision, f1 = eval(model, os.path.join(config.output_dir, 'output'…
-
Hi,
I am trying to execute the demo/ocr_image_demo.py script, but I am facing this error:
```
/scratch/rrs99/MTL-TabNet/mtl_tabnet_venv_2/lib/python3.8/site-packages/mmdet/apis/inference.py:…
-
@ouyanghuiyu
-
-
toplayer有3层,模型文件里只有1层
![image](https://user-images.githubusercontent.com/36028079/92208523-f7180e80-eebd-11ea-9be0-153515cc72dc.png)