super.single430

Results 45 comments of super.single430

@GaoQ1 file path is: simple_tensorflow_serving/gen_client/gen_client.py

> > ![solution](https://user-images.githubusercontent.com/23147519/92306136-76413b80-efbf-11ea-86a0-a8719da4ebab.jpg) > > hey all, this is my solution, will get the same results with pytorch. @panchengl @Skr20200701 @shengyucaihua > > hey,in your code "x1 = F.Conv2d(x, weight_1,...

请问你这个最后的f1是多少? @llcing

mmdet/datasets/pipelines/transforms.py ?

Hello, I also encountered the same problem, how did you solve it?@dagongji10

> Hello, I also encountered the same problem, how did you solve it?@dagongji10 Just delete this sentence. ``` cps = np.array(cps)[...] ```

> https://github.com/WZTENG/YOLOv5_NCNN/blob/cceb6bf6ed10664fd0c234a6fd60f4c49a4ce8a2/android_YOLOV5_NCNN/app/src/main/java/com/wzt/yolov5/ocr/OcrActivity.java#L201-L211 > > > 应该是208行这里没有获取到图片,请检查相关权限是否允许。 权限都允许了,还是报相同错误,需要root吗?,我断点调试的就是208这行

> 不需要root,,估计是手机系统获取图片不一样,,实在不会的话先找人拿个其它手机先试下。 好吧,谢谢

> 这个是系统适配问题,国产定制系统估计改什么了... 好的,那就先不管了,换个品牌再试试

> https://github.com/WZTENG/YOLOv5_NCNN/blob/96442848b2754371712c38d2d1060c68a07db1f0/android_YOLOV5_NCNN/app/src/main/AndroidManifest.xml#L14-L18 > > > 我增加了16行的配置,你加上再试一下。 我试了下,可以选择图片了,不过 **ChineseOCR** 选择图片可以成功,识别过程中闪退,貌似资源占用很大,还在debug,没找到原因