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

Visibility not work! #606

Open
wenbo0117 opened this issue Jun 13, 2023 · 6 comments
Open

Visibility not work! #606

wenbo0117 opened this issue Jun 13, 2023 · 6 comments

Comments

@wenbo0117
Copy link

When I set this dot as invisible on the previous image, and switch to the next image, then switch back, the dot becomes visible again.

@SixK
Copy link

SixK commented Jun 13, 2023

What do you mean by dot and invisible ( invisible = click on eye button ? ) ?

@wenbo0117
Copy link
Author

not labeled
labeled not visible
labeled visible

I am marking the key points of the human body.Sometimes, the keypoint is set labeled not visible,when coming back from the next picture,The keypoint becomes labeled visible.Good times and bad.

@SixK
Copy link

SixK commented Jun 13, 2023

OK, it's more clear, I think the visibility option is not saved on keypoint or even if it's saved, it not read then from database.

@dorakementzey
Copy link

I have the same (similar) issue, I create a keypoint, set it to "labeled not visible".
Then, after placing the point and hovering over it, it shows "labeled visible" for all points.

@SixK
Copy link

SixK commented Jun 26, 2023

Played a bit tonight with Keypoints and official coco-annotator.
I can confirm, creating new keypoint with "label not visible" let it marked "label visible".
If you double click the keypoint and change value to "label not visible", then it stay to "label not visible" state.
Contrary to what I previously said, keypoint value seem's saved and read.

I have a doubt on this file:
coco-annotator/client/src/components/PanelInputDropdown.vue

Line 40 :
this.$emit("update", this.localValue);

I would try this line instead :
this.$emit("input", this.localValue);

@dorakementzey
Copy link

I can also label the keypoints now, my issue was likely due to incorrect setup, i had separate categories for all the keypoints, which did not stay labeled, however after adding a single person class and keypoints inside that, the issue no longer persists

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

No branches or pull requests

3 participants