lidingke

Results 4 issues of lidingke

环境 paddlepaddle2.2,paddlex2.1.0,paddledeteciton,release/2.4. ubuntu18.04 3.9 CUDA10.2 在同样的参数下,在自己的数据集上paddlex的MAP收敛比paddledetectionMap慢十几个点。因此在fruit数据集上也测试了一下,发现同样收敛慢很多,同样是在200轮,paddledetection的bestMAP为81.9%,paddleX的bestMAP为73.1%,整个训练过程中paddleX的map比paddledetection一直差10个点左右。 都使用的是ppyolotiny ################### paddleX的参数。 TRAIN_FILE_LIST = "./dataset/fruit/train.txt" VAL_FILE_LIST = "./dataset/fruit/val.txt" LABEL_LIST = "./dataset/fruit/label_list.txt" CKPT_DIR = "output" DATA_DIR = "./dataset/fruit/" w,h,c = (512,512,3) epochs = 200...

Whether CRNN is effective for handwritten Chinese character recognition and how many training sets are needed.

### 环境: Ubuntu18.04 CUDA Capability: 75, Driver API Version: 10.2, Runtime API Version: 10.0 cuDNN Version: 7.3 RTX2080TI paddle.1.6.1 python3.7 paddel.models版本为develop 数据集用的https://aistudio.baidu.com/aistudio/projectDetail/122271这里提供的数据集 ================================== ### 问题1 将mpii的标注下载下来后只有.mat文件,如何转换成lib/mpii_reader.py支持的格式。 ### 问题2 使用上述数据集执行test.py和val.py报错。 执行val.py...