2
0
mirror of https://github.com/Shawn-Shan/fawkes.git synced 2025-02-24 00:57:06 +05:30
Commit Graph

130 Commits

Author SHA1 Message Date
John Pulford
5e9bef774d Situation: Fawkes is a brilliant research project. I personally enjoyed reading the research paper. However, numerous issues and pull requests have resulted from how difficult it is to run after initially downloading it due to poorly documented python version requirements and compatibility collapse with numerous dependencies following ~4 years of drift. Example links in the last paragraph for brevity.
Action: I rewrote the setup code to depend on pyenv and poetry allowing us to explicitly require the use of python 3.9.0 rather than having users guess at how best to execute the code. I've used stricter dependency requirements (lots of ~= in pyproject.toml dependencies) as the project is unlikely to be maintained regularly and reviving the code required a lot of dependency incompatibility navigation we should avoid for future users.

Result: A new user can build this great research project with ~10 lines! A big win in my opinion.

Some relevant pull requests and issues.
https://github.com/Shawn-Shan/fawkes/pull/168
https://github.com/Shawn-Shan/fawkes/pull/158
https://github.com/Shawn-Shan/fawkes/issues/186
https://github.com/Shawn-Shan/fawkes/issues/178
2025-02-08 22:36:57 +00:00
Longhao.Chen
272469421b
Fix Attribute Error with Keras 'img_to_array' in Keras 2.9.0 2022-08-10 01:00:52 +08:00
Shawn Shan
aedaa82d22
Update README.md
fix type
2021-09-27 01:03:09 -05:00
Shawn-Shan
600fb82568 minor fix 2021-05-22 10:14:36 -05:00
Shawn-Shan
386292bafc fix dependency issue with tensorflow 2021-05-19 10:19:36 -05:00
Shawn-Shan
65743ef509 minor fix 2021-05-10 21:56:41 -05:00
Shawn-Shan
5d1c2ad2d7 bug fix 2021-05-03 16:45:10 -05:00
Shawn-Shan
b9d3ca46da fix minor issue in cropping faces 2021-04-30 10:09:22 -05:00
Shawn-Shan
0b663ac422 Merge branch 'master' of https://github.com/Shawn-Shan/fawkes 2021-04-21 10:55:23 -05:00
Shawn-Shan
8ff3175cea small fixes 2021-04-21 10:55:15 -05:00
Shawn Shan
d98c89bfb1
Update README.md 2021-03-07 00:43:37 -06:00
Shawn Shan
9ac50bf82a
Update README.md 2021-03-07 00:43:15 -06:00
Shawn-Shan
b35f7eb0ab 1.0 2021-03-07 00:42:26 -06: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
63ba2f9b73
Update README.md 2021-01-31 02:28:02 -06:00
Shawn Shan
ee77c42265
Update README.md 2021-01-31 02:27:30 -06:00
Shawn Shan
3590ab3cb1
Update README.md 2021-01-26 17:11:33 -06:00
Shawn Shan
e676463aa0
Update README.md 2021-01-26 17:11:14 -06:00
Shawn Shan
7abf1dbc28
Update README.md 2020-09-29 22:01:54 -05:00
Shawn Shan
e3b2181949
Update README.md 2020-08-10 10:49:06 -05:00
Shawn-Shan
2b08b3ec8e update param; 2020-08-02 15:43:25 -05:00
Shawn Shan
3c91395e97
Update README.md 2020-08-01 12:17:10 -05:00
Shawn Shan
21f341c9d0
Update README.md 2020-08-01 12:14:27 -05:00
Shawn-Shan
358b01ecdf Merge branch 'master' of https://github.com/Shawn-Shan/fawkes 2020-08-01 00:30:46 -05:00
Shawn-Shan
8ceeaf54b0 add option to bypass face detection step 2020-08-01 00:30:40 -05:00
Shawn Shan
16c2d98b9b
Update README.md 2020-07-31 21:44:42 -05:00
Shawn Shan
656d25108e
Update README.md 2020-07-31 21:44:22 -05:00
Shawn-Shan
641e020e09 add GUI app 2020-07-31 12:07:05 -05:00
Shawn Shan
9834d6e97a
Update README.md 2020-07-29 23:03:14 -05:00
Shawn Shan
191e822f3a
Update README.md 2020-07-29 23:02:34 -05:00
Shawn Shan
06b832d04a
Update README.md 2020-07-29 23:01:36 -05:00
Shawn Shan
395ac2c446
Update README.md 2020-07-29 23:01:02 -05:00
Shawn Shan
59c6fda67a
Update README.md 2020-07-29 21:30:11 -05:00
Shawn Shan
447f280e6d
Update README.md 2020-07-29 21:29:42 -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
e25cff66ac Merge branch 'master' of https://github.com/Shawn-Shan/fawkes 2020-07-29 01:50:48 -05:00
Shawn-Shan
972e5e1a8a prepare for 0.3 release 2020-07-29 01:50:42 -05:00
Shawn Shan
a53bdfdba3
Update README.md 2020-07-28 12:27:03 -05:00
Shawn Shan
76a472e22c
Update README.md 2020-07-27 23:00:17 -05:00
Shawn-Shan
5e25900372 Merge branch 'master' of https://github.com/Shawn-Shan/fawkes 2020-07-27 14:10:54 -05:00
Shawn-Shan
d019272ba9 fix target selection 2020-07-27 14:10:50 -05:00
Shawn Shan
07062d64cd
Update README.md 2020-07-26 22:17:02 -05:00
Shawn Shan
24c3d3f26a
Update README.md 2020-07-26 20:38:40 -05:00
Shawn Shan
32c2dfcdb4
Update README.md 2020-07-26 19:20:24 -05:00
Shawn Shan
3fc05053c0
Update README.md 2020-07-26 14:47:03 -05:00
Shawn-Shan
f1c7e0c321 remove app dev 2020-07-26 14:44:31 -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