How to get densepose outputs based on given bounding boxes? #2738
Unanswered
haozheng-yu
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
In detectron, we can input images and bounding boxes and get the densepose outputs based on given bounding boxes:
https://github.com/facebookresearch/DensePose/blob/8c9a6de450e43f1a564f60ddd15886edc43f1ed1/tools/infer_simple.py#L108
Are we able to do that in detectron2?
Beta Was this translation helpful? Give feedback.
All reactions