-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
improved documentation for component 'Semi-automatic and automatic an… #2273
Conversation
@yanmu2017 Thank you for the contribution! Could you fix a couple of minor comments and fix the linter issues? |
- [Run Nuclio dashboard with](https://github.com/nuclio/nuclio) | ||
|
||
```bash | ||
docker run -p 8070:8070 -v /var/run/docker.sock:/var/run/docker.sock -v /tmp:/tmp --name nuclio-dashboard quay.io/nuclio/dashboard:stable-amd64 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think it's unnecessary step, it's already configured here https://github.com/openvinotoolkit/cvat/blob/develop/components/serverless/docker-compose.serverless.yml#L4-L20
Note: | ||
- see [deploy.sh](/serverless/deploy.sh) script for more examples. | ||
- As an example, if you use `nuctl-1.4.18-linux-amd64` in the CVAT root directory, | ||
you need to change the `nuctl` in the above commands to `.nuctl-1.4.18-linux-amd64`. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
you need to change the `nuctl` in the above commands to `.nuctl-1.4.18-linux-amd64`. | |
you need to change the `nuctl` in the above commands to `nuctl-1.4.18-linux-amd64`. |
Note: | ||
- see [deploy.sh](/serverless/deploy.sh) script for more examples. | ||
- As an example, if you use `nuctl-1.4.18-linux-amd64` in the CVAT root directory, | ||
you need to change the `nuctl` in the above commands to `.nuctl-1.4.18-linux-amd64`. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Probably a better approach is to rename nuclt-* to nuctl or make a soft link ln nuctl-1.4.18-linux-amd64 nuctl
No reply from the contributor. I will close the PR. |
notes...
Motivation and context
I found some missing steps in the documentation of "Semi-automatic and automatic annotation".
As suggested by @azhavoro in issue isse 2245,
I prepared this PR.
How has this been tested?
I followed the steps in the new documentation on three machines and they all work.
Checklist
develop
branchcvat-core, cvat-data and cvat-ui)
License
Feel free to contact the maintainers if that's a concern.