You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
run code provide by the docs replacing necessary fields
Expected Behaviour
Automatic annotation should begin with model provided
Current Behaviour
When running the code provided by the docs this error appears Traceback (most recent call last): File "/pathtofile/annotate.py", line 18, in <module> function_call_request = FunctionCallRequest( NameError: name 'FunctionCallRequest' is not defined
Possible Solution
cvat_sdk should have the model FunctionCallRequest api_client.lambda_api.create_requests() should take FunctionCallRequest as input
Your Environment
cvat_sdk==2.4.7
Windows
The text was updated successfully, but these errors were encountered:
Hi, probably, you're reading the development version docs, as the API definitions for lambda were introduced in #6276, which has not been included in any release yet. If you're actually using the development version, you can build SDK for your version manually.
My actions before raising this issue
Steps to Reproduce (for bugs)
pip install cvat-sdk
Expected Behaviour
Automatic annotation should begin with model provided
Current Behaviour
When running the code provided by the docs this error appears
Traceback (most recent call last): File "/pathtofile/annotate.py", line 18, in <module> function_call_request = FunctionCallRequest( NameError: name 'FunctionCallRequest' is not defined
Possible Solution
cvat_sdk should have the model FunctionCallRequest
api_client.lambda_api.create_requests()
should take FunctionCallRequest as inputYour Environment
The text was updated successfully, but these errors were encountered: