mirror of
https://github.com/iperov/DeepFaceLab.git
synced 2025-08-22 06:23:20 -07:00
Missing imports: threading for line 26 and time for lines 73, 99, 107
This commit is contained in:
parent
c963703395
commit
3da0cd81ea
1 changed files with 2 additions and 0 deletions
|
@ -1,5 +1,7 @@
|
|||
import copy
|
||||
import multiprocessing
|
||||
import threading
|
||||
import time
|
||||
import traceback
|
||||
|
||||
import cv2
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue