-
Notifications
You must be signed in to change notification settings - Fork 3k
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
Automatic annotation YOLO error #2747
Comments
I have same problem for all automatic segmentation models |
I was not able to reproduce the issue on both my local setup & cvat.org. Could you please provide more details? Task labels, images, nuclio response, etc. More details -> more chances to reproduce and fix. |
Hi
|
All models working in Firefox, but chrome is not |
I get the same error in Firefox and Chrome. |
Hi, @whiteocean016 Sorry for delay.
and your image, but I still was not able to reproduce the bug. As you can see on the screenshot, from server I get only "person" labels, no any "suitcase" (because actually these labels are expected to be filtered by server since they are not in the task). I do get them from the serverless function BTW, what is expected. The error: Also I would be interested in request payload. All these data can be found in chrome dev tools on Network tab. For example in my case I see followings: |
Hi @bsekachev Np, thanks a lot for helping. |
Hmm.. not exactly. I see request payload is the same, but the response is different. Let me know one more thing, is the task created within a project? |
Aha you are right about the labels, I totally missed that. Yes the task was created within a project. |
So, finally I was able to reproduce the issue and glad to say that it has been already fixed in #2725. Also one more PR has been recently submitted #2780 to fix quite serious usability issue with AI Tools #2753 and I would recommend you to wait it to be merged (I hope we will do it tomorrow). @AlexandrMoruk FYI I'll close the issue, but if you still have questions, please ask. |
I solved this problem. |
My actions before raising this issue
Expected Behaviour
Using Yolo-v3 AI tool should give the detected bboxes as annotations in CVAT.
Current Behaviour
After clicking "Annotate" I get this error in the CVAT UI:
Possible Solution
Possibly CVAT error in handling the response from nuclio?
Steps to Reproduce (for bugs)
Context
I am trying to use Yolo-v3 via nuclio for automatic annotation of videos. I followed the instructions for setting up
automatic annotation. Confirmed that the Yolo nuclio function is working by using advice from this issue: #2641 (comment)
In addition to this the automatic annotation for the whole video (job) also doesn't work. It shows the progress bar and finishes
without errors, but then there are no annotations made.
Your Environment
The text was updated successfully, but these errors were encountered: