torzdf
3fd26b51a6
Manual Tool ( #1038 )
...
Initial Commit
2020-07-25 11:05:29 +01:00
torzdf
0e63c2967b
documentation update
2020-07-25 09:09:38 +01:00
torzdf
339facf997
Remove debug code
2020-07-23 19:12:52 +01:00
torzdf
2f155972da
requirements.txt - typofix
2020-07-13 16:46:53 +01:00
torzdf
8a19d21ace
setup.py - Fix conda-forge imports
...
Remove unused icons
2020-07-11 17:54:48 +01:00
torzdf
03d2d179a9
scripts.extract - Save jpg thumbnails to alignments file
2020-07-09 11:41:03 +00:00
torzdf
ab21033965
argparse bugfix
2020-07-08 18:31:07 +01:00
torzdf
5f9d8fa0f8
lib.gui.custom_widgets - Force popup progress bar to top
2020-07-06 16:01:59 +00:00
torzdf
f634f52a1e
lib.gui.utils - Spelling fixes
...
lib.gui.custom_widgets - popup progressbar
2020-07-06 11:00:17 +00:00
torzdf
59ade741a6
lib.alignments - Pad pts timestamps when video does not start on a keyframe
2020-07-04 17:11:15 +00:00
torzdf
30acca8541
Sort by face - Inherit allow_growth option from extract.ini
2020-07-04 10:38:46 +01:00
torzdf
6595cdf062
Add icons
2020-07-03 14:42:33 +00:00
torzdf
93aa2801a0
Minor core updates
2020-06-30 11:20:54 +00:00
torzdf
f19a04505c
Core updates
2020-06-27 18:48:50 +00:00
torzdf
4a68b3f023
Move custom dlight blocks to nn_blocks
2020-06-07 17:06:00 +00:00
torzdf
127d3dbe99
Dependencies update ( #1028 )
...
* Dependencies update
- Split requirements.txt into separate version files
- More flexible package pinning
- Update dependencies
- Fix pynvml being constantly re-downloaded on update
- Update dockerfiles
- update INSTALL.md
2020-05-31 16:25:36 +01:00
torzdf
ac40b0f52f
Remove subpixel upscaling option ( #1024 )
2020-05-13 13:50:48 +01:00
bryanlyon
92bc9af957
Extraction: Added an option to skip outputting face images ( #1021 )
2020-05-13 11:28:30 +00:00
torzdf
815c843f63
Simple backend unit tests ( #1020 )
...
* Add simple backend tests for lib.model
* Document lib.model
* Fix GMSD Loss for AMD
* Remove obsolete code from lib.model
2020-05-12 23:46:04 +01:00
bryanlyon
d27897a63d
Slight tweak of wording
2020-05-06 10:23:13 -07:00
torzdf
88f9092a10
AMD: Fix ICNR Initialization for PlaidML backend
2020-05-06 15:28:56 +00:00
torzdf
d5f42b63c8
Bugfix: lib.gui.project - Reset invalid choices to default if an invalid choice is discovered when loading a .fsw file
2020-04-26 14:40:35 +01:00
torzdf
cbba53ea67
Core Updates ( #1015 )
...
- Remove lib.utils.keras_backend_quiet and replace with get_backend() where relevant
- Document lib.gpu_stats and lib.sys_info
- Remove call to GPUStats.is_plaidml from convert and replace with get_backend()
- lib.gui.menu - typofix
2020-04-24 16:41:27 +01:00
torzdf
2b6601382f
Bugfix: logger - Still output crash report if system information fails to load
2020-04-23 14:29:32 +01:00
torzdf
3f0a016866
bugfix: Extract - raise error if Keras fails to import
2020-04-23 13:50:23 +01:00
torzdf
ff8d85118e
Cli Restructure + Multi-Mask Select on Extract ( #1012 )
...
- Split up cli.py to smaller modules
- Enable Multi Mask Selection in Extraction
- Handle multi option selection options in the GUI
- Document lib/cli
2020-04-22 00:04:21 +01:00
torzdf
add55ccb3f
- Catch Frame count mismatch when analysing presentation time stamps
...
- Don't output a crash report when a FaceswapError is generated
2020-04-15 11:40:41 +01:00
torzdf
9461c59773
Bugfixes and minor updates:
...
- Remove preview option from effmpeg tool
- Remove json filetypes from GUI for alignments files
- Capture and raise empty timelapse folder errors
- Move convert to use centralized ImagesLoader
2020-04-09 14:33:29 +01:00
torzdf
f126dc4935
Documentation Update
2020-04-08 11:32:31 +01:00
torzdf
10115de56b
Update .gitignore
2020-04-06 15:50:17 +01:00
torzdf
8bc00d6dab
Documentation update
2020-04-06 15:38:02 +01:00
torzdf
8412941a64
Update Travis Test for Masker
2020-04-05 11:43:38 +01:00
torzdf
ab4ef75671
Extract - Allow multiple pipelines to be loaded
2020-04-02 15:53:29 +01:00
torzdf
8d4f381e7c
Extract - Better VRAM Allocation in Extraction Pipeline
2020-03-31 15:24:32 +01:00
torzdf
bb3e3d0f16
Extraction - Auto generate Components and Extended Masks
2020-03-30 19:24:29 +01:00
torzdf
e7c5b7b633
Bugfix: cv2-dnn aligner - Assertion image is empty error
2020-03-29 18:24:58 +01:00
torzdf
8d20fb8e8c
Bugfix - lib.image - Make patched ffmpeg reader optional
2020-03-29 11:43:52 +01:00
torzdf
9c2414a7e1
lib.alignments - Update video meta data to handle training alignments files/frame ranges
2020-03-27 12:41:18 +00:00
torzdf
08be32cd35
GUI Sliders - Validate text box entry
2020-03-27 11:18:46 +00:00
torzdf
86a5921c8d
Bugfix - Alignments Tool, DFL Conversion
2020-03-26 17:28:04 +00:00
torzdf
9fe4a65236
Bugfix: Mask Tool
2020-03-25 23:38:57 +00:00
torzdf
3d88630f4f
Core Update ( #995 )
...
* lib.alignments - Add Video Meta Data methods
* lib.image - Monkey Path ImageIO for video scanning
2020-03-23 13:15:21 +00:00
torzdf
4153a7ea0d
Tools Restructure ( #990 )
...
* Restructure tools to allow dynamic (plugable) loading
* Update gui cli parsing to allow new tools structure
2020-03-16 19:12:52 +00:00
torzdf
924d53789b
Core updates ( #982 )
...
* plugins.extract.align
- Expose normalization method
* lib.gui core updates
- Minor updates to support future development.
2020-03-10 14:48:12 +00:00
torzdf
5ccf2413ac
Merge branch 'staging'
2020-03-10 13:33:03 +00:00
torzdf
00068f8451
Core updates ( #981 )
...
* Icon + minor files update
* lib.faces_detect
- Add option to force reload an aligned face
- Make sure a default blur and threshold parameter is set
- Add ability to replace an existing mask
2020-03-10 13:32:09 +00:00
torzdf
65eb905489
Merge branch 'staging'
2020-03-06 12:11:18 +00:00
torzdf
e58fd535d5
bugfix: CV2-DNN aligner. Fix Assertion error when bounding box falls out of frame
2020-03-06 12:10:40 +00:00
torzdf
7de28215dc
Merge branch 'staging'
2020-03-04 15:10:00 +00:00
torzdf
6e08c952f8
bug fix: tools.alignments. Set filename correctly when merging alignments
2020-03-04 15:09:39 +00:00