-
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
Add documentation for auto-annnotation in SDK/CLI #6611
Conversation
b6f6b67
to
3ef5be4
Compare
For example: | ||
|
||
```python | ||
import cvat_sdk.auto_annotation as cvataa | ||
|
||
spec = cvataa.DetectionFunctionSpec(...) | ||
|
||
def detect(context, image): | ||
... | ||
``` |
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, it will be better to add a direct link to the full example from the SDK page and a specific command to use YOLO v8 example.
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, it will be better to add a direct link to the full example from the SDK page
That example can't be used with the CLI, because it implements the function as a class rather than as a module.
and a specific command to use YOLO v8 example.
I did list such a command. It's directly below this code block...
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 did list such a command. It's directly below this code block...
Sorry, I missed that.
Documentation for cvat-ai#6483.
Motivation and context
Documentation for #6483.
How has this been tested?
Checklist
develop
branch[ ] I have added a description of my changes into the CHANGELOG file[ ] I have added tests to cover my changes[ ] I have increased versions of npm packages if it is necessary(cvat-canvas,
cvat-core,
cvat-data and
cvat-ui)
License
[ ] 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.