#1231·AlphaPose

FileNotFoundError: [Errno 2] 找不到该文件或目录: 'detector/yolo/data/yolov3-spp.weights'

作者: Harini1911创建于 2025年3月28日更新于 2025年4月3日

我尝试运行 `Python scripts/demo_inference.py --cfg configs/coco/resnet/256x192_res50_lr1e-3_1x-duc.yaml --checkpoint pretrained_models/fast_421_res50-shuffle_256x192.pth --indir pose_estimators/dataset -- outdir pose_estimators/alpha_pose/output`,但出现了错误:`FileNotFoundError: [Errno 2] No such file or directory: 'detector/yolo/data/yolov3-spp.weights'`

内容来源: MVIG-SJTU/AlphaPose