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

improved documentation for component 'Semi-automatic and automatic an… #2273

Closed
wants to merge 1 commit into from

Conversation

yanmu2017
Copy link

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

License

  • [x ] I submit my code changes under the same MIT License that covers the project.
    Feel free to contact the maintainers if that's a concern.
  • I have updated the license header for each file (see an example below)
# Copyright (C) 2020 Intel Corporation
#
# SPDX-License-Identifier: MIT

@coveralls
Copy link

Coverage Status

Coverage remained the same at 65.32% when pulling daa75c8 on yanmu2017:develop into 10964b9 on openvinotoolkit:develop.

@azhavoro
Copy link
Contributor

azhavoro commented Oct 9, 2020

@yanmu2017 Thank you for the contribution!

Could you fix a couple of minor comments and fix the linter issues?
https://app.codacy.com/manual/cvat/cvat/pullRequest?prid=6300831

- [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
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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`.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
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`.
Copy link
Contributor

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

@nmanovic
Copy link
Contributor

No reply from the contributor. I will close the PR.

@nmanovic nmanovic closed this Oct 14, 2020
@jahaniam jahaniam mentioned this pull request Dec 9, 2020
8 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants