Jake Ireland

Results 70 comments of 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...

#25 addresses this broader issue of memory efficiency

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...

# 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...