Commit Graph

  • b288771577 typofix: setup.py torzdf 2022-08-23 18:19:51 +01:00
  • 1919366d18 setup.py - cleanup installers torzdf 2022-08-23 17:38:39 +01:00
  • 76dbc4c7d0 bugfix: setup.py - Windows - Don't fail + fallback install on non-english systems - Windows - Suppress duplicate waiting messages torzdf 2022-08-23 12:13:12 +01:00
  • 0837273d46 bugfix: CV2 error on previews torzdf 2022-08-22 21:31:51 +01:00
  • 66845ea5f0 bugfix: Alignments - Thumbnail generation check torzdf 2022-08-22 10:41:33 +01:00
  • e9bac5dee2 typofix torzdf 2022-08-22 02:27:44 +01:00
  • 5ad580cc8d Update README.md torzdf 2022-08-21 19:23:10 +01:00
  • 2beceffad9 Data Augmentation update (#1263) torzdf 2022-08-21 18:59:45 +01:00
  • 5e73437be4 lib.align updates: - alignments.py - Add typed dicts for imported alignments - Explicitly check for presence of thumb value in alignments dict - linting - detected_face.py - Typing - Linting - Legacy support for pre-aligned face - Update dependencies to new property names torzdf 2022-08-19 12:36:08 +01:00
  • a2de4a9798 lib.align.aligned_face updates - Typing - Legacy support for pre-aligned faces - Coverage support for pre-aligned faces - Standardized retrieval of sub-crops torzdf 2022-08-19 11:53:46 +01:00
  • 3295089737 lib.detected_face.Mask - Add source + target offset and coverage to set_sub_crop method torzdf 2022-08-19 10:57:40 +01:00
  • 73111dda31 Minor updates: - Update .pylintrc for opencv - Update setup.cfg for scipy - Typing update for lib.utils.DebugTimes torzdf 2022-08-19 10:13:50 +01:00
  • c0d0f04b70 bufix: mask plugin: Fix error when no mask is selected torzdf 2022-08-18 19:35:50 +01:00
  • ee25a31d33 bugfix: setup.py - Fix issue with Conda AMD install torzdf 2022-08-12 01:46:16 +01:00
  • 39ac1f53a3 setup.py - Fix AMD conflicts torzdf 2022-08-10 17:38:04 +01:00
  • 26dde3c19a Add CPU option to BiSeNet and MTCNN - Add CPU option to KSession - MTCNN optimizations - Update docs for bisenet + mtcnn torzdf 2022-08-08 14:29:32 +01:00
  • 629c02a61e Add "custom" mask torzdf 2022-08-05 14:09:05 +01:00
  • 6cd30126fd Revert "pin max numpy version to 1.22.x" torzdf 2022-08-03 00:57:47 +01:00
  • 997db773c3 pin max numpy version to 1.22.x torzdf 2022-08-03 00:37:19 +01:00
  • c79ed7628a re-pin Tensorflow Probability torzdf 2022-08-02 18:33:45 +01:00
  • 3b95c3c9c2 Update python 3.7 pins torzdf 2022-08-02 17:33:43 +01:00
  • 92f142b8e7 Lower numpy + scikit-image pins for python 3.7 torzdf 2022-08-02 17:25:58 +01:00
  • 26e26c6288 Update TF to 2.9 - Update TF to 2.7 to 2.9 - Bump dependencies - Remove decode from pynvml calls - force keras predict functions to non-verbose - update tests - update Tensorboard logging - Update docs torzdf 2022-08-02 17:12:26 +01:00
  • d5df9e45e7 Fix GUI tooltips on configuration setting window in Original/ Trainer/ Color Augmentation section (#1252) Chatcharin Sangbutsarakum 2022-08-02 16:29:47 +07:00
  • 8da4fac645 setup.py - Update console width for WIndows installer torzdf 2022-07-30 17:13:30 +01:00
  • eb3a7fcf2c setup.py - Force newlines in Windows for installer torzdf 2022-07-30 14:10:14 +01:00
  • 92912a7061 Update setup.py - Realtime output for Windows - color logging for compatible Windows versions torzdf 2022-07-30 13:45:09 +01:00
  • ed87326d68 bugfix: Fix setup for Windows torzdf 2022-07-29 09:31:18 +01:00
  • 1c75d012b0 setup.py: bugfix - use correct installer for Windows torzdf 2022-07-29 00:18:45 +01:00
  • 03f6cb4e7e setup.py: implement logging torzdf 2022-07-28 23:53:31 +01:00
  • dcb436c9df Bugfix: Handle distribution strat in convert torzdf 2022-07-20 12:44:22 +01:00
  • 54398559ff Set default distribution strategy to 'default' torzdf 2022-07-20 12:29:14 +01:00
  • 2ea05623bd Update Distibution Strategies: - Add Central Storage Stategy - Deprecate 'distributed' cli argument torzdf 2022-07-19 18:23:16 +01:00
  • 049314429f Convert: Add option to output mask separately for draw-transparent torzdf 2022-07-18 19:29:21 +01:00
  • e362fd58c5 Add DNY presets to Phaze-A torzdf 2022-07-17 18:05:06 +01:00
  • 924a2e9b3a typofix torzdf 2022-07-17 17:56:53 +01:00
  • 7e0dbcdaa7 Update docs torzdf 2022-07-17 17:54:22 +01:00
  • 279bf38746 Update README.md torzdf 2022-07-11 16:42:30 +01:00
  • 89b71f7f1e bugfix: inference for learn mask with some models torzdf 2022-07-11 09:30:33 +01:00
  • 9945efb3c0 Bugfix: Phaze-A Fix learn mask for upscales in FC torzdf 2022-07-07 23:46:43 +01:00
  • a6332ed324 Merge branch 'master' into staging torzdf 2022-07-07 10:06:01 +01:00
  • a3fdee617a Bugfix - Phaze-A - Correctly scale linear filters torzdf 2022-07-07 10:05:49 +01:00
  • 582c2ce40c Add Flip Loss Function - Add Flip for AMD and TF - Split Perceptual Loss functions to own modules - Fix allowed input shape for models - Allow GUI tooltip to display at higher width torzdf 2022-07-07 01:02:11 +01:00
  • c8122bc499 bugfix: Stop preview window from stealing focus torzdf 2022-07-06 11:15:51 +01:00
  • 3c73ae4ec9 bugfix: Update preview screen in GUI torzdf 2022-07-01 19:06:42 +01:00
  • 7b9fc0454d Live Preview - Replace cv2 with matplotlib viewer torzdf 2022-07-01 13:07:01 +01:00
  • b1a8183ab4 scripts.train - type checking torzdf 2022-06-30 18:41:58 +01:00
  • 91fecc47b2 lib.Utils - add DPI detector torzdf 2022-06-30 13:34:10 +01:00
  • e59f34982b update pipeline to trigger on pull_request, not trigger on non-code changes, add caching while installing dependencies (#1241) Agilan 2022-06-30 20:07:46 +10:00
  • 6e0360150d bugfix: Correctly show installed TF Version on AMD error torzdf 2022-06-29 18:10:47 +01:00
  • a3825dc58f Bugfix: prevent OOM when just viewing summary torzdf 2022-06-29 02:29:22 +01:00
  • eb3c612f29 Replace restore tool with model tool torzdf 2022-06-28 14:27:23 +01:00
  • ef5451e4f1 bugfix: Convert revert warp border to transparent torzdf 2022-06-28 10:47:49 +01:00
  • d20d3f2ecb bugfix torzdf 2022-06-26 18:21:36 +01:00
  • cfad829999 Update typing-extensions pin torzdf 2022-06-26 16:34:50 +01:00
  • c279ac3518 Disable saving optimizer state option torzdf 2022-06-24 13:43:26 +01:00
  • 8ec1e1a091 Nvidia: Add AutoClip training option torzdf 2022-06-23 18:00:22 +01:00
  • 6168170e76 Force saving optimizer weights on snapshot torzdf 2022-06-23 16:10:20 +01:00
  • c3c3483eed AMD Bugfixes: Save Optimizer Weights torzdf 2022-06-23 15:55:24 +01:00
  • 06468c97d4 Training: Add setting option to save optimizer weights torzdf 2022-06-23 14:54:09 +01:00
  • 66c2b7b979 Bugfix: Stats elapsed time torzdf 2022-06-22 19:20:51 +01:00
  • 4d42591ffc Mixed Precision bugfix for AMD torzdf 2022-06-22 12:49:07 +01:00
  • 0d2eafa485 Enable change of precision for existing models torzdf 2022-06-22 01:58:59 +01:00
  • da942e3b3f Nan bugfix in Stats torzdf 2022-06-21 12:32:09 +01:00
  • 5d700e869e stats bugfixes torzdf 2022-06-20 13:07:37 +01:00
  • ad408f07fb typofix torzdf 2022-06-20 12:46:23 +01:00
  • 9e94273f89 bigfix - Live graph reading torzdf 2022-06-20 12:04:35 +01:00
  • e2fc070370 Bug fixes - PhazeA tooltip spacing - Graph live cache bug torzdf 2022-06-20 03:38:47 +01:00
  • d7ffcda3b0 Add LPIPS loss function torzdf 2022-06-19 18:42:34 +01:00
  • bad5025aea Core updates - Change loss loading mechanism - Autosize tooltips based on content size - Random linting + code modernisation torzdf 2022-06-19 12:32:39 +01:00
  • f2e6f24651 Centralize model storage torzdf 2022-06-18 19:54:02 +01:00
  • ef79a3d8cb Add AlexNet + SqueezeNet definitions torzdf 2022-06-18 18:21:41 +01:00
  • 1d434b73a4 Enable LogCosh Loss for AMD torzdf 2022-06-18 16:12:39 +01:00
  • 84b47fde95 linting torzdf 2022-06-18 15:36:39 +01:00
  • 76cb535e82 linting torzdf 2022-06-18 15:32:02 +01:00
  • 42407e9d5c linting torzdf 2022-06-18 14:52:18 +01:00
  • 308c5edf39 Loss updates - Split Loss to own package - Add Focal Frequency Loss (Nvidia only) - Enable GMSD for AMD torzdf 2022-06-18 14:33:45 +01:00
  • 9d55ade27f amd gpu-stats bugfix torzdf 2022-06-18 11:16:03 +01:00
  • d9c84a5f9f Add Laplacian Pyramid Loss torzdf 2022-06-18 02:29:19 +01:00
  • 04337e0c5e SSIM Updates - Standardize DSSIM Function - Implement MSSIM function for AMD torzdf 2022-06-18 00:02:28 +01:00
  • d02d51f2bb doc fixes torzdf 2022-06-17 22:01:57 +01:00
  • 94c3dcff7e Training updates - Add multiple selected loss functions - Unlock loss as a model configuration - Phaze-A remove encoder scaling max xap torzdf 2022-06-17 20:24:26 +01:00
  • 98a65277d8 Fix AMD Tests + docs torzdf 2022-06-17 17:59:55 +01:00
  • ff6b0209dd Refactoring and TravisCI to Github Actions (#1239) torzdf 2022-06-17 03:24:16 +01:00
  • fbf8bdd72b Merge branch 'master' into apple_setup torzdf 2022-06-16 16:41:15 +01:00
  • 7e4bcbe36a typofix torzdf 2022-06-16 11:43:30 +01:00
  • 5e489f3b84 typing bugfix torzdf 2022-06-16 10:02:12 +01:00
  • 9818f6ee70 bugfix torzdf 2022-06-16 02:50:07 +01:00
  • b039cbae69 bugfix torzdf 2022-06-16 02:27:07 +01:00
  • cb7cb14e25 bugfix: Mask blend. Apply masks in sequence torzdf 2022-06-16 02:19:38 +01:00
  • 4f49de52e7 pin protobuf torzdf 2022-06-16 11:18:55 +01:00
  • 0f67790071 Some Apple Silicion setup fixes (#1238) geewiz94 2022-06-16 12:16:27 +02:00
  • a586ef6bf3 Add Apple M1 to setup.py torzdf 2022-06-16 01:25:49 +01:00
  • 9563283502 typing bugfix torzdf 2022-06-16 10:02:12 +01:00
  • 493030f4b0 bugfix torzdf 2022-06-16 02:50:07 +01:00
  • 5559c54b76 bugfix torzdf 2022-06-16 02:27:07 +01:00
  • db778bae89 bugfix: Mask blend. Apply masks in sequence torzdf 2022-06-16 02:19:38 +01:00
  • 199911ed2e upgrade Docker Ubuntu to 18.04 Rushi Chaudhari 2022-06-12 16:47:21 -04:00
  • 917acaa452 bugfixes - Fix MS-SSIM on multi-gpu - Swallow print bug on multi-gpu torzdf 2022-06-12 02:04:11 +01:00
  • d933b6dee3 bugfix: Literal import for python<3.7 torzdf 2022-06-09 20:16:20 +01:00