-
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
Simple Review Pipeline (Server) #2338
Conversation
88330da
to
b29c775
Compare
May I know when this feature will be available? |
You can try the feature building cvat from the branch |
@bsekachev , let's discuss REST API design principles which are described in the PR: #2427. I will vote to finalize them and use in the PR.
|
Actually it was auto generated with
Do not we need to have review summary feature on UI? I explained why we should not perform this logic client-side requesting all the reviews above. Or do you believe it doesn't matter? Will try to fix others. |
Need to have only PATCH in the case. Please find a workaround. I believe in the past I already did something similar. Probably you can list which methods are supported by a view. |
Updated, new list of methods in description. |
HI, when this feature will be available |
@nmanovic Can we merge the PR? |
@bsekachev , I will do that today if I don't see any other issues. |
Hi @bsekachev , If we consider the above image as the UI for reviewing. The reviewer will go through the image in case they find any issues in an image they will mark the issue and reject the whole job. This might be fine when only one person is reviewing a part of the data (referred as a |
Motivation and context
The pull request introduces simple validation pipeline to annotations quality control and some basic features for that
New REST API endpoints:
DELETE
/api/v1/reviews/<review_id>
POST
/api/v1/reviews
DELETE
/api/v1/issues/<issue_id>
GET
/api/v1/issues/<issue_id>/comments
PATCH
/api/v1/issues/<issue_id>
POST
/api/v1/comments
PATCH
/api/v1/comments/<comment_id>
DELETE
/api/v1/comments/<comment_id>
GET
/api/v1/jobs/<job_id>/issues
GET
/api/v1/jobs/<job_id>/reviews
How has this been tested?
Not tested yet
Checklist
develop
branchcvat-core, cvat-data and cvat-ui)
License
Feel free to contact the maintainers if that's a concern.