Skip to content

Commit

Permalink
Added note that the _ensemble_vote function needs verification
Browse files Browse the repository at this point in the history
  • Loading branch information
jakewilliami committed Jun 5, 2022
1 parent b7d99b9 commit db6685a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Utils.jl
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,7 @@ function determine_feature_size(
end

function _ensemble_vote(int_img::IntegralArray{T, N}, classifiers::Vector{HaarLikeObject}) where {T, N}
@debug("This function (`_ensemble_vote`) needs review to verify its correctness! See FaceDetection.jl#56.")
#=
# Algorithm b
F = typeof(first(classifiers).weight)
Expand Down

0 comments on commit db6685a

Please sign in to comment.