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

I imported a dataset to ground_truth but a new label is not added[BUG] #4148

Open
ragahdtareg opened this issue Mar 10, 2024 · 2 comments
Open
Labels
bug Bug fixes

Comments

@ragahdtareg
Copy link

ragahdtareg commented Mar 10, 2024

Describe the problem

I have added a new dataset to the ground_truth that already has a data before but with a new class, after i added it from CVAT the new class is not added with the labels. Is there anywhere I can add the labels manually or what should I do?

@ragahdtareg ragahdtareg added the bug Bug fixes label Mar 10, 2024
@mmoollllee
Copy link

I'm experiencing the same issue.

I have created an annotation job like this

view.annotate(
    anno_key,
    label_field="predictions",
    classes=[
                    "a",
                    "b",
                    "c",
                ],
    segment_size=25
)

In CVAT I added class "d" but after loading annotations back into FiftyOne, class "d" is not showing up (all the others do).

@mmoollllee
Copy link

Just noticed this is a duplicate to #3768

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Bug fixes
Projects
None yet
Development

No branches or pull requests

2 participants