mirror of
https://github.com/iperov/DeepFaceLive
synced 2025-08-14 02:37:01 -07:00
fix relative imports
This commit is contained in:
parent
ad5730c3ca
commit
babe7e3215
20 changed files with 27 additions and 27 deletions
|
@ -2,8 +2,8 @@ from pathlib import Path
|
|||
from typing import Tuple
|
||||
|
||||
import numpy as np
|
||||
from xlib import ffmpeg as lib_ffmpeg
|
||||
from xlib import io as lib_io
|
||||
from .. import ffmpeg as lib_ffmpeg
|
||||
from .. import io as lib_io
|
||||
|
||||
from .FramePlayer import FramePlayer
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue