Skip to content

MS-718 Use accurate face detection method from ROC v3#900

Merged
luhmirin-s merged 1 commit into
mainfrom
feature/MS-718-accurate-roc-mode
Sep 12, 2024
Merged

MS-718 Use accurate face detection method from ROC v3#900
luhmirin-s merged 1 commit into
mainfrom
feature/MS-718-accurate-roc-mode

Conversation

@luhmirin-s
Copy link
Copy Markdown
Contributor

@luhmirin-s luhmirin-s commented Sep 12, 2024

Benchmarks showed that the accurate method is not much slower while providing more consistency in timing.

@luhmirin-s luhmirin-s requested review from a team, BurningAXE, TristramN, alex-vt, alexandr-simprints, meladRaouf and ybourgery and removed request for a team September 12, 2024 07:16
@cla-bot cla-bot Bot added the ... label Sep 12, 2024
@sonarqubecloud
Copy link
Copy Markdown

val yaw = roc3.new_float()
val quality = roc3.new_float()
val face = if (isFaceDetected(grayImage, detection)) {
val face = if (isFaceDetected(coloredImage, detection)) {
Copy link
Copy Markdown
Collaborator

@meladRaouf meladRaouf Sep 12, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@luhmirin-s Why did you change this line?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The accurate method uses color images as per documentation.

@luhmirin-s luhmirin-s merged commit 9b7d00f into main Sep 12, 2024
@luhmirin-s luhmirin-s deleted the feature/MS-718-accurate-roc-mode branch September 12, 2024 09:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants