Commit Graph

  • 17d35ea423 setup.py - python 3.9 support - move requirements files to dedicated folder - update all references to requirements files locations - setup.py: remove git requirements references - setup.py: allow running in python 3.9 - windows/linux installers: default to python 3.9 environment - faceswap.py: cleaner python version check torzdf 2022-05-16 11:28:09 +01:00
  • e0d9c6e7ee ffmpeg writer updates - Mux audio at the same time as writing frames - Fix bug where video codec was defined twice torzdf 2022-05-16 01:24:27 +01:00
  • b7e680c5a0 linting torzdf 2022-05-15 16:59:11 +01:00
  • d6a3372eb0 Update matplotlib requirement - bump min requirement to 3.5.1 - Fix custom toolbar for v3.5.1 - Documentation + linting torzdf 2022-05-15 16:48:58 +01:00
  • e0e2779bd3 gif writer: Create new filename if output pre-exists torzdf 2022-05-14 12:15:50 +01:00
  • 60291d49c4 ffmpeg writer: Create new filename if output pre-exists torzdf 2022-05-14 02:12:46 +01:00
  • b11ed6ead0 typofix torzdf 2022-05-13 12:10:51 +01:00
  • 0f7ee1603f training - Enable resize in popup preview image torzdf 2022-05-13 12:08:25 +01:00
  • 988a171f04 Merge branch 'master' into m1 torzdf 2022-05-12 15:57:38 +01:00
  • 5dfc9c03c9 bugfix: fix import order torzdf 2022-05-12 15:57:07 +01:00
  • d83a39716b minor cleanup - Consistent naming for backend selection - Remove apple-silicon from setup.py (not yet implemented) torzdf 2022-05-12 12:40:53 +01:00
  • fe5c605827 Update docs torzdf 2022-05-12 12:29:29 +01:00
  • f8c1bf26df Refactor apple-silicon - Merge metal/__init__ into gpu_stats.apple_silicon.py - Use psutil.virtual_memory().available to get free memory torzdf 2022-05-12 12:12:00 +01:00
  • d3f72c5449 Merge branch 'master' into m1 torzdf 2022-05-12 12:02:34 +01:00
  • fdb0a33c8d typofix - lib.gpu_stats.amd torzdf 2022-05-12 12:01:14 +01:00
  • bcadc13c6d typofix - lib.gpu_stats._base torzdf 2022-05-12 11:49:40 +01:00
  • a3e8fdc252 Merge pull request #1216 from geewiz94/patch-1 torzdf 2022-05-12 10:46:06 +01:00
  • b057b719ce bugfix: prevent error on python 3.7 torzdf 2022-05-12 08:53:13 +01:00
  • 948f0fb82e Rename Apple Silicon backend to apple_silicon geewiz94 2022-05-12 01:33:56 +02:00
  • 6d6903d2ce Linting geewiz94 2022-05-12 01:24:39 +02:00
  • a8b2b0d48e Merge branch 'merge-upstream-changes2' into patch-1 geewiz94 2022-05-12 01:21:37 +02:00
  • 981117dca6 typofix torzdf 2022-05-11 18:04:47 +01:00
  • cf2cf090ee Add .readthedocs.yml torzdf 2022-05-11 18:01:54 +01:00
  • c8643e6a3e typofix torzdf 2022-05-11 17:47:30 +01:00
  • bdbbad4d31 Refactor lib.gpu_stats (#1218) torzdf 2022-05-11 17:36:07 +01:00
  • 24ab822e64 Merge branch 'deepfakes:master' into patch-1 geewiz94 2022-05-11 10:21:07 +02:00
  • b2cd8eb867 bugfix: Windows - Stop training when terminate button pressed torzdf 2022-05-09 10:29:47 +01:00
  • 8ab085fae0 bugfix: gui - settings popup. Always reload config torzdf 2022-05-08 14:18:50 +01:00
  • 71c20252c2 bugfix: Preview Tool, ensure all config items are written torzdf 2022-05-08 14:18:30 +01:00
  • adb5975c94 Graph popup - Always open in same position torzdf 2022-05-08 10:22:27 +01:00
  • d9339658bc bisenet-fp - Add face-centered trained weights torzdf 2022-05-07 18:36:23 +01:00
  • 66ad0f8cfa Bugfix: Phaze-A - Fix NoneType error torzdf 2022-05-07 13:18:11 +01:00
  • a0d38c2d68 Add install guide geewiz94 2022-05-07 13:51:01 +02:00
  • faef5a683e Cleanup geewiz94 2022-05-07 13:50:10 +02:00
  • eaf7b4c156 Update dependencies geewiz94 2022-05-07 13:12:51 +02:00
  • 03a8b6228e Merge branch 'merge-upstream-changes' into patch-1 geewiz94 2022-05-07 13:12:42 +02:00
  • a046248389 BugFix - lib.keypress torzdf 2022-05-06 17:15:18 +01:00
  • 60f95bba1c fix: PhazeA - Use correct name for EffNetV2 freezing torzdf 2022-05-06 14:19:47 +01:00
  • feac8a0108 trainer: add support for non-interactive jobs (#1193) Dhyey Patel 2022-05-04 15:07:31 -07:00
  • 198c682ae2 Phaze-A: Add EfficientNetV2 Encoder torzdf 2022-05-04 18:18:20 +01:00
  • 0189029dba Phaze-A: Add MobileNetV3 encoder torzdf 2022-05-04 11:16:30 +01:00
  • 332394edbf bugfix: correct init for ms-ssim amd torzdf 2022-05-04 10:03:14 +01:00
  • 1f5561795a update losses test torzdf 2022-05-04 09:56:48 +01:00
  • 5569abbb63 training - Add MS-SSIM loss function torzdf 2022-05-04 01:58:00 +01:00
  • aa39234538 Update all Keras Imports to be conditional (#1214) torzdf 2022-05-03 20:18:39 +01:00
  • b1e0e6ea82 bugfix: Temporary fix for Phaze-A whilst keras imports resolved torzdf 2022-05-03 13:50:10 +01:00
  • d264724b11 revert min pillow requirement to 8.3.1 torzdf 2022-05-02 22:32:45 +01:00
  • 5adc5c536b ssim loss - Scale back torzdf 2022-05-02 18:19:00 +01:00
  • c1512fd41d Update code to support Tensorflow versions up to 2.8 (#1213) torzdf 2022-05-02 14:30:43 +01:00
  • cda49b3c3c Bugfix - Fix graphing not always showing loss for both sides torzdf 2022-04-16 15:13:46 +01:00
  • c789e7f3d8 Release bisenet-fp obstructed trained weights. torzdf 2022-04-11 18:09:56 +01:00
  • 30872ef265 alignments tool - Don't re-analyze video if metadata in alignments torzdf 2022-03-30 15:08:41 +01:00
  • 635a24dc42 Remove debug code torzdf 2022-03-30 02:56:17 +01:00
  • 23d92c1f0d Bugfixes - Sort - Fix rare help-text parsing bug - Manual - Fix issue where frame count is incorrect when een > 1 used on extract torzdf 2022-03-30 02:54:29 +01:00
  • 7dd1122c1c Get free VRAM from Metal geewiz94 2022-03-29 17:48:51 +02:00
  • 7f3e6bc3cf Bisenet-FP - Improved weights for masker (#1210) torzdf 2022-03-28 12:58:43 +01:00
  • b76879af13 update readme Daniel Livingston 2022-03-19 16:03:40 -04:00
  • d6eedb09ff added apple silicon backend Daniel Livingston 2022-03-19 15:43:21 -04:00
  • a7ef098083 keras import errors fix Daniel Livingston 2022-03-19 15:31:42 -04:00
  • 2714964f43 conda env Daniel Livingston 2022-03-19 15:16:38 -04:00
  • 444762114c Initial somewhat working version Daniel Livingston 2022-03-19 15:11:13 -04:00
  • 183aee37e9 bugfix: Pin pynvml to <11.515 torzdf 2022-01-15 02:16:59 +00:00
  • 09c7d8aca3 Merge branch 'staging' of https://github.com/deepfakes/faceswap into staging torzdf 2021-12-05 19:25:32 +00:00
  • 3852b2b2d1 bugfix: Training - Select correct channel for loss multiplier L2Reg torzdf 2021-12-05 19:25:23 +00:00
  • abb7b004cb feat: add support for rectangle cursor shape for masking (#1189) Markus Karileet 2021-12-05 16:35:17 +02:00
  • 808e00895d Bugfix -Weights freezing/loading for dfl-sae torzdf 2021-11-14 11:38:02 +00:00
  • 8b7b125edf Revert "Bugfix -Weights freezing/loading for dfl-sae" torzdf 2021-11-10 11:34:36 +00:00
  • 086933d97d Bugfix -Weights freezing/loading for dfl-sae torzdf 2021-11-09 12:32:23 +00:00
  • 860ccb91ac Suppress Tensorflow stderr custom error messages torzdf 2021-09-08 00:23:01 +01:00
  • 24888f61c3 Suppress ptxas error in GUI on Windows torzdf 2021-09-08 00:18:33 +01:00
  • 15501b1e9e typofix torzdf 2021-09-07 00:35:31 +01:00
  • 7798a19c0d bugfix: _requirements_base.txt - Exclude badly versioned nvml torzdf 2021-09-07 00:33:48 +01:00
  • cf4b567cc6 Tensorflow 2.6 Support (#1182) torzdf 2021-09-05 01:25:12 +00:00
  • c7d85f89e6 Bugfix: Phaze-A Correct documentation for original encoder input size torzdf 2021-09-01 11:16:15 +01:00
  • f1819ad592 bugfix: Phaze-A - Fix -1 to 1 scaling torzdf 2021-09-01 09:41:21 +01:00
  • 6f1e6743df Bugfixes: - Gui - Stats - Return empty dict on state file look up error - Gui - Last Session - Don't load saved project information when loading project from last session - Train - Set default coverage to 87.5% torzdf 2021-08-28 10:40:01 +00:00
  • 7e7640e557 Bugfix: Convert - Fix predicted mask torzdf 2021-08-11 23:58:34 +01:00
  • ee92cff6fc tools.sort - Linting and languages torzdf 2021-08-07 12:39:09 +01:00
  • acf1fc5612 Add a new sorting/grouping feature based on black pixels in images (#1169) Olivier Gagnon 2021-08-07 07:24:41 -04:00
  • b5b0da42c8 convert - bugfix - Race condition when checking for predicted mask existence torzdf 2021-08-07 12:15:56 +01:00
  • 1b78098799 Phaze-A - Force AdaInstanceNorm to float32 - Reduce NaN for Mixed Precision training torzdf 2021-08-04 12:55:21 +01:00
  • bfc8517c5e Bugfix - Correctly parse 'load_layers' configuration parameter torzdf 2021-07-27 21:49:24 +01:00
  • ac22d40a91 extract: mask - Delete any mask from outside of frame boundaries torzdf 2021-07-22 13:04:29 +01:00
  • 55bb7236fa New Model: Phaze-A torzdf 2021-06-15 21:59:31 +01:00
  • 0775245d29 Bugfix - Manual Tool - Fix bug when adding new face with "misaligned" filter applied torzdf 2021-06-12 17:01:02 +01:00
  • 104a549abb Bugfix - Manual Tool - Fix bug when changing filter modes from a filter with no matches torzdf 2021-06-11 19:26:13 +01:00
  • fb6f576e6d Bugfix - Manual Tool - Fix non-appearing landmark annotations in face viewer torzdf 2021-06-11 15:50:27 +01:00
  • cbf64decc9 Typofix torzdf 2021-06-10 19:39:12 +01:00
  • 44aaac09d7 Bugfixes - Manual Tool - Update total frames count on a face count change - Correct navigation position when decrementing frame after edit changes the filter criteria torzdf 2021-06-10 16:22:10 +01:00
  • 1763c44383 Bugfix - Extract - Set fallback scaling amount for parallel plugins torzdf 2021-06-10 10:20:17 +01:00
  • c9a9361793 bugfix: sort tool - fix group by torzdf 2021-06-09 10:51:09 +01:00
  • d4ef648b4a Merge branch 'staging' into misalign torzdf 2021-06-08 19:30:34 +01:00
  • eb96da0346 Add Misalignment Detection - lib.align.AlignedFace - Add average_distance property (distance from mean_face) - tools.manual - Add misaligned Faces filter - tools.sort - Add sort by distance (misaligned sort)Add "Misaligned Faces" filter to manual tool torzdf 2021-06-08 19:30:28 +01:00
  • cfb856101e Bugfix - Manual Tool. Prevent Frame Navigation from showing non integer frame numbers torzdf 2021-06-08 13:51:24 +01:00
  • e024189a5e Merge branch 'staging' into bisenet torzdf 2021-06-06 17:38:36 +01:00
  • b4087cc06c Manual Tool - Bugfixes - Fix extract box rotation - Fix thumbnail view size - Fix issue of deleted landmark meshes still displaying torzdf 2021-06-06 12:17:39 +01:00
  • fbdd91ef0e Bugfix - Manual Tool - Correctly update mesh annotations in frame viewer when there are multiple faces in frame torzdf 2021-06-03 11:19:23 +01:00
  • 5010466f2e bugfix: Manual tool. Fix misaligned landmarks in face viewer after adding/removing a face torzdf 2021-06-02 13:25:28 +01:00
  • 6321ca64e4 Bug fix - Manual Tool - Fix a first time indexing bug when EEN > 1 torzdf 2021-06-01 12:30:31 +01:00
  • a26bc50891 Manual Tool - Update to support masks with different centering torzdf 2021-05-31 18:58:34 +01:00