03 2019 档案
摘要:1. 训练 2 . 服务器上测试图片 3. hdf5 转为 pb 4. Opencv 测试 参考 : opencv-4.0.1\modules\dnn\test\test_tf_importer.cpp TEST(Test_TensorFlow, read_inception) { Net net;
阅读全文
摘要:1、错误1 Tensor's data type is not supported the type of Mul is DF_Float 2. 错误2 type == "Mul" 3 OK : 没有Mul层 第一层就是卷积层!!!
阅读全文
摘要:安装brazel (请使用最新版的brazel 和最新版的tensorflow ,版本不匹配会出错!!!) 下载bazel-0.23 https://pan.baidu.com/s/1XPYe_yKpPDY-u05PonCsZw 0w7x chmod +x bazel*****.sh ./bazel
阅读全文
摘要:1.PCN hresh=0.37 0.43 0.97 2. YoloV3 训练集WiderFace thresh=0.2 看得出来yolo的准确度确实没有PCN高 3. RetinaNet
阅读全文
摘要:经过排查 发现是这里出了问题 然后发现是标注文件里有 x=0 y=0 这样的数据,46_Jockey_Jockey_46_576.txt , 那么肯定是标注文件出了问题!! 删除该标注文件即可。。
阅读全文