Skip to content
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 other Face Detection methods (not just Viola Jones) #8

Open
jakewilliami opened this issue Aug 26, 2020 · 6 comments
Open

Add other Face Detection methods (not just Viola Jones) #8

jakewilliami opened this issue Aug 26, 2020 · 6 comments
Labels
documentation Improvements or additions to documentation feature Like an enhancement but a new thing help-wanted speculative

Comments

@jakewilliami
Copy link
Owner

This includes adding documentation and giving wider examples of how to use this repo. Make test files and such. I don't know how packages in Julia work...yet!

@jakewilliami jakewilliami added documentation Improvements or additions to documentation enhancement New feature or request feature Like an enhancement but a new thing labels Aug 26, 2020
@jakewilliami
Copy link
Owner Author

Adding LICENSE (f356de1) and VERSION (38b6e98) is a step towards this

@jakewilliami
Copy link
Owner Author

A step towards this was made in fa4352c

@jakewilliami
Copy link
Owner Author

A step towards this (brought to my attention by @dmipeck) would be to not use absolute paths (rather, dynamic paths relating to where the file is being run from; e.g., @__FILE__). Also ensure we get a setup.bat and things work on Windows machines.

@jakewilliami
Copy link
Owner Author

@jakewilliami
Copy link
Owner Author

This step is almost completed. Consider using a different name (e.g., ViolaJones.jl rather than FaceDetection.jl, as Viola Jones' object detection algorithm is not the only algorithm out there for face detection).

@jakewilliami
Copy link
Owner Author

The alternative is leave it as FaceDetection.jl and hope the community either complains (so I have to change it) or adds new algorithms! I think that might be best. I will leave this open, even when we register the package, just while we consider this.

@jakewilliami jakewilliami changed the title Make package more useable in a wider context Change package name or add functionality Oct 6, 2020
@jakewilliami jakewilliami added speculative and removed enhancement New feature or request labels Oct 27, 2020
@jakewilliami jakewilliami removed their assignment Jan 27, 2021
@jakewilliami jakewilliami added help-wanted and removed future Not pressing labels Jan 27, 2021
@jakewilliami jakewilliami changed the title Change package name or add functionality Add other Face Detection methods (not just Viola Jones) Jan 27, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation feature Like an enhancement but a new thing help-wanted speculative
Projects
None yet
Development

No branches or pull requests

1 participant