mirror of
https://github.com/serengil/deepface.git
synced 2025-06-06 19:45:21 +00:00
Update README.md
- link to citations.md was wrong - unit_tests.py does not exist anymore, reference make test instead
This commit is contained in:
parent
50ce9f0c4b
commit
45e991f9f3
@ -318,7 +318,7 @@ You can also run these commands if you are running deepface with docker. Please
|
||||
|
||||
## Contribution [](https://github.com/serengil/deepface/actions/workflows/tests.yml)
|
||||
|
||||
Pull requests are more than welcome! You should run the unit tests locally by running [`test/unit_tests.py`](https://github.com/serengil/deepface/blob/master/tests/unit_tests.py) before creating a PR. Once a PR sent, GitHub test workflow will be run automatically and unit test results will be available in [GitHub actions](https://github.com/serengil/deepface/actions) before approval. Besides, workflow will evaluate the code with pylint as well.
|
||||
Pull requests are more than welcome! You should run the unit tests and linting locally by running `make test && make lint` before creating a PR. Once a PR sent, GitHub test workflow will be run automatically and unit test results will be available in [GitHub actions](https://github.com/serengil/deepface/actions) before approval. Besides, workflow will evaluate the code with pylint as well.
|
||||
|
||||
## Support
|
||||
|
||||
@ -332,7 +332,7 @@ You can also support this work on [Patreon](https://www.patreon.com/serengil?rep
|
||||
|
||||
## Citation
|
||||
|
||||
Please cite deepface in your publications if it helps your research - see [`CITATIONS`](https://github.com/serengil/deepface/blob/master/CITATIONS.md) for more details. Here are its BibTex entries:
|
||||
Please cite deepface in your publications if it helps your research - see [`CITATIONS`](https://github.com/serengil/deepface/blob/master/CITATION.md) for more details. Here are its BibTex entries:
|
||||
|
||||
If you use deepface in your research for facial recogntion purposes, please cite this publication.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user