coco-annotator icon indicating copy to clipboard operation
coco-annotator copied to clipboard

ADDING KEYPOINTS FAILS EVERYTIME!!!!!!!!!

Open sree3333 opened this issue 2 years ago • 1 comments

Cannot update keypoints in category

sree3333 avatar Jun 23 '23 12:06 sree3333

Hi,

Can you explain how to reproduce your problem ? Can you report error you encounter ? Do you use official coco-annotator ?

Playing with Keypoints on official coco-annotator, I can get : TypeError: this.currentAnnotation is null onKeypointsComplete Annotator.vue:652

Problem seem's to happen only when all defined keypoints has been created. Otherwise keypoints handling seem's to be stable.

Maybe this could be fixed using something like nextTick() vue function near error line, but I'm not sure.

SixK avatar Jun 26 '23 21:06 SixK