Skip to content
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

installation_automatic_annotation.md guide needs to update to reflect the path change in develop branch #2843

Closed
2 tasks done
Tracked by #3440
mingxin-zheng opened this issue Feb 20, 2021 · 2 comments
Labels
bug Something isn't working documentation Documentation should be updated

Comments

@mingxin-zheng
Copy link
Contributor

mingxin-zheng commented Feb 20, 2021

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

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
@nmanovic
Copy link
Contributor

@waterfall414 , thanks for the report. Do you think you can send us a PR with the fix inside documentation?

@nmanovic nmanovic added bug Something isn't working documentation Documentation should be updated labels Feb 21, 2021
@nmanovic nmanovic added this to the 1.3.0-alpha milestone Feb 21, 2021
@mingxin-zheng
Copy link
Contributor Author

@nmanovic, no problem. Just created one in #2847

nmanovic pushed a commit that referenced this issue Feb 26, 2021
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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working documentation Documentation should be updated
Projects
None yet
Development

No branches or pull requests

2 participants