Jake Ireland
Jake Ireland
https://www.youtube.com/watch?v=QVmU29rCjaA
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...
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...
Namely after "smart" feature selection
Done in commit e9116987.
#25 addresses this broader issue of memory efficiency
Commit 61b03826 addresses this
Points to consider and possibly implement: - [ ] GPU processing - [ ] Use [`ArrayFire.jl`](https://github.com/JuliaGPU/ArrayFire.jl)'s `load_image` - [ ] Use [`CUDA.jl`](https://github.com/JuliaGPU/CUDA.jl) - [ ] Use 4 x ones or...
Commit 70d7d74d addresses this
# Some overview thus-far. These benchmarking results are from tests since we [changed the algorithm to run sequentially](https://github.com/jakewilliami/FaceDetection.jl/commit/e9116987). Commit | Benchmark Time of Tests (seconds) | % Time Improvement Since...