-
Notifications
You must be signed in to change notification settings - Fork 95
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Fix evaluation and data pre-processing in EfficientPS #221
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you, I think a mention in the changelog is warranted.
Also I don't believe self.config_file
is ever initialized
Updates:
The config file is actually being initialized, see line 117 |
Ah, my bad. Concerning the failing cppcheck you need to apply this same fix: bcdb7b5 (we applied it on develop but hasn't reached master yet, so this is a good chance to do it) |
b5c9d90
to
ee64fc7
Compare
Forgot to say you need remove the space between: |
ee64fc7
to
5857e08
Compare
Done. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you!
What do you mean? You don't need to rely on the CI, you can also do the check locally with python -m unittest discover -s tests/sources/
or use addons (like for visualstudio/atom) that do the formatting automatically on save
Thanks for approving. Of course, you can set up these things but it would be much more developer-friendly if this is being taken care of automatically and in the same manner for every contributor. I've been using the pre-commit framework in a few other multi-people projects and it simplifies life a lot. |
Well, I'm one of them, looks quite nice indeed, will look into it! |
Sorry to bother you again @ad-daniel |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you!
* Fix parser * Use correct config files for the pretrained models * Change ssh to https for cloning remote dependency * Load correct weights in example * Update unittests * Fix documentation * Fix PEP8 error and update changelog * Update C-API of face recognition: pass key by const reference * Fix typo
* Fix parser * Use correct config files for the pretrained models * Change ssh to https for cloning remote dependency * Load correct weights in example * Update unittests * Fix documentation * Fix PEP8 error and update changelog * Update C-API of face recognition: pass key by const reference * Fix typo
This PR fixes a couple of issues that have been detected while preparing D8.1: