2
0
mirror of https://github.com/Shawn-Shan/fawkes.git synced 2025-04-10 06:56:58 +05:30

30 Commits

Author SHA1 Message Date
Shawn-Shan
8ff3175cea small fixes 2021-04-21 10:55:15 -05:00
Shawn-Shan
c0e8ae2764 1.0 2021-03-07 00:41:19 -06:00
Shawn-Shan
cfb34e1d39 1.0 beta update 2021-03-07 00:39:19 -06:00
Shawn-Shan
8ceeaf54b0 add option to bypass face detection step 2020-08-01 00:30:40 -05:00
Shawn-Shan
fa239fa85c 0.3 software release 2020-07-29 16:42:16 -05:00
Shawn-Shan
1a810c8fb7 0.3 2020-07-29 10:31:34 -05:00
Shawn-Shan
972e5e1a8a prepare for 0.3 release 2020-07-29 01:50:42 -05:00
Shawn-Shan
d019272ba9 fix target selection 2020-07-27 14:10:50 -05:00
Shawn-Shan
d5f9e8b459 Merge branch 'master' of https://github.com/Shawn-Shan/fawkes 2020-07-26 14:38:00 -05:00
Shawn-Shan
c52b38e152 replace skimage resize with image resize 2020-07-26 14:37:55 -05:00
Shawn Shan
edd7df5dc6
Merge pull request #25 from cclauss/patch-1
Use ==/!= to compare constant literals (str, bytes, int, float, tuple)
2020-07-24 16:38:23 -05:00
Shawn-Shan
2b2d054118 exclude some far away targets 2020-07-24 16:34:26 -05:00
Christian Clauss
b61dfadb97
Use ==/!= to compare constant literals (str, bytes, int, float, tuple)
Avoid [SyntaxWarnings on Python >= 3.8](https://docs.python.org/3/whatsnew/3.8.html#porting-to-python-3-8).

% `python3.8`
```
>>> 0 is 0
<stdin>:1: SyntaxWarning: "is" with a literal. Did you mean "=="?
```
2020-07-24 23:02:39 +02:00
Shawn-Shan
2fd86380bb improve performance 2020-07-23 12:54:07 -05:00
Shawn-Shan
6fe3a7c3fd add debug option and progbar 2020-07-19 20:54:04 -05:00
Shawn-Shan
aaaea79378 fix issue on get_file download 2020-07-16 13:39:50 -05:00
Shawn-Shan
30d8aba8be local evaluation code
Former-commit-id: 7f9e32ef86adc18f33704b8824367a610df80e69 [formerly 30a0d4935de4da1c762819eab2bfc2e5411ff6a1]
Former-commit-id: 157928d16012db8f7470abb7a297c9740860b5b7
2020-07-13 15:34:10 -05:00
Shawn-Shan
a44dbe273f fix utils
Former-commit-id: 366e3dc5c64ebf707640a2f969ca3bb867e9665f [formerly 9cef0f9c15d5956f586af5d9059a71b3a999824a]
Former-commit-id: 3ae67acd4d630ea937abc41ad125471f527ef617
2020-07-12 17:56:27 -05:00
Shawn-Shan
81a6fed188 add app
Former-commit-id: e7e46967035dfb727d180de0a0780ca9e026dd02 [formerly 0e703ac63e52aafbaa3033759553e2f3b31d2886]
Former-commit-id: 9dfff8ea4c2646d90203b378e0732330e655086a
2020-07-11 18:12:32 -05:00
smy17
886a04ded0 1. correct a typo
2. rewrite distance function to remove sklearn


Former-commit-id: a9e6234a80e371b559750654fc60f3b1642eb74a [formerly d2dc50e6357b516398beb374a032b7cc2f169d70]
Former-commit-id: 3e566674f17cca4b89afe4d1fecfe1009c8166b8
2020-07-09 23:26:45 +08:00
Shawn-Shan
e9f1a50653 0.0.6
Former-commit-id: 14c0173d9f573e7ccb275b3e366505057ac2c9b1 [formerly e359682d967212b4b3f27923fd659bbade7880e5]
Former-commit-id: a44577686ff64da031231ea323c681185daa8b0d
2020-07-07 11:14:38 -05:00
Shawn-Shan
30fa1635a5 endpoint api
Former-commit-id: 101c0d4cfbfe62d873a289a1ba1ccb47bdbd66f5 [formerly 57e917cb08f4219a703fbdab6e782490077e8480]
Former-commit-id: 6a0071b5ca45c7651f3aceb952a0eebddfcc6897
2020-07-06 16:52:46 -05:00
Shawn-Shan
d7a25eb292 cli
Former-commit-id: c3687684a19c18309f97b69f8161af7a31fe0fb8 [formerly b68719d5e14a54377fafbea9f2c7c9b996bea583]
Former-commit-id: f17d9cbb79833f56450e0518d978603997037e94
2020-07-02 12:32:05 -05:00
Shawn-Shan
889fd933e8 0.01
Former-commit-id: 268fb7e6825ddfc1165fa7adc7c216f9d61005da [formerly 06376993a831c060c337ec6e7540252f0b2dfe09]
Former-commit-id: c4812d40187a76a878e7d215d22ee84811b41896
2020-07-01 21:16:03 -05:00
Shawn-Shan
1d13a85276 0.0.1 2020-06-29 11:14:48 -05:00
Shawn-Shan
95a0d5efc0 upload to pypi 2020-06-28 23:34:48 -05:00
Shawn-Shan
7fc3a82437 add fawkes-lite and fawkes-dev 2020-06-28 19:13:14 -05:00
Shawn-Shan
83bb798373 standarize feature extractors 2020-06-01 07:50:02 -07:00
Shawn-Shan
de558e841e refactor code 2020-05-18 15:35:14 -05:00
Shawn-Shan
d6edd3021d init commit 2020-05-17 19:18:41 -05:00