-
Notifications
You must be signed in to change notification settings - Fork 19
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
gui for dataset creation and annotation export #130
Comments
Hi @AllenDun, setting up a local directory as a database is straightforward. You can find step-by-step instructions in our documentation. |
Hi, @imhuwq thanks for your reply. Yes, it can be found in the documentation for how to set up a local directory as a database, to use python code, and I tried. There is also a GUI way to export annotations, but it is for quick mode not for Collaborative Mode of annotation. It was not so straightforward for collaborative mode to create a unlabeled dataset and export the annotation result since I tried. Anything I missed? I installed the dds with pypi. |
Hi @AllenDun, I apologize for the confusion earlier regarding exporting datasets and annotations; currently, we only support exporting annotations to datasets. |
DDS is a tool for Visualization, Annotation, and Model Analysis, which is good. But for a complete loop, we usually upload a image directory, do labeling, do visualization or analysis, and export the final correct annotations for model training. This process sometimes is done by people without code experiences. |
I'll discuss this feature with my team and will inform you as soon as we reach a decision. |
Hi @AllenDun, great news! We've decided to go ahead with the feature of exporting datasets to local files. We'd love to get your input on what you're expecting and any specific requirements you have in mind. |
glad to hear that. for the data format, at least support COCO format. These days, I continued to try DDS, it seems that intelligent interactive annotation only work for rectangle label with iVP for the local version now. In the doc, it says the feature is not available in the local version. Intelligent annotation is one of the most import feature for many new annotation tools, e.g., X-AnyLabeling, anylabeling, even cvat. It would be great if DDS could release the feature for local version. |
Hi @AllenDun, thank you for your invaluable feedback.
|
for the Collaborative Mode of annotation, is there a simple way to create a unlabeled dataset from a local directory and then export the annotations, not use the python code in the terminal ?
The text was updated successfully, but these errors were encountered: