-
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
Tutorial about serverless functions #3124
Conversation
Co-authored-by: Roman Donchenko <[email protected]>
Co-authored-by: Roman Donchenko <[email protected]>
…vat into nm/serverless_tutorial
Co-authored-by: Roman Donchenko <[email protected]>
…vat into nm/serverless_tutorial
When it will be ready???. I need tutorial |
I tried use onepanel, but it is not suitable for windows |
with openvino not worked)))))))))))))))) |
Do we have another way to add our own trained model for auto annotation???? |
Co-authored-by: Roman Donchenko <[email protected]>
…vat into nm/serverless_tutorial
I encountered a problem when running
There was a problem with the deployment of models
May be worth adding information that Windows 10 users are better off deploying models through ubuntu, or adding this information to section "Troubleshooting"? |
Thanks for these instructions. I will add the information into the tutorial. |
@dmitriikhurtin , could you please help me to understand the issue? In the PR I see a couple of errors from pylint linter. For example, {
"type": "error",
"module": "main",
"obj": "init_context",
"line": 19,
"column": 12,
"path": "serverless/openvino/omz/intel/semantic-segmentation-adas-0001/nuclio/main.py",
"symbol": "too-many-function-args",
"message": "Too many positional arguments for constructor call",
"message-id": "E1121"
} If I check the file locally, the linter doesn't complain. How should I run the linter locally to reproduce the problem? $ echo "Pylint version: "`pylint --version | head -1`
Pylint version: pylint 2.7.0
$ echo "The files will be checked: "`echo ${changed_files_pylint}`
The files will be checked: /home/nmanovic/Workspace/cvat/serverless/openvino/omz/intel/semantic-segmentation-adas-0001/nuclio/main.py
$ pylint --verbose ${changed_files_pylint} --output-format json
Using config file /home/nmanovic/Workspace/cvat/.pylintrc
[] |
Fixed #2926
Fixed #2270
Fixed #2259
Fixed #2185
Motivation and context
Users and customers have problems with running automatic and semi-automatic annotation in CVAT using serverless function. They don't know how to integrate own DL models. The tutorial answers on many typical questions which I saw as github issues or requests in gitter.
How has this been tested?
nm/serverless_tutorial
site
directoryhugo server -D
commandhttp://localhost:1313/docs/manual/advanced/serverless-tutorial/
pageChecklist
develop
branchcvat-core, cvat-data and cvat-ui)
License
Feel free to contact the maintainers if that's a concern.