CSGO_AI icon indicating copy to clipboard operation
CSGO_AI copied to clipboard

錯誤:载入神经网络....

Open Nickyangtpe opened this issue 10 months ago • 0 comments

载入神经网络.... Traceback (most recent call last): File "d:\下載\CSGO_AI-master\CSGO_AI-master\CSGO.py", line 53, in model.load_weights(args.weightsfile) # 将权重文件载入,并复制给对应的网络结构model中 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "d:\下載\CSGO_AI-master\CSGO_AI-master\darknet.py", line 296, in load_weights fp = open(weightfile, "rb") ^^^^^^^^^^^^^^^^^^^^^^ FileNotFoundError: [Errno 2] No such file or directory: 'yolov3.weights'

Nickyangtpe avatar Mar 30 '24 09:03 Nickyangtpe