cavalleria / cavaface

face recognition training project(pytorch)
MIT License
459 stars 87 forks source link

About MegaFace testing #41

Closed XWalways closed 4 years ago

XWalways commented 4 years ago

when running r = requests.post("http://127.0.0.1:%d/eval"%(eval_info["args"].port), data=eval_info).json() Response [404], so .json() returns

simplejson.errors.JSONDecodeError: Expecting value: line 1 column 1 (char 0)

how to solve this?

Monkey2003 commented 3 years ago

Did you figure out how to solve this problem? Please inform me if you did.

XWalways commented 3 years ago

Did you figure out how to solve this problem? Please inform me if you did.

you should run python evaluate_service.py firstly, then run sh run.sh in another terminal window