Skip to content

Can't figure out how to cull low-scoring skeletons #991

Answered by roomrys
olinesn asked this question in Help!
Discussion options

You must be logged in to vote

Hi @olinesn,

There is an indirect way of filtering instances with a low score using the --peak_threshold argument (default: 0.2). This will determine whether to consider a proposed body part location valid based on the node score (not the score of the entire instance - which is the average of all the node scores). Setting a higher peak_threshold will yield less predicted nodes, but the nodes that are returned will have a higher score. We should just have a command line option to delete the instances based on score (i.e. what the user sees).

The pre_cull_iou_threshold and clean_iou_threshold arguments cull instances based on the intersection over union of the instances' bounding boxes (not…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@olinesn
Comment options

Answer selected by olinesn
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Help!
Labels
None yet
2 participants