-
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
Feature request: get objects after they have been created #1486
Comments
In your example you pass Calling of |
Thanks a lot! I created a new reducer on |
Theoretically you can get the latest data from the redux storage after Update: |
How could I retrieve the points I just added? @bsekachev |
Hmm.. |
With the PR above you can do something like:
|
I see. This requires fewer changes than I was doing. I assume it should be I will add that piece of code until the PR is merged, thanks! |
Sure. |
My actions before raising this issue
I am trying to create a set of points and group them using the reducers
createAnnotationsAsync
andgroupAnnotationsAsync
in the following way:When executing
groupAnnotationsAsync
the following error is displayed:I have tried setting a timeout before grouping takes place but the same error appears.
The grouping tool works well when I do it by hand.
Expected Behaviour
It should group the points and do not throw any errors.
Current Behaviour
An error is thrown and no grouping occurs.
Possible Solution
I think it should be a bug on the
cavt-core
API that is causing this. But I can't be sure.Steps to Reproduce (for bugs)
The code is already shown.
Context
I am trying to develop a way to annotate human pose using keypoints. Right now the approach can lead to pitfalls because you are not forced or encouraged to use correct labels in your annotation process. For now, I just want to programmatically add this points and group them in order to have a template for the human figure.
Eventually, I would like to add a template designer and create a model on the backend side.
It will be good to create a new shape that assembles these graph structures as well.
Your Environment
git log -1
): 81a13cbdocker version
(e.g. Docker 17.0.05): Not using docker for the development environment but,18.09.5
uname -srvo
:Linux 4.15.0-74-generic #84-Ubuntu SMP Thu Dec 19 08:06:28 UTC 2019 GNU/Linux
Next steps
I already asked this question on Gitter
The text was updated successfully, but these errors were encountered: