Commit Graph

126 Commits

Author SHA1 Message Date
henryruhs
2935185b81 Fix multiple ui opening 2023-06-02 19:58:47 +02:00
henryruhs
30159974a4 Introduce Python alike package namespace, turn run.py into an entrypoint 2023-06-02 10:29:00 +02:00
henryruhs
bbb615e650 Undo probability 2023-06-01 22:31:00 +02:00
chris
d17a440cd6 - refactored swapper.py to optimized code logic
- refactored "get_face" and "get_all_faces" to "get_face_single" and "get_face_many" respectively
- moved all global booleans to top of file
2023-06-01 15:09:12 -04:00
chris
b155a2cb36 - resolved conflicts
- fixed checkbox alignment options to be consistent
2023-06-01 13:39:16 -04:00
chris
caaba96234 Merge remote-tracking branch 'origin/main'
# Conflicts:
#	run.py
2023-06-01 13:29:35 -04:00
Somdev Sangwan
9f9acb2ed1
dont break other gpus 2023-06-01 15:07:44 +05:30
Somdev Sangwan
a799cde05b
increase confidence 2023-06-01 11:40:25 +05:30
chris
bc4a590c99 - attempt to fix alignment of UI elements 2023-05-31 19:19:43 -04:00
Henry Ruhs
032e1babbb
Merge pull request #216 from jmp909/fix-checkboxes
fix checkboxes and video fps probe parsing
2023-06-01 00:38:55 +02:00
jmp909
3480bfd6aa fix typo! 2023-05-31 23:20:18 +01:00
jmp909
43990c9367 fix checkboxes & video fps 2023-05-31 22:57:21 +01:00
henryruhs
442c070229 Need for Python 3.9+ 2023-05-31 23:35:47 +02:00
henryruhs
8509160850 Remove import 2023-05-31 23:05:58 +02:00
henryruhs
bf100f4974 Improve speed 2023-05-31 23:04:44 +02:00
henryruhs
7d42dbc4bc Remove processing time as of progress bar 2023-05-31 23:04:44 +02:00
henryruhs
5aa91e9157 Rename files 2023-05-31 23:04:44 +02:00
henryruhs
91b7301f32 Proper exiting via ctrl+c 2023-05-31 23:04:44 +02:00
chris
6a410e8f84 Merge remote-tracking branch 'origin/main'
# Conflicts:
#	core/processor.py
2023-05-31 16:39:04 -04:00
henryruhs
cec2c21401 Rename files 2023-05-31 21:17:01 +02:00
henryruhs
f85ae76367 Proper exiting via ctrl+c 2023-05-31 21:03:44 +02:00
chris
acde1d7681 - added UI elements
- cleaned up some code
2023-05-31 13:54:41 -04:00
chris
7bfdd73783 Merge remote-tracking branch 'origin/main'
# Conflicts:
#	run.py
2023-05-31 13:50:33 -04:00
henryruhs
30d33f9f58 Improve CLI description 2023-05-31 19:37:33 +02:00
henryruhs
50283c88e0 Fix key error 2023-05-31 19:27:31 +02:00
henryruhs
421df6b159 Implement predict video 2023-05-31 19:10:41 +02:00
henryruhs
4f5f79d32b Implement predict video 2023-05-31 19:10:41 +02:00
henryruhs
54c5987ef0 Implement predict video 2023-05-31 19:10:41 +02:00
henryruhs
23753b523e Implement predict video 2023-05-31 19:10:41 +02:00
henryruhs
96a61397ef Implement predict video 2023-05-31 19:10:41 +02:00
henryruhs
4e2be506ce Fix GPU for NVIDIA 2023-05-31 19:10:40 +02:00
chris
841b2d06c3 Merge remote-tracking branch 'origin/main'
# Conflicts:
#	core/globals.py
#	core/processor.py
#	run.py
2023-05-31 11:35:39 -04:00
chris
6fbc2d32b3 - allow processing all faces within a frame 2023-05-31 11:28:13 -04:00
Somdev Sangwan
f9a2e1d17d
Update run.py 2023-05-31 20:52:43 +05:30
Somdev Sangwan
92e26d0326
more confidence 2023-05-31 20:32:48 +05:30
Somdev Sangwan
bdfd239231
reorder imports 2023-05-31 19:33:19 +05:30
Somdev Sangwan
80da02775a
fix torch, improve face detection 2023-05-31 19:12:13 +05:30
Somdev Sangwan
a9571f6f74 use exact fps 2023-05-31 18:47:20 +05:30
Somdev Sangwan
cb3d045bb9
continue when face not found 2023-05-31 16:40:19 +05:30
Somdev Sangwan
7c3f75ae88 better face detection 2023-05-31 15:20:26 +05:30
Somdev Sangwan
ef28e3ad7f
fix target_path undefined 2023-05-31 14:43:21 +05:30
henryruhs
a8317003a8 Add chmod +x 2023-05-31 11:00:35 +02:00
henryruhs
7abb42724e Introduce lint pipeline and fix some minor issues flake8 complained about 2023-05-31 10:32:40 +02:00
Saqib Ali
ccd63b1dce
Fix: Added missing rreplace import from core.utils.
An import for `rreplace` was missing from core.utils in the run.py file which made the program crash. It has been fixed and added.
2023-05-31 10:53:13 +05:00
Somdev Sangwan
7e68260f71
bruh moment 11 2023-05-31 10:38:16 +05:30
Somdev Sangwan
6a09ee0c4b
handle non-nvidia gpus better 2023-05-31 10:36:18 +05:30
henryruhs
411818d0f9 Need to return at least 2 cores for default 2023-05-30 22:44:48 +02:00
henryruhs
3e35bea1df Adjust max-cores with lower default 2023-05-30 22:16:38 +02:00
henryruhs
5feb6b0d71 Resolve absolute model path 2023-05-30 21:52:39 +02:00
henryruhs
98a5111d53 Undo: Resolve absolute model path 2023-05-30 21:48:06 +02:00