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");