Densepose with keypoint detection #5100
Unanswered
benihime91
asked this question in
Q&A
Replies: 1 comment 1 reply
-
I am using |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I want to train a model that does both
keypoint detection
anddensepose cse
. I far I have tried adding the following to the densepose config.While the model trains i have noticed that the loss for keypoint is very high. This is what i am getting after 20k iterations -
loss_cls: 0.1545 loss_box_reg: 0.1527 loss_keypoint: 6.79 loss_densepose_U: 0.4611 loss_densepose_V: 0.3841 loss_densepose_I: 1.776 loss_densepose_S: 1.79 loss_rpn_cls: 0.08757 loss_rpn_loc: 0.08099 time: 2.3350 last_time: 2.6769 data_time: 0.0619 last_data_time: 0.0984 lr: 0.00098672
. Is this to be expected ? If not can I get some guidance here on how to achive the task ?Beta Was this translation helpful? Give feedback.
All reactions