bonn-activity-maps / bam_annotation_tool

Bonn Activity Maps annotation tool
4 stars 1 forks source link

Import: Load Poses in Posetrack #288

Closed dari1495 closed 4 years ago

dari1495 commented 4 years ago

Just as in AIK, @anDoer wants to download the data (see #264 ) and use it to estimate poses, then upload it. A note:

jutanke commented 4 years ago

I think this has to be decided by @anDoer

anDoer commented 4 years ago

I think this should be possible, but we definitely need to encode additional information. Otherwise it becomes tricky.

dari1495 commented 4 years ago

Format will be the same as usual posetrack format, with the information in the "keypoints" argument

dari1495 commented 4 years ago

https://drive.google.com/file/d/1b02bGa6tIH6OuBkxZSvnKcdkwg0KZF9x/view?usp=sharing

dari1495 commented 4 years ago

~BUG: Values 1.0 and 0.0 are removed automatically from the keypoints array when received in the frontend. Somewhere in the JSON message they are eliminated.~

dari1495 commented 4 years ago

Resolved. Only completing frontend missing.

dari1495 commented 4 years ago

Completed backend. Frontend continues in #371