-
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
No default attributes in dumped annotation #601
Comments
Hi @sbanori, I can reproduce this behaviour only if I uploaded (via 'upload annotation' button on dashboard view) annotation that doesn't contain a attribute values. After that a dumped annotation will have attributes only for a changed objects. Does it look like on you scenario? |
Hello @azhavoro , no it doesn't look exactly like this. I don't use "upload annotation" functionality in this case. |
Ok, it's very strange...
|
I know why wee see another effects :) But first, here is json from your steps:
And it work properly when I did it like you said. Default attributes are in the xml file and it works without bug. I made some tests and know I see when is this bug. It's when I use AutoAnnotation. And here we have a file which is annotataed in both ways in one task. These without attributes, are from AutoAnnotation, and these from handAnnotation ale with attributes:
|
@sbanori Got it, thanks for help! We'll fix this issue. |
Hello,
I have a little problem after dump annotation. But first... My labels look this like:
Label_1 @Number=Shelf_ID:1,10,1 @checkbox=Face:true @Number=Order_on_shelf:1,50,1
Label_2 @Number=Shelf_ID:1,10,1 @checkbox=Face:true @Number=Order_on_shelf:1,50,1
Label_3 @Number=Shelf_ID:1,10,1 @checkbox=Face:true @Number=Order_on_shelf:1,50,1
Label_4 @Number=Shelf_ID:1,10,1 @checkbox=Face:true @Number=Order_on_shelf:1,50,1
Label_5 @Number=Shelf_ID:1,10,1 @checkbox=Face:true @Number=Order_on_shelf:1,50,1
On annotated photo we see a rack in the shop with few shelfs. We use attributes to count on which shelf and on which place on shelf is annotated product. Of course on every photo we don't need to change attributes for only one product (this product which have posistion on first shelf and on the first position on shelf) so it means that default attributes are good for him.
And here we have a problem because if we won't do anything with any attribute on this instance of label, after dump annotation, in xml file we can see only his name but with no values of attributes like below:
When I will change any attribute on this instance for example:
Then everything is OK, instance was "touched" so we can see his default values, but only because I changed them for a moment. After dump anotation we see now correct values.:
EDIT: Or maybe this is normal funcionality in CVAT, which means that no changes on default values of attributes aren't copied on every line of unchanged instance of objects.
The text was updated successfully, but these errors were encountered: