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 "one_image_test.py", line 28, in <module>
PNet = FcnDetector(P_Net, model_path[0])
File "../Detection/fcn_detector.py", line 35, in __init__
assert readstate, "the params dictionary is not valid"
AssertionError: the params dictionary is not valid
本人比较菜,作者能否详解写一下测试和训练的具体步骤,要不看起来云里雾里的
The text was updated successfully, but these errors were encountered:
我不想进行训练模型,我想直接在我自己的图片上进行人脸检测的测试,所以直接运行了 python one_image_test.py 命令,然后提示:
本人比较菜,作者能否详解写一下测试和训练的具体步骤,要不看起来云里雾里的
The text was updated successfully, but these errors were encountered: