cvat-ai / cvat

Annotate better with CVAT, the industry-leading data engine for machine learning. Used and trusted by teams at any scale, for data of any scale.
https://cvat.ai
MIT License
12.2k stars 2.95k forks source link

Error while using Person Reidentification #3189

Open afonseca18 opened 3 years ago

afonseca18 commented 3 years ago

My actions before raising this issue

Current Behaviour

I have used this before and it was working fine. The reidentification starts on cvat.org but after a while the following error occurs:

Error: Inference status for the task ##### is failed. requests.exceptions.HTTPError: 408 Client Error: Request Timeout for url: http://nuclio:8070/api/function_invocations

Selection_083

Steps to Reproduce (for bugs)

In order to reproduce this bug, just create a task on cvat.org and try to use the model "Person Reidentification".

afonseca18 commented 3 years ago

A quick update on this issue: it seems that it is related to the Maximum distance value. First, when using 500 to 20 different person IDs, it did not work: When reduced to 250 worked fine. I also tried with seven different person IDs, and maximum distance = 500, and it worked fine.