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

Task Description is missing on the task page while available via /guide #7470

Closed
2 tasks done
mickaeltardy opened this issue Feb 10, 2024 · 5 comments
Closed
2 tasks done
Labels
enhancement New feature or request

Comments

@mickaeltardy
Copy link

Actions before raising this issue

  • I searched the existing issues and did not find anything similar.
  • I read/searched the docs

Is your feature request related to a problem? Please describe.

Having task description is a nice to have feature that I spotted in the cloud version of CVAT 2.10 (it might have been available before). This feature is not disclosed in the docs
https://opencv.github.io/cvat/docs/manual/basics/task-details/

Unfortunately, the community on-prem version has a slightly different behavior: the task description is not available from the task page, while one can open the editing interface via /guide endpoint.

This is confusing. Obviously it would be great having this feature available.

Describe the solution you'd like

It would be useful accessing and seing the descriptions through the web interface.

Getting them via CLI is relevant as well.

Describe alternatives you've considered

No response

Additional context

On cloud (at the time of writing)

Server version: 2.10.2
Core version: 14.1.0
Canvas version: 2.19.1
UI version: 1.61.3

On prem

Server version: 2.10.3
Core version: 14.1.1
Canvas version: 2.19.1
UI version: 1.61.4

@mickaeltardy mickaeltardy added the enhancement New feature or request label Feb 10, 2024
@mickaeltardy
Copy link
Author

Few more details

The data submitted via /guide UI successfully land in the engine_annotationguide table. However, there is no other option other than using API to get it
https://opencv.github.io/cvat/docs/api_sdk/sdk/reference/apis/guides-api/

@bsekachev
Copy link
Member

There are not any restrictions of this feature in open source solution.
It is available, please, re-check.

@mickaeltardy
Copy link
Author

No restriction would be the expected behaviour.

Unfortunately this is not the case: double-checked, please see the screenshots

  • The Task description button is available in the cloud version
cvat-cloud-task-description
  • There is no task decription in Task interface
cvat-on-prem-no-task-description
  • The guide endpoint is still available
cvat-on-prem-task-description-guide

@bsekachev
Copy link
Member

I see. The same scheme as with labels.

If a task in a project, setup guide on the project page.
If a task not in a project, setup guide on the task page.

@mickaeltardy
Copy link
Author

Ok. Understood. Thanks.
I would like to be able to customize the description task-wise. Any thoughts of that being useful?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants