BMW-InnovationLab / BMW-Anonymization-API

This repository allows you to anonymize sensitive information in images/videos. The solution is fully compatible with the DL-based training/inference solutions that we already published/will publish for Object Detection and Semantic Segmentation.
Apache License 2.0
179 stars 16 forks source link

can't seem to reach the openvino_detection_api on my dev env #5

Open raouln97 opened 1 year ago

raouln97 commented 1 year ago

i tried starting it on local and it works well but get an error in hosted environments

this is the error i get: Traceback (most recent call last): File "/usr/local/lib/python3.7/site-packages/requests/adapters.py", line 449, in send timeout=timeout File "/usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py", line 800, in urlopen method, url, error=e, _pool=self, _stacktrace=sys.exc_info()[2] File "/usr/local/lib/python3.7/site-packages/urllib3/util/retry.py", line 592, in increment raise MaxRetryError(_pool, url, error or ResponseError(cause)) urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='openvino_segmentation_api', port=80): Max retries exceeded with url: /models (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7fe23831ecd0>: Failed to establish a new connection: [Errno -2] Name or service not known'))

JMT800 commented 9 months ago

Hello @raouln97, apologies for the late reply.

Can you please provide more information regarding your setup:

thanks in advance, cheers