-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add code refinement to this repo #4
Labels
Comments
|
That is to say # Yes:
for x in axes(img_arr, 1)
# No:
for x in 1:arr_rows
for x=1:arr_rows EDIT: this has been achieved by |
jakewilliami
added a commit
that referenced
this issue
Sep 28, 2020
Regarding comment made on 3rd September, these are the commits which I haven't yet assessed (those commits which seem to seriously change the AdaBoost method): |
Assigning @dmipeck to help with this. Not pressing as the algorithm detects faces and non-faces above chance, so the algorithm works, despite the lack of peer review. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The text was updated successfully, but these errors were encountered: