-
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
UI support cloud storage #3372
UI support cloud storage #3372
Conversation
Surely this can be accomplished by filtering using the corresponding SDK, but manually specifying the required manifests was discussed in the last demo of the solution.
I'm not really sure about this, I'll check |
|
@@ -195,7 +195,6 @@ export default function CreateCloudStorageForm(props: Props): JSX.Element { | |||
|
|||
if (cloudStorage) { | |||
cloudStorageData.id = cloudStorage.id; | |||
// TODO: it may be coincide with the real account name |
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.
This was my delusion. I checked the documentation and the fake data cannot coincide with the real ones because in real ones lowercase letters can only be used.
@Marishka17 , probably an item to investigate after the PR is merged. A list of storages (I have only one) is loading longer than list of tasks (~10 tasks). |
I think it might be related to getting storage status. I added making "dynamic" loading to do for the future, but for this, I would like to consult with @bsekachev (by the way, I implemented this at the beginning, but it was not entirely correct), so I corrected this moment and did it by analogy with loading previews. Therefore, the customer sees the |
@aschernov Hi, could I ask you to add documentation for this feature? |
@Marishka17 , sure. We'll update the documentation |
Thanks. Could you please create a issue?
For this functionality can be used only dataset with images |
Motivation and context
Dependent on PR
Dependent on PR
Related issue: #863
How has this been tested?
TODOs
Checklist
develop
branchcvat-core, cvat-data and cvat-ui)
License
Feel free to contact the maintainers if that's a concern.