mask rcnn 训练自己的模型 然后测试有问题
训练命令:python ./tools/train.py -c ./configs/mask_rcnn/mask_rcnn_r50_fpn_2x_coco.yml --use_vdl=true --vdl_log_dir=vdl_dir/scalar
启动测试命令: python tools/infer...
安装linux下pip安装Paddle报错 有大神帮忙看一下吗
WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment i...
linux环境下的离线安装有像windows这样的教程吗
https://paddle-wheel.bj.bcebos.com/1.5.2-win-offline/paddle_windows%E7%A6%BB%E7%BA%BF%E5%AE%89%E8%A3%85%E5%8C%85%E8%AF%B4%E6%98%8E%E6%96%87%E6%A1%A3.pdf
没有权限访问数据怎么解决
调用表格文字识别接口返回结果是{"error_code":6,"error_msg":"No permission to access data"},已经确认开通权限了,搜索的问题结果中说当前V3版本...
有用弱监督物体定位优化分割效果的么?
这两天看了个帖子,介绍了“对抗互补学习”的定位方法,比cam和hide-seek的定位效果好。我在看grad-cam的文章时,看到其可以帮助分割。...
调用组间复制接口,接口调用成功,但没有复制成功
接口返回:{"log_id":2975915373040217}
接口传参:
params.putParam("group_id", "backup_copy");
params.putParam("uid", uid);
params.putParam("src_group_id", "U10001");
在使用语音合成中有时会出libbdtts.so库
1 #00 pc 00043230 /system/lib/libc.so (tgkill+12) [armeabi-v7a]2 #01 pc 00040d59 /system/lib/libc.so (pthread_kill+32) [armeabi-v7a]3 #02 pc 0001c7eb /system/lib/libc.so (raise+...
为什么识别出来的数字中间有空格?
{"words_result":[{"words":"JE SAS "},{"words":"2 4 rue du mail "},{"words":"7 5 0 0 2 PARIS "},{"words":"maje "},{"words":"7 5 0 0 6 PARIS "},{"words":"0 1 4 5 4 4 3 1 8 8 "},{"wor...
根据PGL的参考文档复制的代码运行有bug提示
import numpy as npimport pgl num_nodes = 5edges = [ (0, 1), (1, 2), (3, 4)]feature = np.random.randn(5, 100).astype(np.float32)edge_feature = np.random.randn(3, 100).astype(np.flo...
EasyDL近期精彩实例大盘点
供用电服务工作,供电局管辖内,输电线路约4500公里,16000余基杆塔单元,线路附近易发生外力破坏的施工点有300余处。主要隐患就是电线...