You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Traceback (most recent call last):
File "tools/eval.py", line 152, in <module>
main()
File "tools/eval.py", line 148, in main
run(FLAGS, cfg)
File "tools/eval.py", line 93, in run
dataset=cfg['EvalDataset'])
File "/home/PaddleDetection/ppdet/metrics/coco_utils.py", line 169, in json_eval_results
assert metric == 'COCO'
AssertionError
问题:报错原因以及示例的JSON格式是怎么样的,可以怎么修改
The text was updated successfully, but these errors were encountered:
问题确认 Search before asking
请提出你的问题 Please ask your question
操作参考链接:
https://github.com/PaddlePaddle/PaddleDetection/blob/release/2.4/docs/tutorials/GETTING_STARTED_cn.md
docker run --name dev --runtime=nvidia -v $PWD:/mnt -p 8888:8888 -it paddlecloud/paddledetection:2.4-gpu-cuda10.2-cudnn7-e9a542 /bin/bash
使用docker运行以下命令报错:报错信息如下:
问题:报错原因以及示例的JSON格式是怎么样的,可以怎么修改
The text was updated successfully, but these errors were encountered: