mirror of
https://github.com/iperov/DeepFaceLab.git
synced 2025-07-13 16:43:51 -07:00
rename dump_dflive to export_dfm
This commit is contained in:
parent
9d6b6feb1f
commit
63c794b3d0
4 changed files with 12 additions and 12 deletions
|
@ -1,22 +0,0 @@
|
|||
import os
|
||||
import sys
|
||||
import traceback
|
||||
import queue
|
||||
import threading
|
||||
import time
|
||||
import numpy as np
|
||||
import itertools
|
||||
from pathlib import Path
|
||||
from core import pathex
|
||||
from core import imagelib
|
||||
import cv2
|
||||
import models
|
||||
from core.interact import interact as io
|
||||
|
||||
|
||||
def main(model_class_name, saved_models_path):
|
||||
model = models.import_model(model_class_name)(
|
||||
is_training=False,
|
||||
saved_models_path=saved_models_path,
|
||||
cpu_only=True)
|
||||
model.dump_dflive ()
|
Loading…
Add table
Add a link
Reference in a new issue