exadel-inc / CompreFace

Leading free and open-source face recognition system
https://exadel.com/accelerator-showcase/compreface/
Apache License 2.0
5.25k stars 722 forks source link

On some photos i get error: compreface-core | OSError: write error Please update MXNet if you encounter any issue #874

Open martinenkoEduard opened 2 years ago

martinenkoEduard commented 2 years ago

compreface-ui | 2022/08/24 18:16:32 [error] 22#22: *25 upstream timed out (110: Connection timed out) while reading response header from upstream, client: 172.19.0.1, server: ui, request: "POST /api/v1/detection/detect?&face_plugins=calculator HTTP/1.1", upstream: "http://172.19.0.4:8080/api/v1/detection/detect?&face_plugins=calculator", host: "localhost:8000"

compreface-ui | 2022/08/24 18:17:32 [error] 22#22: *29 upstream timed out (110: Connection timed out) while reading response header from upstream, client: 172.19.0.1, server: ui, request: "POST /api/v1/detection/detect?&face_plugins=calculator HTTP/1.1", upstream: "http://172.19.0.4:8080/api/v1/detection/detect?&face_plugins=calculator", host: "localhost:8000" compreface-ui | 172.19.0.1 - - [24/Aug/2022:18:17:32 +0000] "POST /api/v1/detection/detect?&face_plugins=calculator HTTP/1.1" 504 160 "-" "python-requests/2.25.1"

  1. May cause undefined behavior. Please update MXNet if you encounter any issue compreface-ui | 2022/08/24 18:16:32 [error] 22#22: *25 upstream timed out (110: Connection timed out) while reading response header from upstream, client: 172.19.0.1, server: ui, request: "POST /api/v1/detection/detect?&face_plugins=calculator HTTP/1.1", upstream: "http://172.19.0.4:8080/api/v1/detection/detect?&face_plugins=calculator", host: "localhost:8000"compreface-core | {"severity": "INFO", "message": "200 OK", "request": {"method": "POST", "path": "/find_faces", "filename": "image.jpg", "api_key": "", "remoteaddr": "172.19.0.4"}, "logger": "src.services.flask.log_response", "module": "log_response", "traceback": null, "build_version": "dev"} compreface-core | Wed Aug 24 18:16:55 2022 - SIGPIPE: writing to a closed pipe/socket/fd (probably the client disconnected) on request /find_faces (ip 172.19.0.4) !!! compreface-core | Wed Aug 24 18:16:55 2022 - uwsgi_response_write_body_do(): Broken pipe [core/writer.c line 341] during POST /find_faces (172.19.0.4) compreface-core | OSError: write error

And compreface API returns the following: "CopmpreFace detection error: Expecting value: line 1 column 1 (char 0) stackTrace: Traceback (most recent call last):\n File \"/app/flask/SQLAlchemy_example.py\", line 260, in detectAndSaveAllFaces\n state.compreFaceResonse = detection_with_embedings.detect(state.data)\n File \"/home/administrator/.local/lib/python3.10/site-packages/compreface/service/detection_service.py\", line 55, in detect\n return self.detect_face_from_image.execute(request, pass_dict(\n File \"/home/administrator/.local/lib/python3.10/site-packages/compreface/use_cases/detect_face_from_image.py\", line 37, in execute\n result: dict = self.detect_face_from_image.post(\n File \"/home/administrator/.local/lib/python3.10/site-packages/compreface/client/detect_face_from_image.py\", line 63, in post\n return result.json()\n File \"/usr/lib/python3/dist-packages/requests/models.py\", line 900, in json\n return complexjson.loads(self.text, **kwargs)\n File \"/usr/lib/python3.10/json/init.py\", line 346, in loads\n return _default_decoder.decode(s)\n File \"/usr/lib/python3.10/json/decoder.py\", line 337, in decode\n obj, end = self.raw_decode(s, idx=_w(s, 0).end())\n File \"/usr/lib/python3.10/json/decoder.py\", line 355, in raw_decode\n raise JSONDecodeError(\"Expecting value\", s, err.value) from None\njson.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0)\n"}

martinenkoEduard commented 2 years ago

After thath I get

etect?&face_plugins=calculator", host: "localhost:8000" compreface-ui | 172.19.0.1 - - [24/Aug/2022:18:20:15 +0000] "POST /api/v1/detection/detect?&face_plugins=calculator HTTP/1.1" 504 160 "-" "python-requests/2.25.1" compreface-api | 2022-08-24 18:20:36.200 ERROR 7 --- [nio-8080-exec-1] c.e.f.c.h.ResponseExceptionHandler : Defined exception occurred compreface-api | compreface-api | com.exadel.frs.commonservice.sdk.faces.exception.FacesServiceException: Error during synchronization between servers: Read timed out executing POST http://compreface-core:3000/find_faces compreface-api | at com.exadel.frs.commonservice.sdk.faces.service.FacesRestApiClient.findFaces(FacesRestApiClient.java:34) compreface-api | at com.exadel.frs.commonservice.sdk.faces.service.FacesRestApiClient$$FastClassBySpringCGLIB$$517e8caf.invoke() compreface-api | at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) compreface-api | at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:687) compreface-api | at com.exadel.frs.commonservice.sdk.faces.service.FacesRestApiClient$$EnhancerBySpringCGLIB$$6396e7b1.findFaces() compreface-api | at com.exadel.frs.core.trainservice.service.FaceDetectionProcessServiceImpl.processImage(FaceDetectionProcessServiceImpl.java:31) compreface-api | at com.exadel.frs.core.trainservice.service.FaceDetectionProcessServiceImpl.processImage(FaceDetectionProcessServiceImpl.java:13) compreface-api | at com.exadel.frs.core.trainservice.controller.DetectionController.detect(DetectionController.java:71) compreface-api | at com.exadel.frs.core.trainservice.controller.DetectionController$$FastClassBySpringCGLIB$$6a25be2c.invoke() compreface-api | at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) compreface-api | at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771) compreface-api | at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) compreface-api | at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) compreface-api | at org.springframework.validation.beanvalidation.MethodValidationInterceptor.invoke(MethodValidationInterceptor.java:119) compreface-api | at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) compreface-api | at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) compreface-api | at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691) compreface-api | at com.exadel.frs.core.trainservice.controller.DetectionController$$EnhancerBySpringCGLIB$$2fdeb1d0.detect() compreface-api | at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) compreface-api | at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) compreface-api | at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) compreface-api | at java.base/java.lang.reflect.Method.invoke(Unknown Source) compreface-api | at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:190) compreface-api | at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:138) compreface-api | at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:105) compreface-api | at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:878) compreface-api | at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:792) compreface-api | at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87) compreface-api | at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1040) compreface-api | at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:943) compreface-api | at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1006) compreface-api | at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:909) compreface-api | at javax.servlet.http.HttpServlet.service(HttpServlet.java:652) compreface-api | at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:883) compreface-api | at javax.servlet.http.HttpServlet.service(HttpServlet.java:733) compreface-api | at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:231) compreface-api | at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) compreface-api | at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53) compreface-api | at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) compreface-api | at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) compreface-api | at com.exadel.frs.core.trainservice.filter.SecurityValidationFilter.doFilter(SecurityValidationFilter.java:124) compreface-api | at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) compreface-api | at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) compreface-api | at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100) compreface-api | at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119) compreface-api | at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) compreface-api | at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) compreface-api | at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93) compreface-api | at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119) compreface-api | at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) compreface-api | at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) compreface-api | at org.springframework.boot.actuate.metrics.web.servlet.WebMvcMetricsFilter.doFilterInternal(WebMvcMetricsFilter.java:93) compreface-api | at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119) compreface-api | at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) compreface-api | at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) compreface-api | at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201) compreface-api | at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119) compreface-api | at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) compreface-api | at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) compreface-api | at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:202) compreface-api | at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:97) compreface-api | at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:541) compreface-api | at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:143) compreface-api | at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92) compreface-api | at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:78) compreface-api | at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:343) compreface-api | at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:374) compreface-api | at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65) compreface-api | at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:868) compreface-api | at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1590) compreface-api | at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49) compreface-api | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) compreface-api | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) compreface-api | at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) compreface-api | at java.base/java.lang.Thread.run(Unknown Source) compreface-api |

martinenkoEduard commented 2 years ago

More logs:

73.814 seconds (JVM running for 76.911) compreface-core | [18:15:38] ../src/nnvm/legacy_json_util.cc:208: Loading symbol saved by previous version v1.3.0. Attempting to upgrade... compreface-core | [18:15:38] ../src/nnvm/legacy_json_util.cc:216: Symbol successfully upgraded! compreface-core | [32, 16, 8] {'32': {'SCALES': (32, 16), 'BASE_SIZE': 16, 'RATIOS': (1.0,), 'ALLOWED_BORDER': 9999}, '16': {'SCALES': (8, 4), 'BASE_SIZE': 16, 'RATIOS': (1.0,), 'ALLOWED_BORDER': 9999}, '8': {'SCALES': (2, 1), 'BASE_SIZE': 16, 'RATIOS': (1.0,), 'ALLOWED_BORDER': 9999}} compreface-core | use_landmarks True compreface-core | {"severity": "DEBUG", "message": "Found: BoundingBoxDTO(x_min=399, y_min=89, x_max=433, y_max=130, probability=0.9992135763168335, _np_landmarks=array([[405.49902 , 105.896355],\n [419.9954 , 104.93582 ],\n [411.27655 , 114.48093 ],\n [408.4577 , 121.49468 ],\n [419.97958 , 120.6033 ]], dtype=float32))", "request": {"method": "POST", "path": "/find_faces", "filename": "image.jpg", "api_key": "", "remote_addr": "172.19.0.4"}, "logger": "src.services.facescan.plugins.insightface.insightface", "module": "insightface", "traceback": null, "build_version": "dev"} compreface-core | {"severity": "DEBUG", "message": "Found: BoundingBoxDTO(x_min=289, y_min=79, x_max=321, y_max=116, probability=0.997229278087616, _np_landmarks=array([[298.19647 , 92.77753 ],\n [313.44815 , 93.03488 ],\n [305.76315 , 100.484344],\n [299.4261 , 106.99697 ],\n [311.45493 , 107.248085]], dtype=float32))", "request": {"method": "POST", "path": "/find_faces", "filename": "image.jpg", "api_key": "", "remote_addr": "172.19.0.4"}, "logger": "src.services.facescan.plugins.insightface.insightface", "module": "insightface", "traceback": null, "build_version": "dev"} compreface-core | {"severity": "DEBUG", "message": "Found: BoundingBoxDTO(x_min=383, y_min=42, x_max=412, y_max=81, probability=0.996005117893219, _np_landmarks=array([[390.41345 , 59.771854],\n [403.6187 , 60.41713 ],\n [396.2563 , 66.59744 ],\n [391.34842 , 73.021545],\n [401.35187 , 73.43737 ]], dtype=float32))", "request": {"method": "POST", "path": "/find_faces", "filename": "image.jpg", "api_key": "", "remote_addr": "172.19.0.4"}, "logger": "src.services.facescan.plugins.insightface.insightface", "module": "insightface", "traceback": null, "build_version": "dev"} compreface-core | {"severity": "DEBUG", "message": "Found: BoundingBoxDTO(x_min=235, y_min=73, x_max=264, y_max=111, probability=0.9958146214485168, _np_landmarks=array([[244.39005 , 88.860115],\n [257.56937 , 87.755104],\n [251.99957 , 96.53341 ],\n [247.09343 , 103.32039 ],\n [257.36395 , 102.50594 ]], dtype=float32))", "request": {"method": "POST", "path": "/find_faces", "filename": "image.jpg", "api_key": "", "remote_addr": "172.19.0.4"}, "logger": "src.services.facescan.plugins.insightface.insightface", "module": "insightface", "traceback": null, "build_version": "dev"} compreface-core | {"severity": "DEBUG", "message": "Found: BoundingBoxDTO(x_min=188, y_min=92, x_max=219, y_max=128, probability=0.9949721097946167, _np_landmarks=array([[199.95096, 103.32475],\n [213.42213, 102.25678],\n [208.7915 , 110.89853],\n [202.75865, 118.72165],\n [213.26518, 118.03505]], dtype=float32))", "request": {"method": "POST", "path": "/find_faces", "filename": "image.jpg", "api_key": "", "remote_addr": "172.19.0.4"}, "logger": "src.services.facescan.plugins.insightface.insightface", "module": "insightface", "traceback": null, "build_version": "dev"} compreface-core | {"severity": "DEBUG", "message": "Found: BoundingBoxDTO(x_min=340, y_min=61, x_max=368, y_max=96, probability=0.9930828809738159, _np_landmarks=array([[346.9089 , 75.24408],\n [359.3487 , 74.71994],\n [352.92026, 80.65827],\n [348.41632, 87.50045],\n [358.76666, 87.0611 ]], dtype=float32))", "request": {"method": "POST", "path": "/find_faces", "filename": "image.jpg", "api_key": "", "remote_addr": "172.19.0.4"}, "logger": "src.services.facescan.plugins.insightface.insightface", "module": "insightface", "traceback": null, "build_version": "dev"} compreface-core | {"severity": "DEBUG", "message": "Found: BoundingBoxDTO(x_min=29, y_min=74, x_max=62, y_max=114, probability=0.9915465712547302, _np_landmarks=array([[ 39.986305, 93.078445],\n [ 54.973732, 91.72157 ],\n [ 49.04376 , 100.4765 ],\n [ 42.98585 , 106.502045],\n [ 54.90876 , 105.514885]], dtype=float32))", "request": {"method": "POST", "path": "/find_faces", "filename": "image.jpg", "api_key": "", "remote_addr": "172.19.0.4"}, "logger": "src.services.facescan.plugins.insightface.insightface", "module": "insightface", "traceback": null, "build_version": "dev"} compreface-core | {"severity": "DEBUG", "message": "Found: BoundingBoxDTO(x_min=121, y_min=149, x_max=164, y_max=205, probability=0.9902771711349487, _np_landmarks=array([[137.37958, 170.44371],\n [156.31161, 171.09259],\n [148.04237, 181.48451],\n [138.19525, 190.09392],\n [153.90073, 190.70001]], dtype=float32))", "request": {"method": "POST", "path": "/find_faces", "filename": "image.jpg", "api_key": "", "remote_addr": "172.19.0.4"}, "logger": "src.services.facescan.plugins.insightface.insightface", "module": "insightface", "traceback": null, "build_version": "dev"} compreface-core | {"severity": "DEBUG", "message": "Found: BoundingBoxDTO(x_min=479, y_min=116, x_max=520, y_max=158, probability=0.9895776510238647, _np_landmarks=array([[488.82486 , 131.38184 ],\n [506.15924 , 126.979095],\n [499.13867 , 139.5943 ],\n [495.31125 , 148.87814 ],\n [509.0762 , 145.33449 ]], dtype=float32))", "request": {"method": "POST", "path": "/find_faces", "filename": "image.jpg", "api_key": "", "remote_addr": "172.19.0.4"}, "logger": "src.services.facescan.plugins.insightface.insightface", "module": "insightface", "traceback": null, "build_version": "dev"} compreface-core | {"severity": "DEBUG", "message": "Found: BoundingBoxDTO(x_min=448, y_min=68, x_max=477, y_max=102, probability=0.9815660715103149, _np_landmarks=array([[456.2209 , 80.7606 ],\n [468.48947 , 79.429054],\n [462.59344 , 86.15122 ],\n [458.46686 , 93.62836 ],\n [468.12408 , 92.60392 ]], dtype=float32))", "request": {"method": "POST", "path": "/find_faces", "filename": "image.jpg", "api_key": "", "remote_addr": "172.19.0.4"}, "logger": "src.services.facescan.plugins.insightface.insightface", "module": "insightface", "traceback": null, "build_version": "dev"} compreface-core | {"severity": "DEBUG", "message": "Found: BoundingBoxDTO(x_min=147, y_min=73, x_max=171, y_max=103, probability=0.9475735425949097, _np_landmarks=array([[155.62926 , 83.34512 ],\n [167.00989 , 84.32534 ],\n [161.63705 , 90.21883 ],\n [156.12024 , 96.0694 ],\n [165.09749 , 96.840515]], dtype=float32))", "request": {"method": "POST", "path": "/find_faces", "filename": "image.jpg", "api_key": "", "remote_addr": "172.19.0.4"}, "logger": "src.services.facescan.plugins.insightface.insightface", "module": "insightface", "traceback": null, "build_version": "dev"} compreface-core | {"severity": "DEBUG", "message": "Found: BoundingBoxDTO(x_min=168, y_min=59, x_max=193, y_max=87, probability=0.9348134398460388, _np_landmarks=array([[176.47662 , 67.957695],\n [186.93735 , 67.75137 ],\n [182.70734 , 74.16714 ],\n [178.3757 , 79.96061 ],\n [186.52284 , 79.78234 ]], dtype=float32))", "request": {"method": "POST", "path": "/find_faces", "filename": "image.jpg", "api_key": "", "remote_addr": "172.19.0.4"}, "logger": "src.services.facescan.plugins.insightface.insightface", "module": "insightface", "traceback": null, "build_version": "dev"} compreface-core | {"severity": "DEBUG", "message": "Found: BoundingBoxDTO(x_min=107, y_min=63, x_max=142, y_max=105, probability=0.9338676333427429, _np_landmarks=array([[117.8555 , 75.320656],\n [135.03514 , 76.00181 ],\n [127.14755 , 84.91817 ],\n [118.75701 , 93.78094 ],\n [132.76479 , 94.38283 ]], dtype=float32))", "request": {"method": "POST", "path": "/find_faces", "filename": "image.jpg", "api_key": "", "remote_addr": "172.19.0.4"}, "logger": "src.services.facescan.plugins.insightface.insightface", "module": "insightface", "traceback": null, "build_version": "dev"} compreface-core | {"severity": "DEBUG", "message": "Found: BoundingBoxDTO(x_min=221, y_min=287, x_max=257, y_max=327, probability=0.8797808885574341, _np_landmarks=array([[233.55098, 300.3845 ],\n [249.80377, 299.25043],\n [243.16643, 309.5541 ],\n [236.14977, 317.75623],\n [248.72273, 317.07565]], dtype=float32))", "request": {"method": "POST", "path": "/find_faces", "filename": "image.jpg", "api_key": "", "remote_addr": "172.19.0.4"}, "logger": "src.services.facescan.plugins.insightface.insightface", "module": "insightface", "traceback": null, "build_version": "dev"} compreface-core | {"severity": "DEBUG", "message": "Found: BoundingBoxDTO(x_min=566, y_min=108, x_max=592, y_max=140, probability=0.8070314526557922, _np_landmarks=array([[580.61224 , 120.71806 ],\n [588.2201 , 120.026985],\n [587.9057 , 127.36917 ],\n [582.45233 , 133.20836 ],\n [587.7659 , 132.96603 ]], dtype=float32))", "request": {"method": "POST", "path": "/find_faces", "filename": "image.jpg", "api_key": "", "remote_addr": "172.19.0.4"}, "logger": "src.services.facescan.plugins.insightface.insightface", "module": "insightface", "traceback": null, "build_version": "dev"} compreface-core | [18:15:40] ../src/nnvm/legacy_json_util.cc:203: Warning: loading symbol saved by MXNet version 20000 with lower version of MXNet v10900. May cause undefined behavior. Please update MXNet if you encounter any issue compreface-core | [18:16:04] ../src/nnvm/legacy_json_util.cc:208: Loading symbol saved by previous version v1.3.0. Attempting to upgrade... compreface-core | [18:16:04] ../src/nnvm/legacy_json_util.cc:216: Symbol successfully upgraded! compreface-core | [32, 16, 8] {'32': {'SCALES': (32, 16), 'BASE_SIZE': 16, 'RATIOS': (1.0,), 'ALLOWED_BORDER': 9999}, '16': {'SCALES': (8, 4), 'BASE_SIZE': 16, 'RATIOS': (1.0,), 'ALLOWED_BORDER': 9999}, '8': {'SCALES': (2, 1), 'BASE_SIZE': 16, 'RATIOS': (1.0,), 'ALLOWED_BORDER': 9999}} compreface-core | use_landmarks True compreface-core | {"severity": "DEBUG", "message": "Found: BoundingBoxDTO(x_min=56, y_min=49, x_max=158, y_max=212, probability=0.9987276196479797, _np_landmarks=array([[ 82.80534, 119.75603],\n [132.03297, 117.29589],\n [109.53561, 153.2135 ],\n [ 93.80035, 179.34189],\n [128.33607, 177.29596]], dtype=float32))", "request": {"method": "POST", "path": "/find_faces", "filename": "image.jpg", "api_key": "", "remote_addr": "172.19.0.4"}, "logger": "src.services.facescan.plugins.insightface.insightface", "module": "insightface", "traceback": null, "build_version": "dev"} compreface-core | {"severity": "INFO", "message": "200 OK", "request": {"method": "POST", "path": "/find_faces", "filename": "image.jpg", "api_key": "", "remoteaddr": "172.19.0.4"}, "logger": "src.services.flask.log_response", "module": "log_response", "traceback": null, "build_version": "dev"} compreface-ui | 172.19.0.1 - - [24/Aug/2022:18:16:06 +0000] "POST /api/v1/detection/detect HTTP/1.1" 200 133 "-" "python-requests/2.25.1" compreface-ui | 172.19.0.1 - - [24/Aug/2022:18:16:32 +0000] "POST /api/v1/detection/detect?&face_plugins=calculator HTTP/1.1" 504 160 "-" "python-requests/2.25.1" compreface-ui | 2022/08/24 18:16:32 [error] 22#22: *25 upstream timed out (110: Connection timed out) while reading response header from upstream, client: 172.19.0.1, server: ui, request: "POST /api/v1/detection/detect?&face_plugins=calculator HTTP/1.1", upstream: "http://172.19.0.4:8080/api/v1/detection/detect?&face_plugins=calculator", host: "localhost:8000" compreface-core | {"severity": "DEBUG", "message": "Found: BoundingBoxDTO(x_min=542, y_min=180, x_max=578, y_max=227, probability=0.9982307553291321, _np_landmarks=array([[552.3958 , 200.15486],\n [568.1419 , 200.03351],\n [559.96497, 208.13147],\n [553.7202 , 216.04768],\n [566.9772 , 215.97308]], dtype=float32))", "request": {"method": "POST", "path": "/find_faces", "filename": "image.jpg", "api_key": "", "remote_addr": "172.19.0.4"}, "logger": "src.services.facescan.plugins.insightface.insightface", "module": "insightface", "traceback": null, "build_version": "dev"} compreface-core | {"severity": "DEBUG", "message": "Found: BoundingBoxDTO(x_min=684, y_min=184, x_max=720, y_max=229, probability=0.9980582594871521, _np_landmarks=array([[694.483 , 202.91805],\n [709.8244 , 201.9573 ],\n [702.6568 , 210.69675],\n [697.0848 , 219.10707],\n [709.7928 , 218.39445]], dtype=float32))", "request": {"method": "POST", "path": "/find_faces", "filename": "image.jpg", "api_key": "", "remote_addr": "172.19.0.4"}, "logger": "src.services.facescan.plugins.insightface.insightface", "module": "insightface", "traceback": null, "build_version": "dev"} compreface-core | {"severity": "DEBUG", "message": "Found: BoundingBoxDTO(x_min=729, y_min=236, x_max=771, y_max=285, probability=0.9970695376396179, _np_landmarks=array([[740.35254, 254.3038 ],\n [759.46826, 254.19888],\n [749.25806, 263.9801 ],\n [741.90466, 273.91843],\n [757.92615, 273.82675]], dtype=float32))", "request": {"method": "POST", "path": "/find_faces", "filename": "image.jpg", "api_key": "", "remote_addr": "172.19.0.4"}, "logger": "src.services.facescan.plugins.insightface.insightface", "module": "insightface", "traceback": null, "build_version": "dev"} compreface-core | {"severity": "DEBUG", "message": "Found: BoundingBoxDTO(x_min=1113, y_min=173, x_max=1154, y_max=218, probability=0.996938943862915, _np_landmarks=array([[1123.3765 , 188.0443 ],\n [1141.9579 , 187.2667 ],\n [1131.8738 , 197.0833 ],\n [1126.1995 , 207.0496 ],\n [1141.3947 , 206.31285]], dtype=float32))", "request": {"method": "POST", "path": "/find_faces", "filename": "image.jpg", "api_key": "", "remote_addr": "172.19.0.4"}, "logger": "src.services.facescan.plugins.insightface.insightface", "module": "insightface", "traceback": null, "build_version": "dev"} compreface-core | {"severity": "DEBUG", "message": "Found: BoundingBoxDTO(x_min=753, y_min=204, x_max=787, y_max=247, probability=0.9965588450431824, _np_landmarks=array([[762.911 , 221.73761],\n [777.62714, 221.99239],\n [769.9867 , 229.77727],\n [763.9437 , 237.15956],\n [776.00836, 237.37997]], dtype=float32))", "request": {"method": "POST", "path": "/find_faces", "filename": "image.jpg", "api_key": "", "remote_addr": "172.19.0.4"}, "logger": "src.services.facescan.plugins.insightface.insightface", "module": "insightface", "traceback": null, "build_version": "dev"} compreface-core | {"severity": "DEBUG", "message": "Found: BoundingBoxDTO(x_min=1253, y_min=123, x_max=1296, y_max=171, probability=0.9957633018493652, _np_landmarks=array([[1263.3401 , 143.13103],\n [1280.8176 , 141.65906],\n [1271.4404 , 151.56453],\n [1267.0743 , 161.65108],\n [1281.198 , 160.31926]], dtype=float32))", "request": {"method": "POST", "path": "/find_faces", "filename": "image.jpg", "api_key": "", "remote_addr": "172.19.0.4"}, "logger": "src.services.facescan.plugins.insightface.insightface", "module": "insightface", "traceback": null, "build_version": "dev"} compreface-core | {"severity": "DEBUG", "message": "Found: BoundingBoxDTO(x_min=632, y_min=191, x_max=668, y_max=234, probability=0.9951582551002502, _np_landmarks=array([[642.63214, 208.51704],\n [658.5822 , 208.004 ],\n [650.3306 , 216.34518],\n [644.665 , 224.5912 ],\n [657.73706, 224.17441]], dtype=float32))", "request": {"method": "POST", "path": "/find_faces", "filename": "image.jpg", "api_key": "", "remote_addr": "172.19.0.4"}, "logger": "src.services.facescan.plugins.insightface.insightface", "module": "insightface", "traceback": null, "build_version": "dev"} compreface-core | {"severity": "DEBUG", "message": "Found: BoundingBoxDTO(x_min=400, y_min=195, x_max=434, y_max=234, probability=0.9949671626091003, _np_landmarks=array([[412.3212 , 211.54097],\n [427.54285, 211.0722 ],\n [420.4663 , 219.22737],\n [414.37912, 227.25368],\n [426.4227 , 226.97433]], dtype=float32))", "request": {"method": "POST", "path": "/find_faces", "filename": "image.jpg", "api_key": "", "remote_addr": "172.19.0.4"}, "logger": "src.services.facescan.plugins.insightface.insightface", "module": "insightface", "traceback": null, "build_version": "dev"} compreface-core | {"severity": "DEBUG", "message": "Found: BoundingBoxDTO(x_min=477, y_min=195, x_max=510, y_max=234, probability=0.9925227761268616, _np_landmarks=array([[487.95755, 211.37575],\n [503.29214, 209.82481],\n [496.87656, 218.4516 ],\n [491.49695, 226.80167],\n [503.82666, 225.66829]], dtype=float32))", "request": {"method": "POST", "path": "/find_faces", "filename": "image.jpg", "api_key": "", "remote_addr": "172.19.0.4"}, "logger": "src.services.facescan.plugins.insightface.insightface", "module": "insightface", "traceback": null, "build_version": "dev"} compreface-core | {"severity": "DEBUG", "message": "Found: BoundingBoxDTO(x_min=1192, y_min=488, x_max=1239, y_max=551, probability=0.9920601844787598, _np_landmarks=array([[1205.1414 , 514.9936 ],\n [1227.0321 , 513.7897 ],\n [1216.2147 , 526.0859 ],\n [1208.5835 , 536.67725],\n [1226.5541 , 535.75653]], dtype=float32))", "request": {"method": "POST", "path": "/find_faces", "filename": "image.jpg", "api_key": "", "remote_addr": "172.19.0.4"}, "logger": "src.services.facescan.plugins.insightface.insightface", "module": "insightface", "traceback": null, "build_version": "dev"} compreface-core | {"severity": "DEBUG", "message": "Found: BoundingBoxDTO(x_min=632, y_min=285, x_max=670, y_max=330, probability=0.9865706562995911, _np_landmarks=array([[644.1768 , 301.85168],\n [661.8735 , 301.4619 ],\n [653.16864, 310.4816 ],\n [646.196 , 320.20624],\n [660.95557, 319.9057 ]], dtype=float32))", "request": {"method": "POST", "path": "/find_faces", "filename": "image.jpg", "api_key": "", "remote_addr": "172.19.0.4"}, "logger": "src.services.facescan.plugins.insightface.insightface", "module": "insightface", "traceback": null, "build_version": "dev"} compreface-core | {"severity": "DEBUG", "message": "Found: BoundingBoxDTO(x_min=353, y_min=342, x_max=402, y_max=400, probability=0.9855674505233765, _np_landmarks=array([[367.20758, 363.24045],\n [389.6966 , 364.2281 ],\n [377.41998, 374.7863 ],\n [367.94153, 385.45193],\n [386.65662, 386.21265]], dtype=float32))", "request": {"method": "POST", "path": "/find_faces", "filename": "image.jpg", "api_key": "", "remote_addr": "172.19.0.4"}, "logger": "src.services.facescan.plugins.insightface.insightface", "module": "insightface", "traceback": null, "build_version": "dev"} compreface-core | {"severity": "DEBUG", "message": "Found: BoundingBoxDTO(x_min=1017, y_min=209, x_max=1064, y_max=267, probability=0.9819907546043396, _np_landmarks=array([[1027.87 , 235.68172],\n [1047.917 , 234.67334],\n [1036.3495 , 246.13466],\n [1030.8939 , 256.60785],\n [1047.3525 , 255.54562]], dtype=float32))", "request": {"method": "POST", "path": "/find_faces", "filename": "image.jpg", "api_key": "", "remote_addr": "172.19.0.4"}, "logger": "src.services.facescan.plugins.insightface.insightface", "module": "insightface", "traceback": null, "build_version": "dev"} compreface-core | {"severity": "DEBUG", "message": "Found: BoundingBoxDTO(x_min=495, y_min=310, x_max=544, y_max=369, probability=0.9812290668487549, _np_landmarks=array([[510.60388, 333.50217],\n [532.9859 , 332.51212],\n [522.8017 , 343.52698],\n [514.4079 , 355.7929 ],\n [532.12396, 354.94293]], dtype=float32))", "request": {"method": "POST", "path": "/find_faces", "filename": "image.jpg", "api_key": "", "remote_addr": "172.19.0.4"}, "logger": "src.services.facescan.plugins.insightface.insightface", "module": "insightface", "traceback": null, "build_version": "dev"} compreface-core | {"severity": "DEBUG", "message": "Found: BoundingBoxDTO(x_min=1278, y_min=249, x_max=1318, y_max=294, probability=0.9793682098388672, _np_landmarks=array([[1289.6984 , 265.00888],\n [1307.4305 , 265.5807 ],\n [1297.6746 , 274.30383],\n [1290.613 , 283.53253],\n [1305.4038 , 283.8783 ]], dtype=float32))", "request": {"method": "POST", "path": "/find_faces", "filename": "image.jpg", "api_key": "", "remote_addr": "172.19.0.4"}, "logger": "src.services.facescan.plugins.insightface.insightface", "module": "insightface", "traceback": null, "build_version": "dev"} compreface-core | {"severity": "DEBUG", "message": "Found: BoundingBoxDTO(x_min=461, y_min=258, x_max=501, y_max=306, probability=0.9777005314826965, _np_landmarks=array([[470.966 , 277.75574],\n [489.31235, 275.63275],\n [480.69772, 286.17303],\n [475.7749 , 296.299 ],\n [490.53326, 294.57013]], dtype=float32))", "request": {"method": "POST", "path": "/find_faces", "filename": "image.jpg", "api_key": "", "remote_addr": "172.19.0.4"}, "logger": "src.services.facescan.plugins.insightface.insightface", "module": "insightface", "traceback": null, "build_version": "dev"} compreface-core | {"severity": "DEBUG", "message": "Found: BoundingBoxDTO(x_min=65, y_min=355, x_max=108, y_max=400, probability=0.9740043878555298, _np_landmarks=array([[ 77.1266 , 369.3134 ],\n [ 96.7439 , 368.71335],\n [ 86.61824, 378.32016],\n [ 79.42474, 388.75165],\n [ 95.66868, 388.25153]], dtype=float32))", "request": {"method": "POST", "path": "/find_faces", "filename": "image.jpg", "api_key": "", "remote_addr": "172.19.0.4"}, "logger": "src.services.facescan.plugins.insightface.insightface", "module": "insightface", "traceback": null, "build_version": "dev"} compreface-core | {"severity": "DEBUG", "message": "Found: BoundingBoxDTO(x_min=1201, y_min=285, x_max=1248, y_max=346, probability=0.9697325229644775, _np_landmarks=array([[1212.0511 , 310.64676],\n [1231.1802 , 309.36563],\n [1219.5746 , 321.4438 ],\n [1215.399 , 332.78357],\n [1231.0295 , 331.52597]], dtype=float32))", "request": {"method": "POST", "path": "/find_faces", "filename": "image.jpg", "api_key": "", "remote_addr": "172.19.0.4"}, "logger": "src.services.facescan.plugins.insightface.insightface", "module": "insightface", "traceback": null, "build_version": "dev"} compreface-core | {"severity": "DEBUG", "message": "Found: BoundingBoxDTO(x_min=168, y_min=337, x_max=218, y_max=391, probability=0.9599769711494446, _np_landmarks=array([[182.25955, 357.64496],\n [203.863 , 355.37375],\n [193.59714, 365.59976],\n [186.38654, 378.25787],\n [203.74136, 376.45804]], dtype=float32))", "request": {"method": "POST", "path": "/find_faces", "filename": "image.jpg", "api_key": "", "remote_addr": "172.19.0.4"}, "logger": "src.services.facescan.plugins.insightface.insightface", "module": "insightface", "traceback": null, "build_version": "dev"} compreface-core | {"severity": "DEBUG", "message": "Found: BoundingBoxDTO(x_min=810, y_min=227, x_max=846, y_max=272, probability=0.9535071849822998, _np_landmarks=array([[819.8882 , 245.16075],\n [836.30066, 244.22833],\n [828.6162 , 253.24359],\n [822.54755, 262.6788 ],\n [835.8609 , 262.0193 ]], dtype=float32))", "request": {"method": "POST", "path": "/find_faces", "filename": "image.jpg", "api_key": "", "remote_addr": "172.19.0.4"}, "logger": "src.services.facescan.plugins.insightface.insightface", "module": "insightface", "traceback": null, "build_version": "dev"} compreface-core | {"severity": "DEBUG", "message": "Found: BoundingBoxDTO(x_min=841, y_min=249, x_max=875, y_max=297, probability=0.9343986511230469, _np_landmarks=array([[849.61926, 269.7317 ],\n [866.2649 , 269.00052],\n [858.2675 , 278.35583],\n [852.16425, 287.5043 ],\n [865.91046, 286.9357 ]], dtype=float32))", "request": {"method": "POST", "path": "/find_faces", "filename": "image.jpg", "api_key": "", "remote_addr": "172.19.0.4"}, "logger": "src.services.facescan.plugins.insightface.insightface", "module": "insightface", "traceback": null, "build_version": "dev"} compreface-core | {"severity": "DEBUG", "message": "Found: BoundingBoxDTO(x_min=1325, y_min=315, x_max=1368, y_max=364, probability=0.9289103746414185, _np_landmarks=array([[1334.2183 , 333.2313 ],\n [1351.2272 , 333.93164],\n [1339.3649 , 343.62598],\n [1335.3821 , 354.1424 ],\n [1348.9182 , 354.28998]], dtype=float32))", "request": {"method": "POST", "path": "/find_faces", "filename": "image.jpg", "api_key": "", "remote_addr": "172.19.0.4"}, "logger": "src.services.facescan.plugins.insightface.insightface", "module": "insightface", "traceback": null, "build_version": "dev"} compreface-core | {"severity": "DEBUG", "message": "Found: BoundingBoxDTO(x_min=1174, y_min=245, x_max=1221, y_max=299, probability=0.9068716168403625, _np_landmarks=array([[1189.4271 , 265.46732],\n [1210.3345 , 267.12247],\n [1198.8768 , 273.6651 ],\n [1189.7087 , 284.69824],\n [1206.0659 , 286.07227]], dtype=float32))", "request": {"method": "POST", "path": "/find_faces", "filename": "image.jpg", "api_key": "", "remote_addr": "172.19.0.4"}, "logger": "src.services.facescan.plugins.insightface.insightface", "module": "insightface", "traceback": null, "build_version": "dev"} compreface-core | {"severity": "DEBUG", "message": "Found: BoundingBoxDTO(x_min=1073, y_min=245, x_max=1113, y_max=292, probability=0.8394532203674316, _np_landmarks=array([[1082.1251 , 263.05618],\n [1098.1455 , 262.49417],\n [1088.2468 , 272.42404],\n [1084.9308 , 282.66254],\n [1097.5945 , 281.94083]], dtype=float32))", "request": {"method": "POST", "path": "/find_faces", "filename": "image.jpg", "api_key": "", "remote_addr": "172.19.0.4"}, "logger": "src.services.facescan.plugins.insightface.insightface", "module": "insightface", "traceback": null, "build_version": "dev"} compreface-core | [18:16:33] ../src/nnvm/legacy_json_util.cc:203: Warning: loading symbol saved by MXNet version 20000 with lower version of MXNet v10900. May cause undefined behavior. Please update MXNet if you encounter any issue compreface-ui | 2022/08/24 18:16:32 [error] 22#22: *25 upstream timed out (110: Connection timed out) while reading response header from upstream, client: 172.19.0.1, server: ui, request: "POST /api/v1/detection/detect?&face_plugins=calculator HTTP/1.1", upstream: "http://172.19.0.4:8080/api/v1/detection/detect?&face_plugins=calculator", host: "localhost:8000"compreface-core | {"severity": "INFO", "message": "200 OK", "request": {"method": "POST", "path": "/find_faces", "filename": "image.jpg", "api_key": "", "remoteaddr": "172.19.0.4"}, "logger": "src.services.flask.log_response", "module": "log_response", "traceback": null, "build_version": "dev"} compreface-core | Wed Aug 24 18:16:55 2022 - SIGPIPE: writing to a closed pipe/socket/fd (probably the client disconnected) on request /find_faces (ip 172.19.0.4) !!! compreface-core | Wed Aug 24 18:16:55 2022 - uwsgi_response_write_body_do(): Broken pipe [core/writer.c line 341] during POST /find_faces (172.19.0.4) compreface-core | OSError: write error compreface-core | {"severity": "DEBUG", "message": "Found: BoundingBoxDTO(x_min=399, y_min=89, x_max=433, y_max=130, probability=0.9992135763168335, _np_landmarks=array([[405.49902 , 105.896355],\n [419.9954 , 104.93582 ],\n [411.27655 , 114.48093 ],\n [408.4577 , 121.49468 ],\n [419.97958 , 120.6033 ]], dtype=float32))", "request": {"method": "POST", "path": "/find_faces", "filename": "image.jpg", "api_key": "", "remote_addr": "172.19.0.4"}, "logger": "src.services.facescan.plugins.insightface.insightface", "module": "insightface", "traceback": null, "build_version": "dev"} compreface-core | {"severity": "DEBUG", "message": "Found: BoundingBoxDTO(x_min=289, y_min=79, x_max=321, y_max=116, probability=0.997229278087616, _np_landmarks=array([[298.19647 , 92.77753 ],\n [313.44815 , 93.03488 ],\n [305.76315 , 100.484344],\n [299.4261 , 106.99697 ],\n [311.45493 , 107.248085]], dtype=float32))", "request": {"method": "POST", "path": "/find_faces", "filename": "image.jpg", "api_key": "", "remote_addr": "172.19.0.4"}, "logger": "src.services.facescan.plugins.insightface.insightface", "module": "insightface", "traceback": null, "build_version": "dev"} compreface-core | {"severity": "DEBUG", "message": "Found: BoundingBoxDTO(x_min=383, y_min=42, x_max=412, y_max=81, probability=0.996005117893219, _np_landmarks=array([[390.41345 , 59.771854],\n [403.6187 , 60.41713 ],\n [396.2563 , 66.59744 ],\n [391.34842 , 73.021545],\n [401.35187 , 73.43737 ]], dtype=float32))", "request": {"method": "POST", "path": "/find_faces", "filename": "image.jpg", "api_key": "", "remote_addr": "172.19.0.4"}, "logger": "src.services.facescan.plugins.insightface.insightface", "module": "insightface", "traceback": null, "build_version": "dev"} compreface-core | {"severity": "DEBUG", "message": "Found: BoundingBoxDTO(x_min=235, y_min=73, x_max=264, y_max=111, probability=0.9958146214485168, _np_landmarks=array([[244.39005 , 88.860115],\n [257.56937 , 87.755104],\n [251.99957 , 96.53341 ],\n [247.09343 , 103.32039 ],\n [257.36395 , 102.50594 ]], dtype=float32))", "request": {"method": "POST", "path": "/find_faces", "filename": "image.jpg", "api_key": "", "remote_addr": "172.19.0.4"}, "logger": "src.services.facescan.plugins.insightface.insightface", "module": "insightface", "traceback": null, "build_version": "dev"} compreface-core | {"severity": "DEBUG", "message": "Found: BoundingBoxDTO(x_min=188, y_min=92, x_max=219, y_max=128, probability=0.9949721097946167, _np_landmarks=array([[199.95096, 103.32475],\n [213.42213, 102.25678],\n [208.7915 , 110.89853],\n [202.75865, 118.72165],\n [213.26518, 118.03505]], dtype=float32))", "request": {"method": "POST", "path": "/find_faces", "filename": "image.jpg", "api_key": "", "remote_addr": "172.19.0.4"}, "logger": "src.services.facescan.plugins.insightface.insightface", "module": "insightface", "traceback": null, "build_version": "dev"} compreface-core | {"severity": "DEBUG", "message": "Found: BoundingBoxDTO(x_min=340, y_min=61, x_max=368, y_max=96, probability=0.9930828809738159, _np_landmarks=array([[346.9089 , 75.24408],\n [359.3487 , 74.71994],\n [352.92026, 80.65827],\n [348.41632, 87.50045],\n [358.76666, 87.0611 ]], dtype=float32))", "request": {"method": "POST", "path": "/find_faces", "filename": "image.jpg", "api_key": "", "remote_addr": "172.19.0.4"}, "logger": "src.services.facescan.plugins.insightface.insightface", "module": "insightface", "traceback": null, "build_version": "dev"} compreface-core | {"severity": "DEBUG", "message": "Found: BoundingBoxDTO(x_min=29, y_min=74, x_max=62, y_max=114, probability=0.9915465712547302, _np_landmarks=array([[ 39.986305, 93.078445],\n [ 54.973732, 91.72157 ],\n [ 49.04376 , 100.4765 ],\n [ 42.98585 , 106.502045],\n [ 54.90876 , 105.514885]], dtype=float32))", "request": {"method": "POST", "path": "/find_faces", "filename": "image.jpg", "api_key": "", "remote_addr": "172.19.0.4"}, "logger": "src.services.facescan.plugins.insightface.insightface", "module": "insightface", "traceback": null, "build_version": "dev"} compreface-core | {"severity": "DEBUG", "message": "Found: BoundingBoxDTO(x_min=121, y_min=149, x_max=164, y_max=205, probability=0.9902771711349487, _np_landmarks=array([[137.37958, 170.44371],\n [156.31161, 171.09259],\n [148.04237, 181.48451],\n [138.19525, 190.09392],\n [153.90073, 190.70001]], dtype=float32))", "request": {"method": "POST", "path": "/find_faces", "filename": "image.jpg", "api_key": "", "remote_addr": "172.19.0.4"}, "logger": "src.services.facescan.plugins.insightface.insightface", "module": "insightface", "traceback": null, "build_version": "dev"} compreface-core | {"severity": "DEBUG", "message": "Found: BoundingBoxDTO(x_min=479, y_min=116, x_max=520, y_max=158, probability=0.9895776510238647, _np_landmarks=array([[488.82486 , 131.38184 ],\n [506.15924 , 126.979095],\n [499.13867 , 139.5943 ],\n [495.31125 , 148.87814 ],\n [509.0762 , 145.33449 ]], dtype=float32))", "request": {"method": "POST", "path": "/find_faces", "filename": "image.jpg", "api_key": "", "remote_addr": "172.19.0.4"}, "logger": "src.services.facescan.plugins.insightface.insightface", "module": "insightface", "traceback": null, "build_version": "dev"} compreface-core | {"severity": "DEBUG", "message": "Found: BoundingBoxDTO(x_min=448, y_min=68, x_max=477, y_max=102, probability=0.9815660715103149, _np_landmarks=array([[456.2209 , 80.7606 ],\n [468.48947 , 79.429054],\n [462.59344 , 86.15122 ],\n [458.46686 , 93.62836 ],\n [468.12408 , 92.60392 ]], dtype=float32))", "request": {"method": "POST", "path": "/find_faces", "filename": "image.jpg", "api_key": "", "remote_addr": "172.19.0.4"}, "logger": "src.services.facescan.plugins.insightface.insightface", "module": "insightface", "traceback": null, "build_version": "dev"} compreface-core | {"severity": "DEBUG", "message": "Found: BoundingBoxDTO(x_min=147, y_min=73, x_max=171, y_max=103, probability=0.9475735425949097, _np_landmarks=array([[155.62926 , 83.34512 ],\n [167.00989 , 84.32534 ],\n [161.63705 , 90.21883 ],\n [156.12024 , 96.0694 ],\n [165.09749 , 96.840515]], dtype=float32))", "request": {"method": "POST", "path": "/find_faces", "filename": "image.jpg", "api_key": "", "remote_addr": "172.19.0.4"}, "logger": "src.services.facescan.plugins.insightface.insightface", "module": "insightface", "traceback": null, "build_version": "dev"} compreface-core | {"severity": "DEBUG", "message": "Found: BoundingBoxDTO(x_min=168, y_min=59, x_max=193, y_max=87, probability=0.9348134398460388, _np_landmarks=array([[176.47662 , 67.957695],\n [186.93735 , 67.75137 ],\n [182.70734 , 74.16714 ],\n [178.3757 , 79.96061 ],\n [186.52284 , 79.78234 ]], dtype=float32))", "request": {"method": "POST", "path": "/find_faces", "filename": "image.jpg", "api_key": "", "remote_addr": "172.19.0.4"}, "logger": "src.services.facescan.plugins.insightface.insightface", "module": "insightface", "traceback": null, "build_version": "dev"} compreface-core | {"severity": "DEBUG", "message": "Found: BoundingBoxDTO(x_min=107, y_min=63, x_max=142, y_max=105, probability=0.9338676333427429, _np_landmarks=array([[117.8555 , 75.320656],\n [135.03514 , 76.00181 ],\n [127.14755 , 84.91817 ],\n [118.75701 , 93.78094 ],\n [132.76479 , 94.38283 ]], dtype=float32))", "request": {"method": "POST", "path": "/find_faces", "filename": "image.jpg", "api_key": "", "remote_addr": "172.19.0.4"}, "logger": "src.services.facescan.plugins.insightface.insightface", "module": "insightface", "traceback": null, "build_version": "dev"} compreface-core | {"severity": "DEBUG", "message": "Found: BoundingBoxDTO(x_min=221, y_min=287, x_max=257, y_max=327, probability=0.8797808885574341, _np_landmarks=array([[233.55098, 300.3845 ],\n [249.80377, 299.25043],\n [243.16643, 309.5541 ],\n [236.14977, 317.75623],\n [248.72273, 317.07565]], dtype=float32))", "request": {"method": "POST", "path": "/find_faces", "filename": "image.jpg", "api_key": "", "remote_addr": "172.19.0.4"}, "logger": "src.services.facescan.plugins.insightface.insightface", "module": "insightface", "traceback": null, "build_version": "dev"} compreface-core | {"severity": "DEBUG", "message": "Found: BoundingBoxDTO(x_min=566, y_min=108, x_max=592, y_max=140, probability=0.8070314526557922, _np_landmarks=array([[580.61224 , 120.71806 ],\n [588.2201 , 120.026985],\n [587.9057 , 127.36917 ],\n [582.45233 , 133.20836 ],\n [587.7659 , 132.96603 ]], dtype=float32))", "request": {"method": "POST", "path": "/find_faces", "filename": "image.jpg", "api_key": "", "remote_addr": "172.19.0.4"}, "logger": "src.services.facescan.plugins.insightface.insightface", "module": "insightface", "traceback": null, "build_version": "dev"} compreface-ui | 2022/08/24 18:17:32 [error] 22#22: *29 upstream timed out (110: Connection timed out) while reading response header from upstream, client: 172.19.0.1, server: ui, request: "POST /api/v1/detection/detect?&face_plugins=calculator HTTP/1.1", upstream: "http://172.19.0.4:8080/api/v1/detection/detect?&face_plugins=calculator", host: "localhost:8000" compreface-ui | 172.19.0.1 - - [24/Aug/2022:18:17:32 +0000] "POST /api/v1/detection/detect?&face_plugins=calculator HTTP/1.1" 504 160 "-" "python-requests/2.25.1"

  1. May cause undefined behavior. Please update MXNet if you encounter any issue compreface-ui | 2022/08/24 18:16:32 [error] 22#22: 25 upstream timed out (110: Connection timed out) while reading response header from upstream, client: 172.19.0.1, server: ui, request: "POST /api/v1/detection/detect?&face_plugins=calculator HTTP/1.1", upstream: "http://172.19.0.4:8080/api/v1/detection/detect?&face_plugins=calculator", host: "localhost:8000"compreface-core | {"severity": "INFO", "message": "200 OK", "request": {"method": "POST", "path": "/find_faces", "filename": "image.jpg", "api_key": "", "remoteaddr": "172.19.0.4"}, "logger": "src.services.flask.log_response", "module": "log_response", "traceback": null, "build_version": "dev"} compreface-core | Wed Aug 24 18:16:55 2022 - SIGPIPE: writing to a closed pipe/socket/fd (probably the client disconnected) on request /find_faces (ip 172.19.0.4) !!! compreface-core | Wed Aug 24 18:16:55 2022 - uwsgi_response_write_body_do(): Broken pipe [core/writer.c line 341] during POST /find_faces (172.19.0.4) compreface-core | OSError: write errorcompreface-ui | 2022/08/24 18:17:32 [error] 22#22: 29 upstream timed out (110: Connection timed out) while reading response header from upstream, client: 172.19.0.1, server: ui, request: "POST /api/v1/detection/detect?&face_plugins=calculator HTTP/1.1", upstream: "http://172.19.0.4:8080/api/v1/detection/detect?&face_plugins=calculator", host: "localhost:8000" compreface-ui | 172.19.0.1 - - [24/Aug/2022:18:17:32 +0000] "POST /api/v1/detection/detect?&face_plugins=calculator HTTP/1.1" 504 160 "-" "python-requests/2.25.1"
  2. May cause undefined behavior. Please update MXNet if you encounter any issue compreface-ui | 2022/08/24 18:16:32 [error] 22#22: *25 upstream timed out (110: Connection timed out) while reading response header from upstream, client: 172.19.0.1, server: ui, request: "POST /api/v1/detection/detect?&face_plugins=calculator HTTP/1.1", upstream: "http://172.19.0.4:8080/api/v1/detection/detect?&face_plugins=calculator", host: "localhost:8000"compreface-core | {"severity": "INFO", "message": "200 OK", "request": {"method": "POST", "path": "/find_faces", "filename": "image.jpg", "api_key": "", "remoteaddr": "172.19.0.4"}, "logger": "src.services.flask.log_response", "module": "log_response", "traceback": null, "build_version": "dev"} compreface-core | Wed Aug 24 18:16:55 2022 - SIGPIPE: writing to a closed pipe/socket/fd (probably the client disconnected) on request /find_faces (ip 172.19.0.4) !!! compreface-core | Wed Aug 24 18:16:55 2022 - uwsgi_response_write_body_do(): Broken pipe [core/writer.c line 341] during POST /find_faces (172.19.0.4) compreface-core | OSError: write errorcompreface-core | {"severity": "INFO", "message": "200 OK", "request": {"method": "POST", "path": "/find_faces", "filename": "image.jpg", "api_key": "", "remoteaddr": "172.19.0.4"}, "logger": "src.services.flask.log_response", "module": "log_response", "traceback": null, "build_version": "dev"} compreface-core | Wed Aug 24 18:18:08 2022 - SIGPIPE: writing to a closed pipe/socket/fd (probably the client disconnected) on request /find_faces (ip 172.19.0.4) !!! compreface-core | Wed Aug 24 18:18:08 2022 - uwsgi_response_write_body_do(): Broken pipe [core/writer.c line 341] during POST /find_faces (172.19.0.4) compreface-core | OSError: write error compreface-core | {"severity": "DEBUG", "message": "Found: BoundingBoxDTO(x_min=123, y_min=81, x_max=254, y_max=246, probability=0.9993913173675537, _np_landmarks=array([[167.15392, 147.78218],\n [226.74832, 144.13773],\n [203.93329, 178.0121 ],\n [177.57494, 207.70361],\n [224.79994, 204.34933]], dtype=float32))", "request": {"method": "POST", "path": "/find_faces", "filename": "image.jpg", "api_key": "", "remote_addr": "172.19.0.4"}, "logger": "src.services.facescan.plugins.insightface.insightface", "module": "insightface", "traceback": null, "build_version": "dev"} compreface-core | {"severity": "INFO", "message": "200 OK", "request": {"method": "POST", "path": "/find_faces", "filename": "image.jpg", "api_key": "", "remoteaddr": "172.19.0.4"}, "logger": "src.services.flask.log_response", "module": "log_response", "traceback": null, "build_version": "dev"} compreface-ui | 172.19.0.1 - - [24/Aug/2022:18:18:14 +0000] "POST /api/v1/detection/detect?&face_plugins=calculator HTTP/1.1" 200 5229 "-" "python-requests/2.25.1" compreface-core | {"severity": "DEBUG", "message": "Found: BoundingBoxDTO(x_min=542, y_min=180, x_max=578, y_max=227, probability=0.9982307553291321, _np_landmarks=array([[552.3958 , 200.15486],\n [568.1419 , 200.03351],\n [559.96497, 208.13147],\n [553.7202 , 216.04768],\n [566.9772 , 215.97308]], dtype=float32))", "request": {"method": "POST", "path": "/find_faces", "filename": "image.jpg", "api_key": "", "remote_addr": "172.19.0.4"}, "logger": "src.services.facescan.plugins.insightface.insightface", "module": "insightface", "traceback": null, "build_version": "dev"} compreface-core | {"severity": "DEBUG", "message": "Found: BoundingBoxDTO(x_min=684, y_min=184, x_max=720, y_max=229, probability=0.9980582594871521, _np_landmarks=array([[694.483 , 202.91805],\n [709.8244 , 201.9573 ],\n [702.6568 , 210.69675],\n [697.0848 , 219.10707],\n [709.7928 , 218.39445]], dtype=float32))", "request": {"method": "POST", "path": "/find_faces", "filename": "image.jpg", "api_key": "", "remote_addr": "172.19.0.4"}, "logger": "src.services.facescan.plugins.insightface.insightface", "module": "insightface", "traceback": null, "build_version": "dev"} compreface-core | {"severity": "DEBUG", "message": "Found: BoundingBoxDTO(x_min=729, y_min=236, x_max=771, y_max=285, probability=0.9970695376396179, _np_landmarks=array([[740.35254, 254.3038 ],\n [759.46826, 254.19888],\n [749.25806, 263.9801 ],\n [741.90466, 273.91843],\n [757.92615, 273.82675]], dtype=float32))", "request": {"method": "POST", "path": "/find_faces", "filename": "image.jpg", "api_key": "", "remote_addr": "172.19.0.4"}, "logger": "src.services.facescan.plugins.insightface.insightface", "module": "insightface", "traceback": null, "build_version": "dev"} compreface-core | {"severity": "DEBUG", "message": "Found: BoundingBoxDTO(x_min=1113, y_min=173, x_max=1154, y_max=218, probability=0.996938943862915, _np_landmarks=array([[1123.3765 , 188.0443 ],\n [1141.9579 , 187.2667 ],\n [1131.8738 , 197.0833 ],\n [1126.1995 , 207.0496 ],\n [1141.3947 , 206.31285]], dtype=float32))", "request": {"method": "POST", "path": "/find_faces", "filename": "image.jpg", "api_key": "", "remote_addr": "172.19.0.4"}, "logger": "src.services.facescan.plugins.insightface.insightface", "module": "insightface", "traceback": null, "build_version": "dev"} compreface-core | {"severity": "DEBUG", "message": "Found: BoundingBoxDTO(x_min=753, y_min=204, x_max=787, y_max=247, probability=0.9965588450431824, _np_landmarks=array([[762.911 , 221.73761],\n [777.62714, 221.99239],\n [769.9867 , 229.77727],\n [763.9437 , 237.15956],\n [776.00836, 237.37997]], dtype=float32))", "request": {"method": "POST", "path": "/find_faces", "filename": "image.jpg", "api_key": "", "remote_addr": "172.19.0.4"}, "logger": "src.services.facescan.plugins.insightface.insightface", "module": "insightface", "traceback": null, "build_version": "dev"} compreface-core | {"severity": "DEBUG", "message": "Found: BoundingBoxDTO(x_min=1253, y_min=123, x_max=1296, y_max=171, probability=0.9957633018493652, _np_landmarks=array([[1263.3401 , 143.13103],\n [1280.8176 , 141.65906],\n [1271.4404 , 151.56453],\n [1267.0743 , 161.65108],\n [1281.198 , 160.31926]], dtype=float32))", "request": {"method": "POST", "path": "/find_faces", "filename": "image.jpg", "api_key": "", "remote_addr": "172.19.0.4"}, "logger": "src.services.facescan.plugins.insightface.insightface", "module": "insightface", "traceback": null, "build_version": "dev"} compreface-core | {"severity": "DEBUG", "message": "Found: BoundingBoxDTO(x_min=632, y_min=191, x_max=668, y_max=234, probability=0.9951582551002502, _np_landmarks=array([[642.63214, 208.51704],\n [658.5822 , 208.004 ],\n [650.3306 , 216.34518],\n [644.665 , 224.5912 ],\n [657.73706, 224.17441]], dtype=float32))", "request": {"method": "POST", "path": "/find_faces", "filename": "image.jpg", "api_key": "", "remote_addr": "172.19.0.4"}, "logger": "src.services.facescan.plugins.insightface.insightface", "module": "insightface", "traceback": null, "build_version": "dev"} compreface-core | {"severity": "DEBUG", "message": "Found: BoundingBoxDTO(x_min=400, y_min=195, x_max=434, y_max=234, probability=0.9949671626091003, _np_landmarks=array([[412.3212 , 211.54097],\n [427.54285, 211.0722 ],\n [420.4663 , 219.22737],\n [414.37912, 227.25368],\n [426.4227 , 226.97433]], dtype=float32))", "request": {"method": "POST", "path": "/find_faces", "filename": "image.jpg", "api_key": "", "remote_addr": "172.19.0.4"}, "logger": "src.services.facescan.plugins.insightface.insightface", "module": "insightface", "traceback": null, "build_version": "dev"} compreface-core | {"severity": "DEBUG", "message": "Found: BoundingBoxDTO(x_min=477, y_min=195, x_max=510, y_max=234, probability=0.9925227761268616, _np_landmarks=array([[487.95755, 211.37575],\n [503.29214, 209.82481],\n [496.87656, 218.4516 ],\n [491.49695, 226.80167],\n [503.82666, 225.66829]], dtype=float32))", "request": {"method": "POST", "path": "/find_faces", "filename": "image.jpg", "api_key": "", "remote_addr": "172.19.0.4"}, "logger": "src.services.facescan.plugins.insightface.insightface", "module": "insightface", "traceback": null, "build_version": "dev"} compreface-core | {"severity": "DEBUG", "message": "Found: BoundingBoxDTO(x_min=1192, y_min=488, x_max=1239, y_max=551, probability=0.9920601844787598, _np_landmarks=array([[1205.1414 , 514.9936 ],\n [1227.0321 , 513.7897 ],\n [1216.2147 , 526.0859 ],\n [1208.5835 , 536.67725],\n [1226.5541 , 535.75653]], dtype=float32))", "request": {"method": "POST", "path": "/find_faces", "filename": "image.jpg", "api_key": "", "remote_addr": "172.19.0.4"}, "logger": "src.services.facescan.plugins.insightface.insightface", "module": "insightface", "traceback": null, "build_version": "dev"} compreface-core | {"severity": "DEBUG", "message": "Found: BoundingBoxDTO(x_min=632, y_min=285, x_max=670, y_max=330, probability=0.9865706562995911, _np_landmarks=array([[644.1768 , 301.85168],\n [661.8735 , 301.4619 ],\n [653.16864, 310.4816 ],\n [646.196 , 320.20624],\n [660.95557, 319.9057 ]], dtype=float32))", "request": {"method": "POST", "path": "/find_faces", "filename": "image.jpg", "api_key": "", "remote_addr": "172.19.0.4"}, "logger": "src.services.facescan.plugins.insightface.insightface", "module": "insightface", "traceback": null, "build_version": "dev"} compreface-core | {"severity": "DEBUG", "message": "Found: BoundingBoxDTO(x_min=353, y_min=342, x_max=402, y_max=400, probability=0.9855674505233765, _np_landmarks=array([[367.20758, 363.24045],\n [389.6966 , 364.2281 ],\n [377.41998, 374.7863 ],\n [367.94153, 385.45193],\n [386.65662, 386.21265]], dtype=float32))", "request": {"method": "POST", "path": "/find_faces", "filename": "image.jpg", "api_key": "", "remote_addr": "172.19.0.4"}, "logger": "src.services.facescan.plugins.insightface.insightface", "module": "insightface", "traceback": null, "build_version": "dev"} compreface-core | {"severity": "DEBUG", "message": "Found: BoundingBoxDTO(x_min=1017, y_min=209, x_max=1064, y_max=267, probability=0.9819907546043396, _np_landmarks=array([[1027.87 , 235.68172],\n [1047.917 , 234.67334],\n [1036.3495 , 246.13466],\n [1030.8939 , 256.60785],\n [1047.3525 , 255.54562]], dtype=float32))", "request": {"method": "POST", "path": "/find_faces", "filename": "image.jpg", "api_key": "", "remote_addr": "172.19.0.4"}, "logger": "src.services.facescan.plugins.insightface.insightface", "module": "insightface", "traceback": null, "build_version": "dev"} compreface-core | {"severity": "DEBUG", "message": "Found: BoundingBoxDTO(x_min=495, y_min=310, x_max=544, y_max=369, probability=0.9812290668487549, _np_landmarks=array([[510.60388, 333.50217],\n [532.9859 , 332.51212],\n [522.8017 , 343.52698],\n [514.4079 , 355.7929 ],\n [532.12396, 354.94293]], dtype=float32))", "request": {"method": "POST", "path": "/find_faces", "filename": "image.jpg", "api_key": "", "remote_addr": "172.19.0.4"}, "logger": "src.services.facescan.plugins.insightface.insightface", "module": "insightface", "traceback": null, "build_version": "dev"} compreface-core | {"severity": "DEBUG", "message": "Found: BoundingBoxDTO(x_min=1278, y_min=249, x_max=1318, y_max=294, probability=0.9793682098388672, _np_landmarks=array([[1289.6984 , 265.00888],\n [1307.4305 , 265.5807 ],\n [1297.6746 , 274.30383],\n [1290.613 , 283.53253],\n [1305.4038 , 283.8783 ]], dtype=float32))", "request": {"method": "POST", "path": "/find_faces", "filename": "image.jpg", "api_key": "", "remote_addr": "172.19.0.4"}, "logger": "src.services.facescan.plugins.insightface.insightface", "module": "insightface", "traceback": null, "build_version": "dev"} compreface-core | {"severity": "DEBUG", "message": "Found: BoundingBoxDTO(x_min=461, y_min=258, x_max=501, y_max=306, probability=0.9777005314826965, _np_landmarks=array([[470.966 , 277.75574],\n [489.31235, 275.63275],\n [480.69772, 286.17303],\n [475.7749 , 296.299 ],\n [490.53326, 294.57013]], dtype=float32))", "request": {"method": "POST", "path": "/find_faces", "filename": "image.jpg", "api_key": "", "remote_addr": "172.19.0.4"}, "logger": "src.services.facescan.plugins.insightface.insightface", "module": "insightface", "traceback": null, "build_version": "dev"} compreface-core | {"severity": "DEBUG", "message": "Found: BoundingBoxDTO(x_min=65, y_min=355, x_max=108, y_max=400, probability=0.9740043878555298, _np_landmarks=array([[ 77.1266 , 369.3134 ],\n [ 96.7439 , 368.71335],\n [ 86.61824, 378.32016],\n [ 79.42474, 388.75165],\n [ 95.66868, 388.25153]], dtype=float32))", "request": {"method": "POST", "path": "/find_faces", "filename": "image.jpg", "api_key": "", "remote_addr": "172.19.0.4"}, "logger": "src.services.facescan.plugins.insightface.insightface", "module": "insightface", "traceback": null, "build_version": "dev"} compreface-core | {"severity": "DEBUG", "message": "Found: BoundingBoxDTO(x_min=1201, y_min=285, x_max=1248, y_max=346, probability=0.9697325229644775, _np_landmarks=array([[1212.0511 , 310.64676],\n [1231.1802 , 309.36563],\n [1219.5746 , 321.4438 ],\n [1215.399 , 332.78357],\n [1231.0295 , 331.52597]], dtype=float32))", "request": {"method": "POST", "path": "/find_faces", "filename": "image.jpg", "api_key": "", "remote_addr": "172.19.0.4"}, "logger": "src.services.facescan.plugins.insightface.insightface", "module": "insightface", "traceback": null, "build_version": "dev"} compreface-core | {"severity": "DEBUG", "message": "Found: BoundingBoxDTO(x_min=168, y_min=337, x_max=218, y_max=391, probability=0.9599769711494446, _np_landmarks=array([[182.25955, 357.64496],\n [203.863 , 355.37375],\n [193.59714, 365.59976],\n [186.38654, 378.25787],\n [203.74136, 376.45804]], dtype=float32))", "request": {"method": "POST", "path": "/find_faces", "filename": "image.jpg", "api_key": "", "remote_addr": "172.19.0.4"}, "logger": "src.services.facescan.plugins.insightface.insightface", "module": "insightface", "traceback": null, "build_version": "dev"} compreface-core | {"severity": "DEBUG", "message": "Found: BoundingBoxDTO(x_min=810, y_min=227, x_max=846, y_max=272, probability=0.9535071849822998, _np_landmarks=array([[819.8882 , 245.16075],\n [836.30066, 244.22833],\n [828.6162 , 253.24359],\n [822.54755, 262.6788 ],\n [835.8609 , 262.0193 ]], dtype=float32))", "request": {"method": "POST", "path": "/find_faces", "filename": "image.jpg", "api_key": "", "remote_addr": "172.19.0.4"}, "logger": "src.services.facescan.plugins.insightface.insightface", "module": "insightface", "traceback": null, "build_version": "dev"} compreface-core | {"severity": "DEBUG", "message": "Found: BoundingBoxDTO(x_min=841, y_min=249, x_max=875, y_max=297, probability=0.9343986511230469, _np_landmarks=array([[849.61926, 269.7317 ],\n [866.2649 , 269.00052],\n [858.2675 , 278.35583],\n [852.16425, 287.5043 ],\n [865.91046, 286.9357 ]], dtype=float32))", "request": {"method": "POST", "path": "/find_faces", "filename": "image.jpg", "api_key": "", "remote_addr": "172.19.0.4"}, "logger": "src.services.facescan.plugins.insightface.insightface", "module": "insightface", "traceback": null, "build_version": "dev"} compreface-core | {"severity": "DEBUG", "message": "Found: BoundingBoxDTO(x_min=1325, y_min=315, x_max=1368, y_max=364, probability=0.9289103746414185, _np_landmarks=array([[1334.2183 , 333.2313 ],\n [1351.2272 , 333.93164],\n [1339.3649 , 343.62598],\n [1335.3821 , 354.1424 ],\n [1348.9182 , 354.28998]], dtype=float32))", "request": {"method": "POST", "path": "/find_faces", "filename": "image.jpg", "api_key": "", "remote_addr": "172.19.0.4"}, "logger": "src.services.facescan.plugins.insightface.insightface", "module": "insightface", "traceback": null, "build_version": "dev"} compreface-core | {"severity": "DEBUG", "message": "Found: BoundingBoxDTO(x_min=1174, y_min=245, x_max=1221, y_max=299, probability=0.9068716168403625, _np_landmarks=array([[1189.4271 , 265.46732],\n [1210.3345 , 267.12247],\n [1198.8768 , 273.6651 ],\n [1189.7087 , 284.69824],\n [1206.0659 , 286.07227]], dtype=float32))", "request": {"method": "POST", "path": "/find_faces", "filename": "image.jpg", "api_key": "", "remote_addr": "172.19.0.4"}, "logger": "src.services.facescan.plugins.insightface.insightface", "module": "insightface", "traceback": null, "build_version": "dev"} compreface-core | {"severity": "DEBUG", "message": "Found: BoundingBoxDTO(x_min=1073, y_min=245, x_max=1113, y_max=292, probability=0.8394532203674316, _np_landmarks=array([[1082.1251 , 263.05618],\n [1098.1455 , 262.49417],\n [1088.2468 , 272.42404],\n [1084.9308 , 282.66254],\n [1097.5945 , 281.94083]], dtype=float32))", "request": {"method": "POST", "path": "/find_faces", "filename": "image.jpg", "api_key": "", "remote_addr": "172.19.0.4"}, "logger": "src.services.facescan.plugins.insightface.insightface", "module": "insightface", "traceback": null, "build_version": "dev"} er": "src.services.facescan.plugins.insightface.insightface", "module": "insightface", "traceback": null, "build_version": "dev"} compreface-core | {"severity": "INFO", "message": "200 OK", "request": {"method": "POST", "path": "/find_faces", "filename": "image.jpg", "api_key": "", "remoteaddr": "172.19.0.4"}, "logger": "src.services.flask.log_response", "module": "log_response", "traceback": null, "build_version": "dev"} compreface-ui | 172.19.0.1 - - [24/Aug/2022:18:16:06 +0000] "POST /api/v1/detection/detect HTTP/1.1" 200 133 "-" "python-requests/2.25.1" compreface-ui | 172.19.0.1 - - [24/Aug/2022:18:16:32 +0000] "POST /api/v1/detection/detect?&face_plugins=calculator HTTP/1.1" 504 160 "-" "python-requests/2.25.1" compreface-ui | 2022/08/24 18:16:32 [error] 22#22: *25 upstream timed out (110: Connection timed out) while reading response headecompreface-core | {"severity": "INFO", "message": "200 OK", "request": {"method": "POST", "path": "/find_faces", "filename": "image.jpg", "api_key": "", "remoteaddr": "172.19.0.4"}, "logger": "src.services.flask.log_response", "module": "log_response", "traceback": null, "build_version": "dev"} compreface-core | Wed Aug 24 18:18:37 2022 - SIGPIPE: writing to a closed pipe/socket/fd (probably the client disconnected) on request /find_faces (ip 172.19.0.4) !!! compreface-core | Wed Aug 24 18:18:37 2022 - uwsgi_response_write_body_do(): Broken pipe [core/writer.c line 341] during POST /find_faces (172.19.0.4) compreface-core | OSError: write error compreface-core | {"severity": "DEBUG", "message": "Found: BoundingBoxDTO(x_min=399, y_min=89, x_max=433, y_max=130, probability=0.9992135763168335, _np_landmarks=array([[405.49902 , 105.896355],\n [419.9954 , 104.93582 ],\n [411.27655 , 114.48093 ],\n [408.4577 , 121.49468 ],\n [419.97958 , 120.6033 ]], dtype=float32))", "request": {"method": "POST", "path": "/find_faces", "filename": "image.jpg", "api_key": "", "remote_addr": "172.19.0.4"}, "logger": "src.services.facescan.plugins.insightface.insightface", "module": "insightface", "traceback": null, "build_version": "dev"} compreface-core | {"severity": "DEBUG", "message": "Found: BoundingBoxDTO(x_min=289, y_min=79, x_max=321, y_max=116, probability=0.997229278087616, _np_landmarks=array([[298.19647 , 92.77753 ],\n [313.44815 , 93.03488 ],\n [305.76315 , 100.484344],\n [299.4261 , 106.99697 ],\n [311.45493 , 107.248085]], dtype=float32))", "request": {"method": "POST", "path": "/find_faces", "filename": "image.jpg", "api_key": "", "remote_addr": "172.19.0.4"}, "logger": "src.services.facescan.plugins.insightface.insightface", "module": "insightface", "traceback": null, "build_version": "dev"} compreface-core | {"severity": "DEBUG", "message": "Found: BoundingBoxDTO(x_min=383, y_min=42, x_max=412, y_max=81, probability=0.996005117893219, _np_landmarks=array([[390.41345 , 59.771854],\n [403.6187 , 60.41713 ],\n [396.2563 , 66.59744 ],\n [391.34842 , 73.021545],\n [401.35187 , 73.43737 ]], dtype=float32))", "request": {"method": "POST", "path": "/find_faces", "filename": "image.jpg", "api_key": "", "remote_addr": "172.19.0.4"}, "logger": "src.services.facescan.plugins.insightface.insightface", "module": "insightface", "traceback": null, "build_version": "dev"} compreface-core | {"severity": "DEBUG", "message": "Found: BoundingBoxDTO(x_min=235, y_min=73, x_max=264, y_max=111, probability=0.9958146214485168, _np_landmarks=array([[244.39005 , 88.860115],\n [257.56937 , 87.755104],\n [251.99957 , 96.53341 ],\n [247.09343 , 103.32039 ],\n [257.36395 , 102.50594 ]], dtype=float32))", "request": {"method": "POST", "path": "/find_faces", "filename": "image.jpg", "api_key": "", "remote_addr": "172.19.0.4"}, "logger": "src.services.facescan.plugins.insightface.insightface", "module": "insightface", "traceback": null, "build_version": "dev"} compreface-core | {"severity": "DEBUG", "message": "Found: BoundingBoxDTO(x_min=188, y_min=92, x_max=219, y_max=128, probability=0.9949721097946167, _np_landmarks=array([[199.95096, 103.32475],\n [213.42213, 102.25678],\n [208.7915 , 110.89853],\n [202.75865, 118.72165],\n [213.26518, 118.03505]], dtype=float32))", "request": {"method": "POST", "path": "/find_faces", "filename": "image.jpg", "api_key": "", "remote_addr": "172.19.0.4"}, "logger": "src.services.facescan.plugins.insightface.insightface", "module": "insightface", "traceback": null, "build_version": "dev"} compreface-core | {"severity": "DEBUG", "message": "Found: BoundingBoxDTO(x_min=340, y_min=61, x_max=368, y_max=96, probability=0.9930828809738159, _np_landmarks=array([[346.9089 , 75.24408],\n [359.3487 , 74.71994],\n [352.92026, 80.65827],\n [348.41632, 87.50045],\n [358.76666, 87.0611 ]], dtype=float32))", "request": {"method": "POST", "path": "/find_faces", "filename": "image.jpg", "api_key": "", "remote_addr": "172.19.0.4"}, "logger": "src.services.facescan.plugins.insightface.insightface", "module": "insightface", "traceback": null, "build_version": "dev"} compreface-core | {"severity": "DEBUG", "message": "Found: BoundingBoxDTO(x_min=29, y_min=74, x_max=62, y_max=114, probability=0.9915465712547302, _np_landmarks=array([[ 39.986305, 93.078445],\n [ 54.973732, 91.72157 ],\n [ 49.04376 , 100.4765 ],\n [ 42.98585 , 106.502045],\n [ 54.90876 , 105.514885]], dtype=float32))", "request": {"method": "POST", "path": "/find_faces", "filename": "image.jpg", "api_key": "", "remote_addr": "172.19.0.4"}, "logger": "src.services.facescan.plugins.insightface.insightface", "module": "insightface", "traceback": null, "build_version": "dev"} compreface-core | {"severity": "DEBUG", "message": "Found: BoundingBoxDTO(x_min=121, y_min=149, x_max=164, y_max=205, probability=0.9902771711349487, _np_landmarks=array([[137.37958, 170.44371],\n [156.31161, 171.09259],\n [148.04237, 181.48451],\n [138.19525, 190.09392],\n [153.90073, 190.70001]], dtype=float32))", "request": {"method": "POST", "path": "/find_faces", "filename": "image.jpg", "api_key": "", "remote_addr": "172.19.0.4"}, "logger": "src.services.facescan.plugins.insightface.insightface", "module": "insightface", "traceback": null, "build_version": "dev"} compreface-core | {"severity": "DEBUG", "message": "Found: BoundingBoxDTO(x_min=479, y_min=116, x_max=520, y_max=158, probability=0.9895776510238647, _np_landmarks=array([[488.82486 , 131.38184 ],\n [506.15924 , 126.979095],\n [499.13867 , 139.5943 ],\n [495.31125 , 148.87814 ],\n [509.0762 , 145.33449 ]], dtype=float32))", "request": {"method": "POST", "path": "/find_faces", "filename": "image.jpg", "api_key": "", "remote_addr": "172.19.0.4"}, "logger": "src.services.facescan.plugins.insightface.insightface", "module": "insightface", "traceback": null, "build_version": "dev"} compreface-core | {"severity": "DEBUG", "message": "Found: BoundingBoxDTO(x_min=448, y_min=68, x_max=477, y_max=102, probability=0.9815660715103149, _np_landmarks=array([[456.2209 , 80.7606 ],\n [468.48947 , 79.429054],\n [462.59344 , 86.15122 ],\n [458.46686 , 93.62836 ],\n [468.12408 , 92.60392 ]], dtype=float32))", "request": {"method": "POST", "path": "/find_faces", "filename": "image.jpg", "api_key": "", "remote_addr": "172.19.0.4"}, "logger": "src.services.facescan.plugins.insightface.insightface", "module": "insightface", "traceback": null, "build_version": "dev"} compreface-core | {"severity": "DEBUG", "message": "Found: BoundingBoxDTO(x_min=147, y_min=73, x_max=171, y_max=103, probability=0.9475735425949097, _np_landmarks=array([[155.62926 , 83.34512 ],\n [167.00989 , 84.32534 ],\n [161.63705 , 90.21883 ],\n [156.12024 , 96.0694 ],\n [165.09749 , 96.840515]], dtype=float32))", "request": {"method": "POST", "path": "/find_faces", "filename": "image.jpg", "api_key": "", "remote_addr": "172.19.0.4"}, "logger": "src.services.facescan.plugins.insightface.insightface", "module": "insightface", "traceback": null, "build_version": "dev"} compreface-core | {"severity": "DEBUG", "message": "Found: BoundingBoxDTO(x_min=168, y_min=59, x_max=193, y_max=87, probability=0.9348134398460388, _np_landmarks=array([[176.47662 , 67.957695],\n [186.93735 , 67.75137 ],\n [182.70734 , 74.16714 ],\n [178.3757 , 79.96061 ],\n [186.52284 , 79.78234 ]], dtype=float32))", "request": {"method": "POST", "path": "/find_faces", "filename": "image.jpg", "api_key": "", "remote_addr": "172.19.0.4"}, "logger": "src.services.facescan.plugins.insightface.insightface", "module": "insightface", "traceback": null, "build_version": "dev"} compreface-core | {"severity": "DEBUG", "message": "Found: BoundingBoxDTO(x_min=107, y_min=63, x_max=142, y_max=105, probability=0.9338676333427429, _np_landmarks=array([[117.8555 , 75.320656],\n [135.03514 , 76.00181 ],\n [127.14755 , 84.91817 ],\n [118.75701 , 93.78094 ],\n [132.76479 , 94.38283 ]], dtype=float32))", "request": {"method": "POST", "path": "/find_faces", "filename": "image.jpg", "api_key": "", "remote_addr": "172.19.0.4"}, "logger": "src.services.facescan.plugins.insightface.insightface", "module": "insightface", "traceback": null, "build_version": "dev"} compreface-core | {"severity": "DEBUG", "message": "Found: BoundingBoxDTO(x_min=221, y_min=287, x_max=257, y_max=327, probability=0.8797808885574341, _np_landmarks=array([[233.55098, 300.3845 ],\n [249.80377, 299.25043],\n [243.16643, 309.5541 ],\n [236.14977, 317.75623],\n [248.72273, 317.07565]], dtype=float32))", "request": {"method": "POST", "path": "/find_faces", "filename": "image.jpg", "api_key": "", "remote_addr": "172.19.0.4"}, "logger": "src.services.facescan.plugins.insightface.insightface", "module": "insightface", "traceback": null, "build_version": "dev"} compreface-core | {"severity": "DEBUG", "message": "Found: BoundingBoxDTO(x_min=566, y_min=108, x_max=592, y_max=140, probability=0.8070314526557922, _np_landmarks=array([[580.61224 , 120.71806 ],\n [588.2201 , 120.026985],\n [587.9057 , 127.36917 ],\n [582.45233 , 133.20836 ],\n [587.7659 , 132.96603 ]], dtype=float32))", "request": {"method": "POST", "path": "/find_faces", "filename": "image.jpg", "api_key": "", "remote_addr": "172.19.0.4"}, "logger": "src.services.facescan.plugins.insightface.insightface", "module": "insightface", "traceback": null, "build_version": "dev"} compreface-ui | 172.19.0.1 - - [24/Aug/2022:18:19:15 +0000] "POST /api/v1/detection/detect?&face_plugins=calculator HTTP/1.1" 504 160 "-" "python-requests/2.25.1" compreface-ui | 2022/08/24 18:19:15 [error] 22#22: *33 upstream timed out (110: Connection timed out) while reading response header from upstream, client: 172.19.0.1, server: ui, request: "POST /api/v1/detection/detect?&face_plugins=calculator HTTP/1.1", upstream: "http://172.19.0.4:8080/api/v1/detection/detect?&face_plugins=calculator", host: "localhost:8000" compreface-core | {"severity": "INFO", "message": "200 OK", "request": {"method": "POST", "path": "/find_faces", "filename": "image.jpg", "api_key": "", "remoteaddr": "172.19.0.4"}, "logger": "src.services.flask.log_response", "module": "log_response", "traceback": null, "build_version": "dev"} compreface-core | Wed Aug 24 18:19:50 2022 - SIGPIPE: writing to a closed pipe/socket/fd (probably the client disconnected) on request /find_faces (ip 172.19.0.4) !!! compreface-core | Wed Aug 24 18:19:50 2022 - uwsgi_response_write_body_do(): Broken pipe [core/writer.c line 341] during POST /find_faces (172.19.0.4) compreface-core | OSError: write error compreface-core | {"severity": "DEBUG", "message": "Found: BoundingBoxDTO(x_min=43, y_min=56, x_max=162, y_max=220, probability=0.9993116855621338, _np_landmarks=array([[ 78.22418, 124.49609],\n [132.55914, 121.6791 ],\n [107.98299, 150.95213],\n [ 88.10973, 183.19116],\n [128.54312, 180.68265]], dtype=float32))", "request": {"method": "POST", "path": "/find_faces", "filename": "image.jpg", "api_key": "", "remote_addr": "172.19.0.4"}, "logger": "src.services.facescan.plugins.insightface.insightface", "module": "insightface", "traceback": null, "build_version": "dev"} compreface-core | {"severity": "INFO", "message": "200 OK", "request": {"method": "POST", "path": "/find_faces", "filename": "image.jpg", "api_key": "", "remoteaddr": "172.19.0.4"}, "logger": "src.services.flask.log_response", "module": "log_response", "traceback": null, "build_version": "dev"} compreface-core | {"severity": "DEBUG", "message": "Found: BoundingBoxDTO(x_min=542, y_min=180, x_max=578, y_max=227, probability=0.9982307553291321, _np_landmarks=array([[552.3958 , 200.15486],\n [568.1419 , 200.03351],\n [559.96497, 208.13147],\n [553.7202 , 216.04768],\n [566.9772 , 215.97308]], dtype=float32))", "request": {"method": "POST", "path": "/find_faces", "filename": "image.jpg", "api_key": "", "remote_addr": "172.19.0.4"}, "logger": "src.services.facescan.plugins.insightface.insightface", "module": "insightface", "traceback": null, "build_version": "dev"} compreface-core | {"severity": "DEBUG", "message": "Found: BoundingBoxDTO(x_min=684, y_min=184, x_max=720, y_max=229, probability=0.9980582594871521, _np_landmarks=array([[694.483 , 202.91805],\n [709.8244 , 201.9573 ],\n [702.6568 , 210.69675],\n [697.0848 , 219.10707],\n [709.7928 , 218.39445]], dtype=float32))", "request": {"method": "POST", "path": "/find_faces", "filename": "image.jpg", "api_key": "", "remote_addr": "172.19.0.4"}, "logger": "src.services.facescan.plugins.insightface.insightface", "module": "insightface", "traceback": null, "build_version": "dev"} compreface-core | {"severity": "DEBUG", "message": "Found: BoundingBoxDTO(x_min=729, y_min=236, x_max=771, y_max=285, probability=0.9970695376396179, _np_landmarks=array([[740.35254, 254.3038 ],\n [759.46826, 254.19888],\n [749.25806, 263.9801 ],\n [741.90466, 273.91843],\n [757.92615, 273.82675]], dtype=float32))", "request": {"method": "POST", "path": "/find_faces", "filename": "image.jpg", "api_key": "", "remote_addr": "172.19.0.4"}, "logger": "src.services.facescan.plugins.insightface.insightface", "module": "insightface", "traceback": null, "build_version": "dev"} compreface-core | {"severity": "DEBUG", "message": "Found: BoundingBoxDTO(x_min=1113, y_min=173, x_max=1154, y_max=218, probability=0.996938943862915, _np_landmarks=array([[1123.3765 , 188.0443 ],\n [1141.9579 , 187.2667 ],\n [1131.8738 , 197.0833 ],\n [1126.1995 , 207.0496 ],\n [1141.3947 , 206.31285]], dtype=float32))", "request": {"method": "POST", "path": "/find_faces", "filename": "image.jpg", "api_key": "", "remote_addr": "172.19.0.4"}, "logger": "src.services.facescan.plugins.insightface.insightface", "module": "insightface", "traceback": null, "build_version": "dev"} compreface-core | {"severity": "DEBUG", "message": "Found: BoundingBoxDTO(x_min=753, y_min=204, x_max=787, y_max=247, probability=0.9965588450431824, _np_landmarks=array([[762.911 , 221.73761],\n [777.62714, 221.99239],\n [769.9867 , 229.77727],\n [763.9437 , 237.15956],\n [776.00836, 237.37997]], dtype=float32))", "request": {"method": "POST", "path": "/find_faces", "filename": "image.jpg", "api_key": "", "remote_addr": "172.19.0.4"}, "logger": "src.services.facescan.plugins.insightface.insightface", "module": "insightface", "traceback": null, "build_version": "dev"} compreface-core | {"severity": "DEBUG", "message": "Found: BoundingBoxDTO(x_min=1253, y_min=123, x_max=1296, y_max=171, probability=0.9957633018493652, _np_landmarks=array([[1263.3401 , 143.13103],\n [1280.8176 , 141.65906],\n [1271.4404 , 151.56453],\n [1267.0743 , 161.65108],\n [1281.198 , 160.31926]], dtype=float32))", "request": {"method": "POST", "path": "/find_faces", "filename": "image.jpg", "api_key": "", "remote_addr": "172.19.0.4"}, "logger": "src.services.facescan.plugins.insightface.insightface", "module": "insightface", "traceback": null, "build_version": "dev"} compreface-core | {"severity": "DEBUG", "message": "Found: BoundingBoxDTO(x_min=632, y_min=191, x_max=668, y_max=234, probability=0.9951582551002502, _np_landmarks=array([[642.63214, 208.51704],\n [658.5822 , 208.004 ],\n [650.3306 , 216.34518],\n [644.665 , 224.5912 ],\n [657.73706, 224.17441]], dtype=float32))", "request": {"method": "POST", "path": "/find_faces", "filename": "image.jpg", "api_key": "", "remote_addr": "172.19.0.4"}, "logger": "src.services.facescan.plugins.insightface.insightface", "module": "insightface", "traceback": null, "build_version": "dev"} compreface-core | {"severity": "DEBUG", "message": "Found: BoundingBoxDTO(x_min=400, y_min=195, x_max=434, y_max=234, probability=0.9949671626091003, _np_landmarks=array([[412.3212 , 211.54097],\n [427.54285, 211.0722 ],\n [420.4663 , 219.22737],\n [414.37912, 227.25368],\n [426.4227 , 226.97433]], dtype=float32))", "request": {"method": "POST", "path": "/find_faces", "filename": "image.jpg", "api_key": "", "remote_addr": "172.19.0.4"}, "logger": "src.services.facescan.plugins.insightface.insightface", "module": "insightface", "traceback": null, "build_version": "dev"} compreface-core | {"severity": "DEBUG", "message": "Found: BoundingBoxDTO(x_min=477, y_min=195, x_max=510, y_max=234, probability=0.9925227761268616, _np_landmarks=array([[487.95755, 211.37575],\n [503.29214, 209.82481],\n [496.87656, 218.4516 ],\n [491.49695, 226.80167],\n [503.82666, 225.66829]], dtype=float32))", "request": {"method": "POST", "path": "/find_faces", "filename": "image.jpg", "api_key": "", "remote_addr": "172.19.0.4"}, "logger": "src.services.facescan.plugins.insightface.insightface", "module": "insightface", "traceback": null, "build_version": "dev"} compreface-core | {"severity": "DEBUG", "message": "Found: BoundingBoxDTO(x_min=1192, y_min=488, x_max=1239, y_max=551, probability=0.9920601844787598, _np_landmarks=array([[1205.1414 , 514.9936 ],\n [1227.0321 , 513.7897 ],\n [1216.2147 , 526.0859 ],\n [1208.5835 , 536.67725],\n [1226.5541 , 535.75653]], dtype=float32))", "request": {"method": "POST", "path": "/find_faces", "filename": "image.jpg", "api_key": "", "remote_addr": "172.19.0.4"}, "logger": "src.services.facescan.plugins.insightface.insightface", "module": "insightface", "traceback": null, "build_version": "dev"} compreface-core | {"severity": "DEBUG", "message": "Found: BoundingBoxDTO(x_min=632, y_min=285, x_max=670, y_max=330, probability=0.9865706562995911, _np_landmarks=array([[644.1768 , 301.85168],\n [661.8735 , 301.4619 ],\n [653.16864, 310.4816 ],\n [646.196 , 320.20624],\n [660.95557, 319.9057 ]], dtype=float32))", "request": {"method": "POST", "path": "/find_faces", "filename": "image.jpg", "api_key": "", "remote_addr": "172.19.0.4"}, "logger": "src.services.facescan.plugins.insightface.insightface", "module": "insightface", "traceback": null, "build_version": "dev"} compreface-core | {"severity": "DEBUG", "message": "Found: BoundingBoxDTO(x_min=353, y_min=342, x_max=402, y_max=400, probability=0.9855674505233765, _np_landmarks=array([[367.20758, 363.24045],\n [389.6966 , 364.2281 ],\n [377.41998, 374.7863 ],\n [367.94153, 385.45193],\n [386.65662, 386.21265]], dtype=float32))", "request": {"method": "POST", "path": "/find_faces", "filename": "image.jpg", "api_key": "", "remote_addr": "172.19.0.4"}, "logger": "src.services.facescan.plugins.insightface.insightface", "module": "insightface", "traceback": null, "build_version": "dev"} compreface-core | {"severity": "DEBUG", "message": "Found: BoundingBoxDTO(x_min=1017, y_min=209, x_max=1064, y_max=267, probability=0.9819907546043396, _np_landmarks=array([[1027.87 , 235.68172],\n [1047.917 , 234.67334],\n [1036.3495 , 246.13466],\n [1030.8939 , 256.60785],\n [1047.3525 , 255.54562]], dtype=float32))", "request": {"method": "POST", "path": "/find_faces", "filename": "image.jpg", "api_key": "", "remote_addr": "172.19.0.4"}, "logger": "src.services.facescan.plugins.insightface.insightface", "module": "insightface", "traceback": null, "build_version": "dev"} compreface-core | {"severity": "DEBUG", "message": "Found: BoundingBoxDTO(x_min=495, y_min=310, x_max=544, y_max=369, probability=0.9812290668487549, _np_landmarks=array([[510.60388, 333.50217],\n [532.9859 , 332.51212],\n [522.8017 , 343.52698],\n [514.4079 , 355.7929 ],\n [532.12396, 354.94293]], dtype=float32))", "request": {"method": "POST", "path": "/find_faces", "filename": "image.jpg", "api_key": "", "remote_addr": "172.19.0.4"}, "logger": "src.services.facescan.plugins.insightface.insightface", "module": "insightface", "traceback": null, "build_version": "dev"} compreface-core | {"severity": "DEBUG", "message": "Found: BoundingBoxDTO(x_min=1278, y_min=249, x_max=1318, y_max=294, probability=0.9793682098388672, _np_landmarks=array([[1289.6984 , 265.00888],\n [1307.4305 , 265.5807 ],\n [1297.6746 , 274.30383],\n [1290.613 , 283.53253],\n [1305.4038 , 283.8783 ]], dtype=float32))", "request": {"method": "POST", "path": "/find_faces", "filename": "image.jpg", "api_key": "", "remote_addr": "172.19.0.4"}, "logger": "src.services.facescan.plugins.insightface.insightface", "module": "insightface", "traceback": null, "build_version": "dev"} compreface-core | {"severity": "DEBUG", "message": "Found: BoundingBoxDTO(x_min=461, y_min=258, x_max=501, y_max=306, probability=0.9777005314826965, _np_landmarks=array([[470.966 , 277.75574],\n [489.31235, 275.63275],\n [480.69772, 286.17303],\n [475.7749 , 296.299 ],\n [490.53326, 294.57013]], dtype=float32))", "request": {"method": "POST", "path": "/find_faces", "filename": "image.jpg", "api_key": "", "remote_addr": "172.19.0.4"}, "logger": "src.services.facescan.plugins.insightface.insightface", "module": "insightface", "traceback": null, "build_version": "dev"} compreface-core | {"severity": "DEBUG", "message": "Found: BoundingBoxDTO(x_min=65, y_min=355, x_max=108, y_max=400, probability=0.9740043878555298, _np_landmarks=array([[ 77.1266 , 369.3134 ],\n [ 96.7439 , 368.71335],\n [ 86.61824, 378.32016],\n [ 79.42474, 388.75165],\n [ 95.66868, 388.25153]], dtype=float32))", "request": {"method": "POST", "path": "/find_faces", "filename": "image.jpg", "api_key": "", "remote_addr": "172.19.0.4"}, "logger": "src.services.facescan.plugins.insightface.insightface", "module": "insightface", "traceback": null, "build_version": "dev"} compreface-core | {"severity": "DEBUG", "message": "Found: BoundingBoxDTO(x_min=1201, y_min=285, x_max=1248, y_max=346, probability=0.9697325229644775, _np_landmarks=array([[1212.0511 , 310.64676],\n [1231.1802 , 309.36563],\n [1219.5746 , 321.4438 ],\n [1215.399 , 332.78357],\n [1231.0295 , 331.52597]], dtype=float32))", "request": {"method": "POST", "path": "/find_faces", "filename": "image.jpg", "api_key": "", "remote_addr": "172.19.0.4"}, "logger": "src.services.facescan.plugins.insightface.insightface", "module": "insightface", "traceback": null, "build_version": "dev"} compreface-core | {"severity": "DEBUG", "message": "Found: BoundingBoxDTO(x_min=168, y_min=337, x_max=218, y_max=391, probability=0.9599769711494446, _np_landmarks=array([[182.25955, 357.64496],\n [203.863 , 355.37375],\n [193.59714, 365.59976],\n [186.38654, 378.25787],\n [203.74136, 376.45804]], dtype=float32))", "request": {"method": "POST", "path": "/find_faces", "filename": "image.jpg", "api_key": "", "remote_addr": "172.19.0.4"}, "logger": "src.services.facescan.plugins.insightface.insightface", "module": "insightface", "traceback": null, "build_version": "dev"} compreface-core | {"severity": "DEBUG", "message": "Found: BoundingBoxDTO(x_min=810, y_min=227, x_max=846, y_max=272, probability=0.9535071849822998, _np_landmarks=array([[819.8882 , 245.16075],\n [836.30066, 244.22833],\n [828.6162 , 253.24359],\n [822.54755, 262.6788 ],\n [835.8609 , 262.0193 ]], dtype=float32))", "request": {"method": "POST", "path": "/find_faces", "filename": "image.jpg", "api_key": "", "remote_addr": "172.19.0.4"}, "logger": "src.services.facescan.plugins.insightface.insightface", "module": "insightface", "traceback": null, "build_version": "dev"} compreface-core | {"severity": "DEBUG", "message": "Found: BoundingBoxDTO(x_min=841, y_min=249, x_max=875, y_max=297, probability=0.9343986511230469, _np_landmarks=array([[849.61926, 269.7317 ],\n [866.2649 , 269.00052],\n [858.2675 , 278.35583],\n [852.16425, 287.5043 ],\n [865.91046, 286.9357 ]], dtype=float32))", "request": {"method": "POST", "path": "/find_faces", "filename": "image.jpg", "api_key": "", "remote_addr": "172.19.0.4"}, "logger": "src.services.facescan.plugins.insightface.insightface", "module": "insightface", "traceback": null, "build_version": "dev"} compreface-core | {"severity": "DEBUG", "message": "Found: BoundingBoxDTO(x_min=1325, y_min=315, x_max=1368, y_max=364, probability=0.9289103746414185, _np_landmarks=array([[1334.2183 , 333.2313 ],\n [1351.2272 , 333.93164],\n [1339.3649 , 343.62598],\n [1335.3821 , 354.1424 ],\n [1348.9182 , 354.28998]], dtype=float32))", "request": {"method": "POST", "path": "/find_faces", "filename": "image.jpg", "api_key": "", "remote_addr": "172.19.0.4"}, "logger": "src.services.facescan.plugins.insightface.insightface", "module": "insightface", "traceback": null, "build_version": "dev"} compreface-core | {"severity": "DEBUG", "message": "Found: BoundingBoxDTO(x_min=1174, y_min=245, x_max=1221, y_max=299, probability=0.9068716168403625, _np_landmarks=array([[1189.4271 , 265.46732],\n [1210.3345 , 267.12247],\n [1198.8768 , 273.6651 ],\n [1189.7087 , 284.69824],\n [1206.0659 , 286.07227]], dtype=float32))", "request": {"method": "POST", "path": "/find_faces", "filename": "image.jpg", "api_key": "", "remote_addr": "172.19.0.4"}, "logger": "src.services.facescan.plugins.insightface.insightface", "module": "insightface", "traceback": null, "build_version": "dev"} compreface-core | {"severity": "DEBUG", "message": "Found: BoundingBoxDTO(x_min=1073, y_min=245, x_max=1113, y_max=292, probability=0.8394532203674316, _np_landmarks=array([[1082.1251 , 263.05618],\n [1098.1455 , 262.49417],\n [1088.2468 , 272.42404],\n [1084.9308 , 282.66254],\n [1097.5945 , 281.94083]], dtype=float32))", "request": {"method": "POST", "path": "/find_faces", "filename": "image.jpg", "api_key": "", "remote_addr": "172.19.0.4"}, "logger": "src.services.facescan.plugins.insightface.insightface", "module": "insightface", "traceback": null, "build_version": "dev"} compreface-core | {"severity": "INFO", "message": "200 OK", "request": {"method": "POST", "path": "/find_faces", "filename": "image.jpg", "api_key": "", "remoteaddr": "172.19.0.4"}, "logger": "src.services.flask.log_response", "module": "log_response", "traceback": null, "build_version": "dev"} compreface-core | Wed Aug 24 18:20:12 2022 - SIGPIPE: writing to a closed pipe/socket/fd (probably the client disconnected) on request /find_faces (ip 172.19.0.4) !!! compreface-core | Wed Aug 24 18:20:12 2022 - uwsgi_response_write_body_do(): Broken pipe [core/writer.c line 341] during POST /find_faces (172.19.0.4) compreface-core | OSError: write error compreface-core | {"severity": "DEBUG", "message": "Found: BoundingBoxDTO(x_min=399, y_min=89, x_max=433, y_max=130, probability=0.9992135763168335, _np_landmarks=array([[405.49902 , 105.896355],\n [419.9954 , 104.93582 ],\n [411.27655 , 114.48093 ],\n [408.4577 , 121.49468 ],\n [419.97958 , 120.6033 ]], dtype=float32))", "request": {"method": "POST", "path": "/find_faces", "filename": "image.jpg", "api_key": "", "remote_addr": "172.19.0.4"}, "logger": "src.services.facescan.plugins.insightface.insightface", "module": "insightface", "traceback": null, "build_version": "dev"} compreface-core | {"severity": "DEBUG", "message": "Found: BoundingBoxDTO(x_min=289, y_min=79, x_max=321, y_max=116, probability=0.997229278087616, _np_landmarks=array([[298.19647 , 92.77753 ],\n [313.44815 , 93.03488 ],\n [305.76315 , 100.484344],\n [299.4261 , 106.99697 ],\n [311.45493 , 107.248085]], dtype=float32))", "request": {"method": "POST", "path": "/find_faces", "filename": "image.jpg", "api_key": "", "remote_addr": "172.19.0.4"}, "logger": "src.services.facescan.plugins.insightface.insightface", "module": "insightface", "traceback": null, "build_version": "dev"} compreface-core | {"severity": "DEBUG", "message": "Found: BoundingBoxDTO(x_min=383, y_min=42, x_max=412, y_max=81, probability=0.996005117893219, _np_landmarks=array([[390.41345 , 59.771854],\n [403.6187 , 60.41713 ],\n [396.2563 , 66.59744 ],\n [391.34842 , 73.021545],\n [401.35187 , 73.43737 ]], dtype=float32))", "request": {"method": "POST", "path": "/find_faces", "filename": "image.jpg", "api_key": "", "remote_addr": "172.19.0.4"}, "logger": "src.services.facescan.plugins.insightface.insightface", "module": "insightface", "traceback": null, "build_version": "dev"} compreface-core | {"severity": "DEBUG", "message": "Found: BoundingBoxDTO(x_min=235, y_min=73, x_max=264, y_max=111, probability=0.9958146214485168, _np_landmarks=array([[244.39005 , 88.860115],\n [257.56937 , 87.755104],\n [251.99957 , 96.53341 ],\n [247.09343 , 103.32039 ],\n [257.36395 , 102.50594 ]], dtype=float32))", "request": {"method": "POST", "path": "/find_faces", "filename": "image.jpg", "api_key": "", "remote_addr": "172.19.0.4"}, "logger": "src.services.facescan.plugins.insightface.insightface", "module": "insightface", "traceback": null, "build_version": "dev"} compreface-core | {"severity": "DEBUG", "message": "Found: BoundingBoxDTO(x_min=188, y_min=92, x_max=219, y_max=128, probability=0.9949721097946167, _np_landmarks=array([[199.95096, 103.32475],\n [213.42213, 102.25678],\n [208.7915 , 110.89853],\n [202.75865, 118.72165],\n [213.26518, 118.03505]], dtype=float32))", "request": {"method": "POST", "path": "/find_faces", "filename": "image.jpg", "api_key": "", "remote_addr": "172.19.0.4"}, "logger": "src.services.facescan.plugins.insightface.insightface", "module": "insightface", "traceback": null, "build_version": "dev"} compreface-core | {"severity": "DEBUG", "message": "Found: BoundingBoxDTO(x_min=340, y_min=61, x_max=368, y_max=96, probability=0.9930828809738159, _np_landmarks=array([[346.9089 , 75.24408],\n [359.3487 , 74.71994],\n [352.92026, 80.65827],\n [348.41632, 87.50045],\n [358.76666, 87.0611 ]], dtype=float32))", "request": {"method": "POST", "path": "/find_faces", "filename": "image.jpg", "api_key": "", "remote_addr": "172.19.0.4"}, "logger": "src.services.facescan.plugins.insightface.insightface", "module": "insightface", "traceback": null, "build_version": "dev"} compreface-core | {"severity": "DEBUG", "message": "Found: BoundingBoxDTO(x_min=29, y_min=74, x_max=62, y_max=114, probability=0.9915465712547302, _np_landmarks=array([[ 39.986305, 93.078445],\n [ 54.973732, 91.72157 ],\n [ 49.04376 , 100.4765 ],\n [ 42.98585 , 106.502045],\n [ 54.90876 , 105.514885]], dtype=float32))", "request": {"method": "POST", "path": "/find_faces", "filename": "image.jpg", "api_key": "", "remote_addr": "172.19.0.4"}, "logger": "src.services.facescan.plugins.insightface.insightface", "module": "insightface", "traceback": null, "build_version": "dev"} compreface-core | {"severity": "DEBUG", "message": "Found: BoundingBoxDTO(x_min=121, y_min=149, x_max=164, y_max=205, probability=0.9902771711349487, _np_landmarks=array([[137.37958, 170.44371],\n [156.31161, 171.09259],\n [148.04237, 181.48451],\n [138.19525, 190.09392],\n [153.90073, 190.70001]], dtype=float32))", "request": {"method": "POST", "path": "/find_faces", "filename": "image.jpg", "api_key": "", "remote_addr": "172.19.0.4"}, "logger": "src.services.facescan.plugins.insightface.insightface", "module": "insightface", "traceback": null, "build_version": "dev"} compreface-core | {"severity": "DEBUG", "message": "Found: BoundingBoxDTO(x_min=479, y_min=116, x_max=520, y_max=158, probability=0.9895776510238647, _np_landmarks=array([[488.82486 , 131.38184 ],\n [506.15924 , 126.979095],\n [499.13867 , 139.5943 ],\n [495.31125 , 148.87814 ],\n [509.0762 , 145.33449 ]], dtype=float32))", "request": {"method": "POST", "path": "/find_faces", "filename": "image.jpg", "api_key": "", "remote_addr": "172.19.0.4"}, "logger": "src.services.facescan.plugins.insightface.insightface", "module": "insightface", "traceback": null, "build_version": "dev"} compreface-core | {"severity": "DEBUG", "message": "Found: BoundingBoxDTO(x_min=448, y_min=68, x_max=477, y_max=102, probability=0.9815660715103149, _np_landmarks=array([[456.2209 , 80.7606 ],\n [468.48947 , 79.429054],\n [462.59344 , 86.15122 ],\n [458.46686 , 93.62836 ],\n [468.12408 , 92.60392 ]], dtype=float32))", "request": {"method": "POST", "path": "/find_faces", "filename": "image.jpg", "api_key": "", "remote_addr": "172.19.0.4"}, "logger": "src.services.facescan.plugins.insightface.insightface", "module": "insightface", "traceback": null, "build_version": "dev"} compreface-core | {"severity": "DEBUG", "message": "Found: BoundingBoxDTO(x_min=147, y_min=73, x_max=171, y_max=103, probability=0.9475735425949097, _np_landmarks=array([[155.62926 , 83.34512 ],\n [167.00989 , 84.32534 ],\n [161.63705 , 90.21883 ],\n [156.12024 , 96.0694 ],\n [165.09749 , 96.840515]], dtype=float32))", "request": {"method": "POST", "path": "/find_faces", "filename": "image.jpg", "api_key": "", "remote_addr": "172.19.0.4"}, "logger": "src.services.facescan.plugins.insightface.insightface", "module": "insightface", "traceback": null, "build_version": "dev"} compreface-core | {"severity": "DEBUG", "message": "Found: BoundingBoxDTO(x_min=168, y_min=59, x_max=193, y_max=87, probability=0.9348134398460388, _np_landmarks=array([[176.47662 , 67.957695],\n [186.93735 , 67.75137 ],\n [182.70734 , 74.16714 ],\n [178.3757 , 79.96061 ],\n [186.52284 , 79.78234 ]], dtype=float32))", "request": {"method": "POST", "path": "/find_faces", "filename": "image.jpg", "api_key": "", "remote_addr": "172.19.0.4"}, "logger": "src.services.facescan.plugins.insightface.insightface", "module": "insightface", "traceback": null, "build_version": "dev"} compreface-core | {"severity": "DEBUG", "message": "Found: BoundingBoxDTO(x_min=107, y_min=63, x_max=142, y_max=105, probability=0.9338676333427429, _np_landmarks=array([[117.8555 , 75.320656],\n [135.03514 , 76.00181 ],\n [127.14755 , 84.91817 ],\n [118.75701 , 93.78094 ],\n [132.76479 , 94.38283 ]], dtype=float32))", "request": {"method": "POST", "path": "/find_faces", "filename": "image.jpg", "api_key": "", "remote_addr": "172.19.0.4"}, "logger": "src.services.facescan.plugins.insightface.insightface", "module": "insightface", "traceback": null, "build_version": "dev"} compreface-core | {"severity": "DEBUG", "message": "Found: BoundingBoxDTO(x_min=221, y_min=287, x_max=257, y_max=327, probability=0.8797808885574341, _np_landmarks=array([[233.55098, 300.3845 ],\n [249.80377, 299.25043],\n [243.16643, 309.5541 ],\n [236.14977, 317.75623],\n [248.72273, 317.07565]], dtype=float32))", "request": {"method": "POST", "path": "/find_faces", "filename": "image.jpg", "api_key": "", "remote_addr": "172.19.0.4"}, "logger": "src.services.facescan.plugins.insightface.insightface", "module": "insightface", "traceback": null, "build_version": "dev"} compreface-core | {"severity": "DEBUG", "message": "Found: BoundingBoxDTO(x_min=566, y_min=108, x_max=592, y_max=140, probability=0.8070314526557922, _np_landmarks=array([[580.61224 , 120.71806 ],\n [588.2201 , 120.026985],\n [587.9057 , 127.36917 ],\n [582.45233 , 133.20836 ],\n [587.7659 , 132.96603 ]], dtype=float32))", "request": {"method": "POST", "path": "/find_faces", "filename": "image.jpg", "api_key": "", "remote_addr": "172.19.0.4"}, "logger": "src.services.facescan.plugins.insightface.insightface", "module": "insightface", "traceback": null, "build_version": "dev"} compreface-ui | 2022/08/24 18:20:15 [error] 22#22: *35 upstream timed out (110: Connection timed out) while reading response header from upstream, client: 172.19.0.1, server: ui, request: "POST /api/v1/detection/detect?&face_plugins=calculator HTTP/1.1", upstream: "http://172.19.0.4:8080/api/v1/detection/detect?&face_plugins=calculator", host: "localhost:8000" compreface-ui | 172.19.0.1 - - [24/Aug/2022:18:20:15 +0000] "POST /api/v1/detection/detect?&face_plugins=calculator HTTP/1.1" 504 160 "-" "python-requests/2.25.1" compreface-api | 2022-08-24 18:20:36.200 ERROR 7 --- [nio-8080-exec-1] c.e.f.c.h.ResponseExceptionHandler : Defined exception occurred compreface-api | compreface-api | com.exadel.frs.commonservice.sdk.faces.exception.FacesServiceException: Error during synchronization between servers: Read timed out executing POST http://compreface-core:3000/find_faces compreface-api | at com.exadel.frs.commonservice.sdk.faces.service.FacesRestApiClient.findFaces(FacesRestApiClient.java:34) compreface-api | at com.exadel.frs.commonservice.sdk.faces.service.FacesRestApiClient$$FastClassBySpringCGLIB$$517e8caf.invoke() compreface-api | at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) compreface-api | at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:687) compreface-api | at com.exadel.frs.commonservice.sdk.faces.service.FacesRestApiClient$$EnhancerBySpringCGLIB$$6396e7b1.findFaces() compreface-api | at com.exadel.frs.core.trainservice.service.FaceDetectionProcessServiceImpl.processImage(FaceDetectionProcessServiceImpl.java:31) compreface-api | at com.exadel.frs.core.trainservice.service.FaceDetectionProcessServiceImpl.processImage(FaceDetectionProcessServiceImpl.java:13) compreface-api | at com.exadel.frs.core.trainservice.controller.DetectionController.detect(DetectionController.java:71) compreface-api | at com.exadel.frs.core.trainservice.controller.DetectionController$$FastClassBySpringCGLIB$$6a25be2c.invoke() compreface-api | at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) compreface-api | at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771) compreface-api | at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) compreface-api | at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) compreface-api | at org.springframework.validation.beanvalidation.MethodValidationInterceptor.invoke(MethodValidationInterceptor.java:119) compreface-api | at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) compreface-api | at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) compreface-api | at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691) compreface-api | at com.exadel.frs.core.trainservice.controller.DetectionController$$EnhancerBySpringCGLIB$$2fdeb1d0.detect() compreface-api | at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) compreface-api | at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) compreface-api | at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) compreface-api | at java.base/java.lang.reflect.Method.invoke(Unknown Source) compreface-api | at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:190) compreface-api | at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:138) compreface-api | at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:105) compreface-api | at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:878) compreface-api | at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:792) compreface-api | at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87) compreface-api | at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1040) compreface-api | at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:943) compreface-api | at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1006) compreface-api | at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:909) compreface-api | at javax.servlet.http.HttpServlet.service(HttpServlet.java:652) compreface-api | at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:883) compreface-api | at javax.servlet.http.HttpServlet.service(HttpServlet.java:733) compreface-api | at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:231) compreface-api | at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) compreface-api | at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53) compreface-api | at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) compreface-api | at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) compreface-api | at com.exadel.frs.core.trainservice.filter.SecurityValidationFilter.doFilter(SecurityValidationFilter.java:124) compreface-api | at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) compreface-api | at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) compreface-api | at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100) compreface-api | at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119) compreface-api | at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) compreface-api | at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) compreface-api | at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93) compreface-api | at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119) compreface-api | at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) compreface-api | at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) compreface-api | at org.springframework.boot.actuate.metrics.web.servlet.WebMvcMetricsFilter.doFilterInternal(WebMvcMetricsFilter.java:93) compreface-api | at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119) compreface-api | at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) compreface-api | at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) compreface-api | at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201) compreface-api | at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119) compreface-api | at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) compreface-api | at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) compreface-api | at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:202) compreface-api | at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:97) compreface-api | at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:541) compreface-api | at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:143) compreface-api | at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92) compreface-api | at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:78) compreface-api | at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:343) compreface-api | at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:374) compreface-api | at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65) compreface-api | at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:868) compreface-api | at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1590) compreface-api | at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49) compreface-api | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) compreface-api | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) compreface-api | at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) compreface-api | at java.base/java.lang.Thread.run(Unknown Source) compreface-api | compreface-ui | 172.19.0.1 - - [24/Aug/2022:18:21:15 +0000] "POST /api/v1/detection/detect?&face_plugins=calculator HTTP/1.1" 504 160 "-" "python-requests/2.25.1" compreface-ui | 2022/08/24 18:21:15 [error] 22#22: *37 upstream timed out (110: Connection timed out) while reading response header from upstream, client: 172.19.0.1, server: ui, request: "POST /api/v1/detection/detect?&face_plugins=calculator HTTP/1.1", upstream: "http://172.19.0.4:8080/api/v1/detection/detect?&face_plugins=calculator", host: "localhost:8000" compreface-core | {"severity": "INFO", "message": "200 OK", "request": {"method": "POST", "path": "/find_faces", "filename": "image.jpg", "api_key": "", "remoteaddr": "172.19.0.4"}, "logger": "src.services.flask.log_response", "module": "log_response", "traceback": null, "build_version": "dev"} compreface-core | Wed Aug 24 18:21:26 2022 - SIGPIPE: writing to a closed pipe/socket/fd (probably the client disconnected) on request /find_faces (ip 172.19.0.4) !!! compreface-core | Wed Aug 24 18:21:26 2022 - uwsgi_response_write_body_do(): Broken pipe [core/writer.c line 341] during POST /find_faces (172.19.0.4) compreface-core | OSError: write error compreface-core | {"severity": "DEBUG", "message": "Found: BoundingBoxDTO(x_min=71, y_min=48, x_max=166, y_max=186, probability=0.9990719556808472, _np_landmarks=array([[ 94.68262, 107.45898],\n [140.13939, 107.33809],\n [116.40452, 137.66989],\n [101.39923, 157.95837],\n [134.62387, 157.61118]], dtype=float32))", "request": {"method": "POST", "path": "/find_faces", "filename": "image.jpg", "api_key": "", "remote_addr": "172.19.0.4"}, "logger": "src.services.facescan.plugins.insightface.insightface", "module": "insightface", "traceback": null, "build_version": "dev"} compreface-core | {"severity": "INFO", "message": "200 OK", "request": {"method": "POST", "path": "/find_faces", "filename": "image.jpg", "api_key": "", "remoteaddr": "172.19.0.4"}, "logger": "src.services.flask.log_response", "module": "log_response", "traceback": null, "build_version": "dev"} compreface-core | {"severity": "DEBUG", "message": "Found: BoundingBoxDTO(x_min=43, y_min=56, x_max=162, y_max=220, probability=0.9993116855621338, _np_landmarks=array([[ 78.22418, 124.49609],\n [132.55914, 121.6791 ],\n [107.98299, 150.95213],\n [ 88.10973, 183.19116],\n [128.54312, 180.68265]], dtype=float32))", "request": {"method": "POST", "path": "/find_faces", "filename": "image.jpg", "api_key": "", "remote_addr": "172.19.0.4"}, "logger": "src.services.facescan.plugins.insightface.insightface", "module": "insightface", "traceback": null, "build_version": "dev"} compreface-api | 2022-08-24 18:21:34.096 ERROR 7 --- [nio-8080-exec-3] c.e.f.c.h.ResponseExceptionHandler : Defined exception occurred compreface-api | compreface-api | com.exadel.frs.commonservice.sdk.faces.exception.FacesServiceException: Error during synchronization between servers: Read timed out executing POST http://compreface-core:3000/find_faces compreface-api | at com.exadel.frs.commonservice.sdk.faces.service.FacesRestApiClient.findFaces(FacesRestApiClient.java:34) compreface-api | at com.exadel.frs.commonservice.sdk.faces.service.FacesRestApiClient$$FastClassBySpringCGLIB$$517e8caf.invoke() compreface-api | at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) compreface-api | at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:687) compreface-api | at com.exadel.frs.commonservice.sdk.faces.service.FacesRestApiClient$$EnhancerBySpringCGLIB$$6396e7b1.findFaces() compreface-api | at com.exadel.frs.core.trainservice.service.FaceDetectionProcessServiceImpl.processImage(FaceDetectionProcessServiceImpl.java:31) compreface-api | at com.exadel.frs.core.trainservice.service.FaceDetectionProcessServiceImpl.processImage(FaceDetectionProcessServiceImpl.java:13) compreface-api | at com.exadel.frs.core.trainservice.controller.DetectionController.detect(DetectionController.java:71) compreface-api | at com.exadel.frs.core.trainservice.controller.DetectionController$$FastClassBySpringCGLIB$$6a25be2c.invoke() compreface-api | at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) compreface-api | at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771) compreface-api | at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) compreface-api | at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) compreface-api | at org.springframework.validation.beanvalidation.MethodValidationInterceptor.invoke(MethodValidationInterceptor.java:119) compreface-api | at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) compreface-api | at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) compreface-api | at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691) compreface-api | at com.exadel.frs.core.trainservice.controller.DetectionController$$EnhancerBySpringCGLIB$$2fdeb1d0.detect() compreface-api | at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) compreface-api | at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) compreface-api | at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) compreface-api | at java.base/java.lang.reflect.Method.invoke(Unknown Source) compreface-api | at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:190) compreface-api | at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:138) compreface-api | at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:105) compreface-api | at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:878) compreface-api | at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:792) compreface-api | at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87) compreface-api | at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1040) compreface-api | at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:943) compreface-api | at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1006) compreface-api | at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:909) compreface-api | at javax.servlet.http.HttpServlet.service(HttpServlet.java:652) compreface-api | at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:883) compreface-api | at javax.servlet.http.HttpServlet.service(HttpServlet.java:733) compreface-api | at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:231) compreface-api | at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) compreface-api | at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53) compreface-api | at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) compreface-api | at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) compreface-api | at com.exadel.frs.core.trainservice.filter.SecurityValidationFilter.doFilter(SecurityValidationFilter.java:124) compreface-api | at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) compreface-api | at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) compreface-api | at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100) compreface-api | at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119) compreface-api | at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) compreface-api | at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) compreface-api | at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93) compreface-api | at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119) compreface-api | at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) compreface-api | at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) compreface-api | at org.springframework.boot.actuate.metrics.web.servlet.WebMvcMetricsFilter.doFilterInternal(WebMvcMetricsFilter.java:93) compreface-api | at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119) compreface-api | at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) compreface-api | at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) compreface-api | at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201) compreface-api | at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119) compreface-api | at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) compreface-api | at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) compreface-api | at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:202) compreface-api | at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:97) compreface-api | at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:541) compreface-api | at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:143) compreface-api | at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92) compreface-api | at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:78) compreface-api | at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:343) compreface-api | at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:374) compreface-api | at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65) compreface-api | at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:868) compreface-api | at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1590) compreface-api | at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49) compreface-api | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) compreface-api | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) compreface-api | at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) compreface-api | at java.base/java.lang.Thread.run(Unknown Source) compreface-api | compreface-core | {"severity": "INFO", "message": "200 OK", "request": {"method": "POST", "path": "/find_faces", "filename": "image.jpg", "api_key": "", "remoteaddr": "172.19.0.4"}, "logger": "src.services.flask.log_response", "module": "log_response", "traceback": null, "build_version": "dev"} compreface-core | {"severity": "DEBUG", "message": "Found: BoundingBoxDTO(x_min=542, y_min=180, x_max=578, y_max=227, probability=0.9982307553291321, _np_landmarks=array([[552.3958 , 200.15486],\n [568.1419 , 200.03351],\n [559.96497, 208.13147],\n [553.7202 , 216.04768],\n [566.9772 , 215.97308]], dtype=float32))", "request": {"method": "POST", "path": "/find_faces", "filename": "image.jpg", "api_key": "", "remote_addr": "172.19.0.4"}, "logger": "src.services.facescan.plugins.insightface.insightface", "module": "insightface", "traceback": null, "build_version": "dev"} compreface-core | {"severity": "DEBUG", "message": "Found: BoundingBoxDTO(x_min=684, y_min=184, x_max=720, y_max=229, probability=0.9980582594871521, _np_landmarks=array([[694.483 , 202.91805],\n [709.8244 , 201.9573 ],\n [702.6568 , 210.69675],\n [697.0848 , 219.10707],\n [709.7928 , 218.39445]], dtype=float32))", "request": {"method": "POST", "path": "/find_faces", "filename": "image.jpg", "api_key": "", "remote_addr": "172.19.0.4"}, "logger": "src.services.facescan.plugins.insightface.insightface", "module": "insightface", "traceback": null, "build_version": "dev"} compreface-core | {"severity": "DEBUG", "message": "Found: BoundingBoxDTO(x_min=729, y_min=236, x_max=771, y_max=285, probability=0.9970695376396179, _np_landmarks=array([[740.35254, 254.3038 ],\n [759.46826, 254.19888],\n [749.25806, 263.9801 ],\n [741.90466, 273.91843],\n [757.92615, 273.82675]], dtype=float32))", "request": {"method": "POST", "path": "/find_faces", "filename": "image.jpg", "api_key": "", "remote_addr": "172.19.0.4"}, "logger": "src.services.facescan.plugins.insightface.insightface", "module": "insightface", "traceback": null, "build_version": "dev"} compreface-core | {"severity": "DEBUG", "message": "Found: BoundingBoxDTO(x_min=1113, y_min=173, x_max=1154, y_max=218, probability=0.996938943862915, _np_landmarks=array([[1123.3765 , 188.0443 ],\n [1141.9579 , 187.2667 ],\n [1131.8738 , 197.0833 ],\n [1126.1995 , 207.0496 ],\n [1141.3947 , 206.31285]], dtype=float32))", "request": {"method": "POST", "path": "/find_faces", "filename": "image.jpg", "api_key": "", "remote_addr": "172.19.0.4"}, "logger": "src.services.facescan.plugins.insightface.insightface", "module": "insightface", "traceback": null, "build_version": "dev"} compreface-core | {"severity": "DEBUG", "message": "Found: BoundingBoxDTO(x_min=753, y_min=204, x_max=787, y_max=247, probability=0.9965588450431824, _np_landmarks=array([[762.911 , 221.73761],\n [777.62714, 221.99239],\n [769.9867 , 229.77727],\n [763.9437 , 237.15956],\n [776.00836, 237.37997]], dtype=float32))", "request": {"method": "POST", "path": "/find_faces", "filename": "image.jpg", "api_key": "", "remote_addr": "172.19.0.4"}, "logger": "src.services.facescan.plugins.insightface.insightface", "module": "insightface", "traceback": null, "build_version": "dev"} compreface-core | {"severity": "DEBUG", "message": "Found: BoundingBoxDTO(x_min=1253, y_min=123, x_max=1296, y_max=171, probability=0.9957633018493652, _np_landmarks=array([[1263.3401 , 143.13103],\n [1280.8176 , 141.65906],\n [1271.4404 , 151.56453],\n [1267.0743 , 161.65108],\n [1281.198 , 160.31926]], dtype=float32))", "request": {"method": "POST", "path": "/find_faces", "filename": "image.jpg", "api_key": "", "remote_addr": "172.19.0.4"}, "logger": "src.services.facescan.plugins.insightface.insightface", "module": "insightface", "traceback": null, "build_version": "dev"} compreface-core | {"severity": "DEBUG", "message": "Found: BoundingBoxDTO(x_min=632, y_min=191, x_max=668, y_max=234, probability=0.9951582551002502, _np_landmarks=array([[642.63214, 208.51704],\n [658.5822 , 208.004 ],\n [650.3306 , 216.34518],\n [644.665 , 224.5912 ],\n [657.73706, 224.17441]], dtype=float32))", "request": {"method": "POST", "path": "/find_faces", "filename": "image.jpg", "api_key": "", "remote_addr": "172.19.0.4"}, "logger": "src.services.facescan.plugins.insightface.insightface", "module": "insightface", "traceback": null, "build_version": "dev"} compreface-core | {"severity": "DEBUG", "message": "Found: BoundingBoxDTO(x_min=400, y_min=195, x_max=434, y_max=234, probability=0.9949671626091003, _np_landmarks=array([[412.3212 , 211.54097],\n [427.54285, 211.0722 ],\n [420.4663 , 219.22737],\n [414.37912, 227.25368],\n [426.4227 , 226.97433]], dtype=float32))", "request": {"method": "POST", "path": "/find_faces", "filename": "image.jpg", "api_key": "", "remote_addr": "172.19.0.4"}, "logger": "src.services.facescan.plugins.insightface.insightface", "module": "insightface", "traceback": null, "build_version": "dev"} compreface-core | {"severity": "DEBUG", "message": "Found: BoundingBoxDTO(x_min=477, y_min=195, x_max=510, y_max=234, probability=0.9925227761268616, _np_landmarks=array([[487.95755, 211.37575],\n [503.29214, 209.82481],\n [496.87656, 218.4516 ],\n [491.49695, 226.80167],\n [503.82666, 225.66829]], dtype=float32))", "request": {"method": "POST", "path": "/find_faces", "filename": "image.jpg", "api_key": "", "remote_addr": "172.19.0.4"}, "logger": "src.services.facescan.plugins.insightface.insightface", "module": "insightface", "traceback": null, "build_version": "dev"} compreface-core | {"severity": "DEBUG", "message": "Found: BoundingBoxDTO(x_min=1192, y_min=488, x_max=1239, y_max=551, probability=0.9920601844787598, _np_landmarks=array([[1205.1414 , 514.9936 ],\n [1227.0321 , 513.7897 ],\n [1216.2147 , 526.0859 ],\n [1208.5835 , 536.67725],\n [1226.5541 , 535.75653]], dtype=float32))", "request": {"method": "POST", "path": "/find_faces", "filename": "image.jpg", "api_key": "", "remote_addr": "172.19.0.4"}, "logger": "src.services.facescan.plugins.insightface.insightface", "module": "insightface", "traceback": null, "build_version": "dev"} compreface-core | {"severity": "DEBUG", "message": "Found: BoundingBoxDTO(x_min=632, y_min=285, x_max=670, y_max=330, probability=0.9865706562995911, _np_landmarks=array([[644.1768 , 301.85168],\n [661.8735 , 301.4619 ],\n [653.16864, 310.4816 ],\n [646.196 , 320.20624],\n [660.95557, 319.9057 ]], dtype=float32))", "request": {"method": "POST", "path": "/find_faces", "filename": "image.jpg", "api_key": "", "remote_addr": "172.19.0.4"}, "logger": "src.services.facescan.plugins.insightface.insightface", "module": "insightface", "traceback": null, "build_version": "dev"} compreface-core | {"severity": "DEBUG", "message": "Found: BoundingBoxDTO(x_min=353, y_min=342, x_max=402, y_max=400, probability=0.9855674505233765, _np_landmarks=array([[367.20758, 363.24045],\n [389.6966 , 364.2281 ],\n [377.41998, 374.7863 ],\n [367.94153, 385.45193],\n [386.65662, 386.21265]], dtype=float32))", "request": {"method": "POST", "path": "/find_faces", "filename": "image.jpg", "api_key": "", "remote_addr": "172.19.0.4"}, "logger": "src.services.facescan.plugins.insightface.insightface", "module": "insightface", "traceback": null, "build_version": "dev"} compreface-core | {"severity": "DEBUG", "message": "Found: BoundingBoxDTO(x_min=1017, y_min=209, x_max=1064, y_max=267, probability=0.9819907546043396, _np_landmarks=array([[1027.87 , 235.68172],\n [1047.917 , 234.67334],\n [1036.3495 , 246.13466],\n [1030.8939 , 256.60785],\n [1047.3525 , 255.54562]], dtype=float32))", "request": {"method": "POST", "path": "/find_faces", "filename": "image.jpg", "api_key": "", "remote_addr": "172.19.0.4"}, "logger": "src.services.facescan.plugins.insightface.insightface", "module": "insightface", "traceback": null, "build_version": "dev"} compreface-core | {"severity": "DEBUG", "message": "Found: BoundingBoxDTO(x_min=495, y_min=310, x_max=544, y_max=369, probability=0.9812290668487549, _np_landmarks=array([[510.60388, 333.50217],\n [532.9859 , 332.51212],\n [522.8017 , 343.52698],\n [514.4079 , 355.7929 ],\n [532.12396, 354.94293]], dtype=float32))", "request": {"method": "POST", "path": "/find_faces", "filename": "image.jpg", "api_key": "", "remote_addr": "172.19.0.4"}, "logger": "src.services.facescan.plugins.insightface.insightface", "module": "insightface", "traceback": null, "build_version": "dev"} compreface-core | {"severity": "DEBUG", "message": "Found: BoundingBoxDTO(x_min=1278, y_min=249, x_max=1318, y_max=294, probability=0.9793682098388672, _np_landmarks=array([[1289.6984 , 265.00888],\n [1307.4305 , 265.5807 ],\n [1297.6746 , 274.30383],\n [1290.613 , 283.53253],\n [1305.4038 , 283.8783 ]], dtype=float32))", "request": {"method": "POST", "path": "/find_faces", "filename": "image.jpg", "api_key": "", "remote_addr": "172.19.0.4"}, "logger": "src.services.facescan.plugins.insightface.insightface", "module": "insightface", "traceback": null, "build_version": "dev"} compreface-core | {"severity": "DEBUG", "message": "Found: BoundingBoxDTO(x_min=461, y_min=258, x_max=501, y_max=306, probability=0.9777005314826965, _np_landmarks=array([[470.966 , 277.75574],\n [489.31235, 275.63275],\n [480.69772, 286.17303],\n [475.7749 , 296.299 ],\n [490.53326, 294.57013]], dtype=float32))", "request": {"method": "POST", "path": "/find_faces", "filename": "image.jpg", "api_key": "", "remote_addr": "172.19.0.4"}, "logger": "src.services.facescan.plugins.insightface.insightface", "module": "insightface", "traceback": null, "build_version": "dev"} compreface-core | {"severity": "DEBUG", "message": "Found: BoundingBoxDTO(x_min=65, y_min=355, x_max=108, y_max=400, probability=0.9740043878555298, _np_landmarks=array([[ 77.1266 , 369.3134 ],\n [ 96.7439 , 368.71335],\n [ 86.61824, 378.32016],\n [ 79.42474, 388.75165],\n [ 95.66868, 388.25153]], dtype=float32))", "request": {"method": "POST", "path": "/find_faces", "filename": "image.jpg", "api_key": "", "remote_addr": "172.19.0.4"}, "logger": "src.services.facescan.plugins.insightface.insightface", "module": "insightface", "traceback": null, "build_version": "dev"} compreface-core | {"severity": "DEBUG", "message": "Found: BoundingBoxDTO(x_min=1201, y_min=285, x_max=1248, y_max=346, probability=0.9697325229644775, _np_landmarks=array([[1212.0511 , 310.64676],\n [1231.1802 , 309.36563],\n [1219.5746 , 321.4438 ],\n [1215.399 , 332.78357],\n [1231.0295 , 331.52597]], dtype=float32))", "request": {"method": "POST", "path": "/find_faces", "filename": "image.jpg", "api_key": "", "remote_addr": "172.19.0.4"}, "logger": "src.services.facescan.plugins.insightface.insightface", "module": "insightface", "traceback": null, "build_version": "dev"} compreface-core | {"severity": "DEBUG", "message": "Found: BoundingBoxDTO(x_min=168, y_min=337, x_max=218, y_max=391, probability=0.9599769711494446, _np_landmarks=array([[182.25955, 357.64496],\n [203.863 , 355.37375],\n [193.59714, 365.59976],\n [186.38654, 378.25787],\n [203.74136, 376.45804]], dtype=float32))", "request": {"method": "POST", "path": "/find_faces", "filename": "image.jpg", "api_key": "", "remote_addr": "172.19.0.4"}, "logger": "src.services.facescan.plugins.insightface.insightface", "module": "insightface", "traceback": null, "build_version": "dev"} compreface-core | {"severity": "DEBUG", "message": "Found: BoundingBoxDTO(x_min=810, y_min=227, x_max=846, y_max=272, probability=0.9535071849822998, _np_landmarks=array([[819.8882 , 245.16075],\n [836.30066, 244.22833],\n [828.6162 , 253.24359],\n [822.54755, 262.6788 ],\n [835.8609 , 262.0193 ]], dtype=float32))", "request": {"method": "POST", "path": "/find_faces", "filename": "image.jpg", "api_key": "", "remote_addr": "172.19.0.4"}, "logger": "src.services.facescan.plugins.insightface.insightface", "module": "insightface", "traceback": null, "build_version": "dev"} compreface-core | {"severity": "DEBUG", "message": "Found: BoundingBoxDTO(x_min=841, y_min=249, x_max=875, y_max=297, probability=0.9343986511230469, _np_landmarks=array([[849.61926, 269.7317 ],\n [866.2649 , 269.00052],\n [858.2675 , 278.35583],\n [852.16425, 287.5043 ],\n [865.91046, 286.9357 ]], dtype=float32))", "request": {"method": "POST", "path": "/find_faces", "filename": "image.jpg", "api_key": "", "remote_addr": "172.19.0.4"}, "logger": "src.services.facescan.plugins.insightface.insightface", "module": "insightface", "traceback": null, "build_version": "dev"} compreface-core | {"severity": "DEBUG", "message": "Found: BoundingBoxDTO(x_min=1325, y_min=315, x_max=1368, y_max=364, probability=0.9289103746414185, _np_landmarks=array([[1334.2183 , 333.2313 ],\n [1351.2272 , 333.93164],\n [1339.3649 , 343.62598],\n [1335.3821 , 354.1424 ],\n [1348.9182 , 354.28998]], dtype=float32))", "request": {"method": "POST", "path": "/find_faces", "filename": "image.jpg", "api_key": "", "remote_addr": "172.19.0.4"}, "logger": "src.services.facescan.plugins.insightface.insightface", "module": "insightface", "traceback": null, "build_version": "dev"} compreface-core | {"severity": "DEBUG", "message": "Found: BoundingBoxDTO(x_min=1174, y_min=245, x_max=1221, y_max=299, probability=0.9068716168403625, _np_landmarks=array([[1189.4271 , 265.46732],\n [1210.3345 , 267.12247],\n [1198.8768 , 273.6651 ],\n [1189.7087 , 284.69824],\n [1206.0659 , 286.07227]], dtype=float32))", "request": {"method": "POST", "path": "/find_faces", "filename": "image.jpg", "api_key": "", "remote_addr": "172.19.0.4"}, "logger": "src.services.facescan.plugins.insightface.insightface", "module": "insightface", "traceback": null, "build_version": "dev"} compreface-core | {"severity": "DEBUG", "message": "Found: BoundingBoxDTO(x_min=1073, y_min=245, x_max=1113, y_max=292, probability=0.8394532203674316, _np_landmarks=array([[1082.1251 , 263.05618],\n [1098.1455 , 262.49417],\n [1088.2468 , 272.42404],\n [1084.9308 , 282.66254],\n [1097.5945 , 281.94083]], dtype=float32))", "request": {"method": "POST", "path": "/find_faces", "filename": "image.jpg", "api_key": "", "remote_addr": "172.19.0.4"}, "logger": "src.services.facescan.plugins.insightface.insightface", "module": "insightface", "traceback": null, "build_version": "dev"} compreface-core | {"severity": "INFO", "message": "200 OK", "request": {"method": "POST", "path": "/find_faces", "filename": "image.jpg", "api_key": "", "remoteaddr": "172.19.0.4"}, "logger": "src.services.flask.log_response", "module": "log_response", "traceback": null, "build_version": "dev"} compreface-core | Wed Aug 24 18:21:53 2022 - SIGPIPE: writing to a closed pipe/socket/fd (probably the client disconnected) on request /find_faces (ip 172.19.0.4) !!! compreface-core | Wed Aug 24 18:21:53 2022 - uwsgi_response_write_body_do(): Broken pipe [core/writer.c line 341] during POST /find_faces (172.19.0.4) compreface-core | OSError: write error compreface-core | {"severity": "DEBUG", "message": "Found: BoundingBoxDTO(x_min=399, y_min=89, x_max=433, y_max=130, probability=0.9992135763168335, _np_landmarks=array([[405.49902 , 105.896355],\n [419.9954 , 104.93582 ],\n [411.27655 , 114.48093 ],\n [408.4577 , 121.49468 ],\n [419.97958 , 120.6033 ]], dtype=float32))", "request": {"method": "POST", "path": "/find_faces", "filename": "image.jpg", "api_key": "", "remote_addr": "172.19.0.4"}, "logger": "src.services.facescan.plugins.insightface.insightface", "module": "insightface", "traceback": null, "build_version": "dev"} compreface-core | {"severity": "DEBUG", "message": "Found: BoundingBoxDTO(x_min=289, y_min=79, x_max=321, y_max=116, probability=0.997229278087616, _np_landmarks=array([[298.19647 , 92.77753 ],\n [313.44815 , 93.03488 ],\n [305.76315 , 100.484344],\n [299.4261 , 106.99697 ],\n [311.45493 , 107.248085]], dtype=float32))", "request": {"method": "POST", "path": "/find_faces", "filename": "image.jpg", "api_key": "", "remote_addr": "172.19.0.4"}, "logger": "src.services.facescan.plugins.insightface.insightface", "module": "insightface", "traceback": null, "build_version": "dev"} compreface-core | {"severity": "DEBUG", "message": "Found: BoundingBoxDTO(x_min=383, y_min=42, x_max=412, y_max=81, probability=0.996005117893219, _np_landmarks=array([[390.41345 , 59.771854],\n [403.6187 , 60.41713 ],\n [396.2563 , 66.59744 ],\n [391.34842 , 73.021545],\n [401.35187 , 73.43737 ]], dtype=float32))", "request": {"method": "POST", "path": "/find_faces", "filename": "image.jpg", "api_key": "", "remote_addr": "172.19.0.4"}, "logger": "src.services.facescan.plugins.insightface.insightface", "module": "insightface", "traceback": null, "build_version": "dev"} compreface-core | {"severity": "DEBUG", "message": "Found: BoundingBoxDTO(x_min=235, y_min=73, x_max=264, y_max=111, probability=0.9958146214485168, _np_landmarks=array([[244.39005 , 88.860115],\n [257.56937 , 87.755104],\n [251.99957 , 96.53341 ],\n [247.09343 , 103.32039 ],\n [257.36395 , 102.50594 ]], dtype=float32))", "request": {"method": "POST", "path": "/find_faces", "filename": "image.jpg", "api_key": "", "remote_addr": "172.19.0.4"}, "logger": "src.services.facescan.plugins.insightface.insightface", "module": "insightface", "traceback": null, "build_version": "dev"} compreface-core | {"severity": "DEBUG", "message": "Found: BoundingBoxDTO(x_min=188, y_min=92, x_max=219, y_max=128, probability=0.9949721097946167, _np_landmarks=array([[199.95096, 103.32475],\n [213.42213, 102.25678],\n [208.7915 , 110.89853],\n [202.75865, 118.72165],\n [213.26518, 118.03505]], dtype=float32))", "request": {"method": "POST", "path": "/find_faces", "filename": "image.jpg", "api_key": "", "remote_addr": "172.19.0.4"}, "logger": "src.services.facescan.plugins.insightface.insightface", "module": "insightface", "traceback": null, "build_version": "dev"} compreface-core | {"severity": "DEBUG", "message": "Found: BoundingBoxDTO(x_min=340, y_min=61, x_max=368, y_max=96, probability=0.9930828809738159, _np_landmarks=array([[346.9089 , 75.24408],\n [359.3487 , 74.71994],\n [352.92026, 80.65827],\n [348.41632, 87.50045],\n [358.76666, 87.0611 ]], dtype=float32))", "request": {"method": "POST", "path": "/find_faces", "filename": "image.jpg", "api_key": "", "remote_addr": "172.19.0.4"}, "logger": "src.services.facescan.plugins.insightface.insightface", "module": "insightface", "traceback": null, "build_version": "dev"} compreface-core | {"severity": "DEBUG", "message": "Found: BoundingBoxDTO(x_min=29, y_min=74, x_max=62, y_max=114, probability=0.9915465712547302, _np_landmarks=array([[ 39.986305, 93.078445],\n [ 54.973732, 91.72157 ],\n [ 49.04376 , 100.4765 ],\n [ 42.98585 , 106.502045],\n [ 54.90876 , 105.514885]], dtype=float32))", "request": {"method": "POST", "path": "/find_faces", "filename": "image.jpg", "api_key": "", "remote_addr": "172.19.0.4"}, "logger": "src.services.facescan.plugins.insightface.insightface", "module": "insightface", "traceback": null, "build_version": "dev"} compreface-core | {"severity": "DEBUG", "message": "Found: BoundingBoxDTO(x_min=121, y_min=149, x_max=164, y_max=205, probability=0.9902771711349487, _np_landmarks=array([[137.37958, 170.44371],\n [156.31161, 171.09259],\n [148.04237, 181.48451],\n [138.19525, 190.09392],\n [153.90073, 190.70001]], dtype=float32))", "request": {"method": "POST", "path": "/find_faces", "filename": "image.jpg", "api_key": "", "remote_addr": "172.19.0.4"}, "logger": "src.services.facescan.plugins.insightface.insightface", "module": "insightface", "traceback": null, "build_version": "dev"} compreface-core | {"severity": "DEBUG", "message": "Found: BoundingBoxDTO(x_min=479, y_min=116, x_max=520, y_max=158, probability=0.9895776510238647, _np_landmarks=array([[488.82486 , 131.38184 ],\n [506.15924 , 126.979095],\n [499.13867 , 139.5943 ],\n [495.31125 , 148.87814 ],\n [509.0762 , 145.33449 ]], dtype=float32))", "request": {"method": "POST", "path": "/find_faces", "filename": "image.jpg", "api_key": "", "remote_addr": "172.19.0.4"}, "logger": "src.services.facescan.plugins.insightface.insightface", "module": "insightface", "traceback": null, "build_version": "dev"} compreface-core | {"severity": "DEBUG", "message": "Found: BoundingBoxDTO(x_min=448, y_min=68, x_max=477, y_max=102, probability=0.9815660715103149, _np_landmarks=array([[456.2209 , 80.7606 ],\n [468.48947 , 79.429054],\n [462.59344 , 86.15122 ],\n [458.46686 , 93.62836 ],\n [468.12408 , 92.60392 ]], dtype=float32))", "request": {"method": "POST", "path": "/find_faces", "filename": "image.jpg", "api_key": "", "remote_addr": "172.19.0.4"}, "logger": "src.services.facescan.plugins.insightface.insightface", "module": "insightface", "traceback": null, "build_version": "dev"} compreface-core | {"severity": "DEBUG", "message": "Found: BoundingBoxDTO(x_min=147, y_min=73, x_max=171, y_max=103, probability=0.9475735425949097, _np_landmarks=array([[155.62926 , 83.34512 ],\n [167.00989 , 84.32534 ],\n [161.63705 , 90.21883 ],\n [156.12024 , 96.0694 ],\n [165.09749 , 96.840515]], dtype=float32))", "request": {"method": "POST", "path": "/find_faces", "filename": "image.jpg", "api_key": "", "remote_addr": "172.19.0.4"}, "logger": "src.services.facescan.plugins.insightface.insightface", "module": "insightface", "traceback": null, "build_version": "dev"} compreface-core | {"severity": "DEBUG", "message": "Found: BoundingBoxDTO(x_min=168, y_min=59, x_max=193, y_max=87, probability=0.9348134398460388, _np_landmarks=array([[176.47662 , 67.957695],\n [186.93735 , 67.75137 ],\n [182.70734 , 74.16714 ],\n [178.3757 , 79.96061 ],\n [186.52284 , 79.78234 ]], dtype=float32))", "request": {"method": "POST", "path": "/find_faces", "filename": "image.jpg", "api_key": "", "remote_addr": "172.19.0.4"}, "logger": "src.services.facescan.plugins.insightface.insightface", "module": "insightface", "traceback": null, "build_version": "dev"} compreface-core | {"severity": "DEBUG", "message": "Found: BoundingBoxDTO(x_min=107, y_min=63, x_max=142, y_max=105, probability=0.9338676333427429, _np_landmarks=array([[117.8555 , 75.320656],\n [135.03514 , 76.00181 ],\n [127.14755 , 84.91817 ],\n [118.75701 , 93.78094 ],\n [132.76479 , 94.38283 ]], dtype=float32))", "request": {"method": "POST", "path": "/find_faces", "filename": "image.jpg", "api_key": "", "remote_addr": "172.19.0.4"}, "logger": "src.services.facescan.plugins.insightface.insightface", "module": "insightface", "traceback": null, "build_version": "dev"} compreface-core | {"severity": "DEBUG", "message": "Found: BoundingBoxDTO(x_min=221, y_min=287, x_max=257, y_max=327, probability=0.8797808885574341, _np_landmarks=array([[233.55098, 300.3845 ],\n [249.80377, 299.25043],\n [243.16643, 309.5541 ],\n [236.14977, 317.75623],\n [248.72273, 317.07565]], dtype=float32))", "request": {"method": "POST", "path": "/find_faces", "filename": "image.jpg", "api_key": "", "remote_addr": "172.19.0.4"}, "logger": "src.services.facescan.plugins.insightface.insightface", "module": "insightface", "traceback": null, "build_version": "dev"} compreface-core | {"severity": "DEBUG", "message": "Found: BoundingBoxDTO(x_min=566, y_min=108, x_max=592, y_max=140, probability=0.8070314526557922, _np_landmarks=array([[580.61224 , 120.71806 ],\n [588.2201 , 120.026985],\n [587.9057 , 127.36917 ],\n [582.45233 , 133.20836 ],\n [587.7659 , 132.96603 ]], dtype=float32))", "request": {"method": "POST", "path": "/find_faces", "filename": "image.jpg", "api_key": "", "remote_addr": "172.19.0.4"}, "logger": "src.services.facescan.plugins.insightface.insightface", "module": "insightface", "traceback": null, "build_version": "dev"} compreface-ui | 2022/08/24 18:22:15 [error] 22#22: *39 upstream timed out (110: Connection timed out) while reading response header from upstream, client: 172.19.0.1, server: ui, request: "POST /api/v1/detection/detect?&face_plugins=calculator HTTP/1.1", upstream: "http://172.19.0.4:8080/api/v1/detection/detect?&face_plugins=calculator", host: "localhost:8000" compreface-ui | 172.19.0.1 - - [24/Aug/2022:18:22:15 +0000] "POST /api/v1/detection/detect?&face_plugins=calculator HTTP/1.1" 504 160 "-" "python-requests/2.25.1"
martinenkoEduard commented 2 years ago

Images are not that big. And most of them contain only one face.. And on most of them CPU usage are close to 100% on all cores....

martinenkoEduard commented 2 years ago

But there are more chances if there are several faces. I am using Python SDK, with the latest version of compre-face Winth 20gb of RAM

SubCenter-ArcFace-r100

martinenkoEduard commented 2 years ago

Log: log.txt

martinenkoEduard commented 2 years ago

There is a chance that compre face recovers after that. But sometimes it just returns error, and need to be restarted.

martinenkoEduard commented 2 years ago

The most annoying thing that in requires a restart to fix it. The model keeps at 100% CPU usage.

martinenkoEduard commented 2 years ago

This is right after one of those group faces. But it still kept working, but consumes almost 100% of cpu 111

martinenkoEduard commented 2 years ago

But sometimes it just hangs.. And keep 100% cpu usage.

martinenkoEduard commented 2 years ago

After restart - docker compose down i see this 3232

pospielov commented 2 years ago

../src/nnvm/legacy_json_util.cc:203: Warning: loading symbol saved by MXNet version 20000 with lower version of MXNet v10900. May cause undefined behavior. Please update MXNet if you encounter any issue

This is a warning, not an error.

compreface-core | Wed Aug 24 18:42:37 2022 - SIGPIPE: writing to a closed pipe/socket/fd (probably the client disconnected) on request /find_faces (ip 172.20.0.4) !!! compreface-core | Wed Aug 24 18:42:37 2022 - uwsgi_response_write_body_do(): Broken pipe [core/writer.c line 341] during POST /find_faces (172.20.0.4) compreface-core | OSError: write error

This uwsgi exception says that the client closed the connection on timeout.

So my guess - is that recognition hangs because, for some reason. And sometimes the reason disappears and sometimes not. https://github.com/exadel-inc/CompreFace/discussions/877 here, you mentioned that it reproduces when you send cropped faces. Is it reproducible every time?

martinenkoEduard commented 2 years ago

Not every time.. Just sometimes..