-
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
AI tools Interactors no polygon output #4432
Comments
Thanks for the report. Looks like something is wrong also with FBRS interactor. |
in cvat/apps/lambda_manager/views.py class LambdaFunction:
...
def invoke(self, db_task, data):
...
response = self.gateway.invoke(self, payload)
response_filtered = []
...
if self.kind == LambdaType.DETECTOR:
...
response_filtered.append(item)
return response_filtered In this case, if it is not a detector, [ ] is returned. |
@hyunchan123 , thanks for the investigation. It looks like it is a regression after recent changes in the area. Will you be able to help us and send a PR? |
@nmanovic Do you have any indication of how it will take for the fix to be released? Can I expect this to be today/tomorrow, or will this take more time. In that case I might have to downgrade. |
FYI, to make the fix work until it is released, I think one has to run (as stated in https://openvinotoolkit.github.io/cvat/docs/administration/basics/installation/) docker-compose -f docker-compose.yml -f docker-compose.dev.yml build |
Thanks! It took me some time to figure this out, but just a few hours ago I indeed found that I needed to rebuild from local source code using |
I found that I also needed to set up auto annotation as shown here. After registering with nuclio I got DEXTR and YOLO to work, and I presume it would be similar for other auto-annotation models. |
Hi all, I'm still seeing this issue with f-BRS - even after following above steps. I can confirm that I even see an output from the call to the f-BRS function in browser, but no polygon is created. |
Are the AI tool interactors disabled on the demo site? Having trouble using DEXTR specifically, after marking points no polygon is generated in any case. This issue is on the demo site and my install for me.
The text was updated successfully, but these errors were encountered: