Skip to content

Commit

Permalink
fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jakewilliami committed Sep 7, 2020
1 parent f77c934 commit 7980d1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ julia --project="." ./examples/main.jl # on Windows

## To-do Notes

- At the moment, `QuartzImageIO` is required to read `.jpg` files, but the programme is not set up to do so. At the minute, this programme only accepts `.png` and `.pgm` files (thank's to `ImageIO` and `Netpbm` respectively).
- At the moment, `QuartzImageIO` is required to read `.jpg` files, but the programme is not set up to do so. At the minute, this programme only accepts `.png` and `.pgm` files (thanks to `ImageIO` and `Netpbm` respectively).
- I am unsure at the moment whether this programme will work if the test images are of differing dimensionality to the training faces. I suspect it won't, but I will test this soon.

## Acknowledgements
Expand Down

0 comments on commit 7980d1c

Please sign in to comment.