roboflow-python icon indicating copy to clipboard operation
roboflow-python copied to clipboard

Added Confidence Argument to keypoint detection model

Open Greenstan opened this issue 10 months ago • 1 comments

Description

A new "Confidence" argument has been added to the keypoint detection model (based on the confidence argument found in the object detection model)

Type of change

Please delete options that are not relevant.

  • [x] New feature (non-breaking change which adds functionality)

How has this change been tested, please provide a testcase or example of how you tested the change?

A Dedicated keypoint detection model test file has been made with multiple test cases including one where the confidence is changed

Any specific deployment considerations

Docs

Greenstan avatar Jan 20 '25 20:01 Greenstan

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you all sign our Contributor License Agreement before we can accept your contribution.
2 out of 3 committers have signed the CLA.

:white_check_mark: Greenstan
:white_check_mark: SolomonLake
:x: pre-commit-ci[bot]
You have signed the CLA already but the status is still pending? Let us recheck it.

CLAassistant avatar Feb 04 '25 17:02 CLAassistant

@SolomonLake The Local path issues have been updated according to your suggestions as well as the switch to "with self.assertRaises(Exception):" and the env api-key variable.

Greenstan avatar Aug 08 '25 13:08 Greenstan

All tests are now successful. The issue was with some referenced file paths

Greenstan avatar Aug 08 '25 18:08 Greenstan