We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
installation_automatic_annotation guide needs to update to reflect the path change
Follow the guide and load dextr model into cvat
nuctl complaints it can't find Python exe if I strictly follow the steps in guideline
Instead of running
nuctl deploy --project-name cvat \ --path serverless/openvino/dextr/nuclio \ --volume `pwd`/serverless/openvino/common:/opt/nuclio/common \ --platform local
run
nuctl deploy --project-name cvat \ --path serverless/openvino/dextr/nuclio \ --volume `pwd`/serverless/common:/opt/nuclio/common \ --platform local
The text was updated successfully, but these errors were encountered:
@waterfall414 , thanks for the report. Do you think you can send us a PR with the fix inside documentation?
Sorry, something went wrong.
@nmanovic, no problem. Just created one in #2847
Fix auto annotation doc ##2843 (#2847)
45a0530
Co-authored-by: Nikita Manovich <nikita.manovich@intel.com> Co-authored-by: hustfyb <hustfyb@gmail.com> Co-authored-by: Mingxin Zheng <Mingxin.Zheng@Philips.com>
No branches or pull requests
My actions before raising this issue
installation_automatic_annotation guide needs to update to reflect the path change
Expected Behaviour
Follow the guide and load dextr model into cvat
Current Behaviour
nuctl complaints it can't find Python exe if I strictly follow the steps in guideline
Possible Solution
Instead of running
run
The text was updated successfully, but these errors were encountered: