PaddlePaddle / PaddleDetection

Object Detection toolkit based on PaddlePaddle. It supports object detection, instance segmentation, multiple object tracking and real-time multi-person keypoint detection.
Apache License 2.0
12.34k stars 2.84k forks source link

利用anchor_cluster.py聚类yolov3 anchor报错,求助 #9019

Open uniquecdmx opened 3 weeks ago

uniquecdmx commented 3 weeks ago

问题确认 Search before asking

请提出你的问题 Please ask your question

img_v3_02bk_10b9edc6-9b4f-4e54-97f3-cf58ccec6d2g Traceback (most recent call last): File "tools/anchor_cluster.py", line 249, in main() File "tools/anchor_cluster.py", line 222, in main check_version('develop') File "E:\AI\PaddleDetection\ppdet\utils\check.py", line 135, in check_version raise Exception(err) Exception: PaddlePaddle version develop or higher is required, or a suitable develop version is satisfied as well. Please make sure the version is good with your code. 求助当前版本不支持吗,需要更换什么版本,还是需要改代码呢 环境:window11、nvidia 3060 laptop GPU CUDA 12.0 paddlepaddle 2.6.0.post120 python 3.8.18