SthPhoenix / InsightFace-REST

InsightFace REST API for easy deployment of face recognition services with TensorRT in Docker.
Apache License 2.0
499 stars 116 forks source link

client for /multipart/draw_detections #68

Closed MyraBaba closed 2 years ago

MyraBaba commented 2 years ago

Hi,

There is demo_client.py to test benchmar.

Would you mind to add also for /multipart/draw_detections requests example ?

tried without success :(

MyraBaba commented 2 years ago

successfully solved..

This problem is caused by 'Content-Type': 'multipart/form-data'setting on the header. removing solved the issue.