jakewilliami/FaceDetection.jl
A face detection algorithm using Viola-Jones' rapid object detection framework written in Julia
JuliaMIT
Issues
- 0
Support rotated Haar features
#76 opened by jakewilliami - 7
Read pretrained data from file
#20 opened by jakewilliami - 2
TagBot trigger issue
#47 opened by JuliaTagBot - 2
Ensure correctness of faceness measure
#56 opened by jakewilliami - 1
- 3
Put Haar-like features on image
#6 opened by jakewilliami - 2
Fix discrepancy with pythonic results
#46 opened by jakewilliami - 0
Zygote integeration
#54 opened by DhairyaLGandhi - 0
Failing on 32-bit machines
#50 opened by jakewilliami - 0
Add docstrings
#31 opened by jakewilliami - 6
- 7
- 1
Scale classifiers (to ensure that classifiers work on images different sizes to training data)
#21 opened by jakewilliami - 5
Add code refinement to this repo
#4 opened by jakewilliami - 0
Fix speed of sequential processing
#29 opened by jakewilliami - 3
Use sparse arrays to save on memory
#25 opened by jakewilliami - 2
during code cleanup go through and add `throw` for certain things (to make illegal inputs more readable)
#1 opened by jakewilliami - 0
- 2
Adjust `getVote` function to see at which point the cascade stops, and return that "face-likeness" score
#7 opened by jakewilliami - 1
- 0
- 0
Get file name in csv
#23 opened by jakewilliami - 0
Determine minFeatureHeight, maxFeatureHeight, minFeatureWidth, and maxFeatureWidth better
#18 opened by jakewilliami - 0
- 0
- 1
- 1
- 1
Ensure all `print` functions are inside of FDA.jl (i.e., the main programme)
#16 opened by jakewilliami - 0
Print messages in src/FDA.jl with colour
#2 opened by jakewilliami - 0
- 0
clean up code after bug fixing
#13 opened by jakewilliami - 0
Ensure all libraries are needed
#12 opened by jakewilliami - 2
- 0
Fix face detection accuracy
#11 opened by jakewilliami - 0
Ensure $\alpha_t=\log\left(\frac{1}{\frac{\varepsilon_t}{1-\varepsilon_t}}\right)$
#3 opened by jakewilliami