happy-bear

Results 12 comments of happy-bear

代替wind大佬回复一下:社区里之前有人遇到过..其实Windows平台不需要输入这个环境变量..你在代码里将这个值赋值下就可以了.

具体修改的地方在:weather.py,将api中填写 私钥 就可以了。

导出命令:python mmdeploy/tools/deploy.py mmdeploy/configs/mmdet/instance-seg/instance-seg_onnxruntime_dynamic.py mmdetection/configs/mask_rcnn/mask-rcnn_x101-64x4d_fpn_ms-poly_3x_coco.py epoch_24.pth 1.jpg --work-dir mmdeploy_model/mask-rcnn/ --device cpu --dump-info 部分结果文件: ![image](https://github.com/user-attachments/assets/886c9bf0-6ee1-4354-80c2-3095bed68d20) **detail.json内容如下:** { "version": "1.3.1", "codebase": { "task": "ObjectDetection", "codebase": "mmdet", "version": "3.3.0", "pth": "epoch_12.pth", "config": "mmdetection/configs/mask_rcnn/mask-rcnn_x101-64x4d_fpn_ms-poly_3x_coco.py" },...

I alse meet the same problem in the task of Seg, because the first label in coco.py is It. But I don't know how to solve this problem. #10675

> I alse meet the same problem in the task of Seg, because the first label in coco.py is It. But I don't know how to solve this problem. #10675...

您好,修改完后,能训练起来,但是刚训练开始,一会就报错了! /opt/conda/envs/python35-paddle120-env/lib/python3.7/site-packages/setuptools/depends.py:2: DeprecationWarning: the imp module is deprecated in favour of importlib; see the module's documentation for alternative uses import imp /opt/conda/envs/python35-paddle120-env/lib/python3.7/site-packages/scipy/special/orthogonal.py:81: DeprecationWarning: `np.int` is a deprecated alias for the...

python -m paddle.distributed.launch --ips="10.0.0.211,10.0.0.13" --gpus="0" tools/train.py -c ResNet101_vd.yaml

python -m paddle.distributed.launch --ips="10.0.0.211,10.0.0.13" --gpus="0" tools/train.py -c ResNet101_vd.yaml