-
Notifications
You must be signed in to change notification settings - Fork 3.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Too many frames have rectangles when using a Tracker #3796
Comments
Hi @AmitN1212 Tracking was completely redesigned. Please, update your version. |
Thank you. I just installed the last version of CVAT. However, the tracker is not working right now, I get an error about an internal error. Do you know what is the problem? |
Probably you need to redeploy serverless function, because its API has been changed |
I redployed it. I am still getting the same error. I am using the built in foolwood model, with the instructions that are here |
@AmitN1212 Try to delete the function with |
Still not working. I tried to debug the code and it seems that in this block:
Shapes is None so it does not work. If it is fine, what else can I try? |
If |
What do you mean? I took the function from CVAT repo. How can I see the output of the container? |
|
Any updates? |
It says that I don't have a container called nuclio-dashboard |
Just run it:
|
Thank you. I probably had some problems with my photos type. However, I had problems with all the images types in the release version. Currently, I am using the development environment version. |
Hi, I am trying to use the built in tracker model (pytorch foolwood siamask). It works well but the problem is that even when I set the tracking frame number, it keeps putting rectangles inside the remaining frames. Is there any way to solve it?
Thank you.
The text was updated successfully, but these errors were encountered: