mirror of
https://github.com/vladmandic/automatic
synced 2026-08-27 07:31:01 +02:00
2b9056179d
Signed-off-by: Vladimir Mandic <mandic00@live.com>
7 lines
203 B
Python
7 lines
203 B
Python
from .inference import evaluate
|
|
from .utils import get_model
|
|
from .extract import extract_object, resize_and_center_crop
|
|
|
|
|
|
__all__ = ["evaluate", "get_model", "extract_object", "resize_and_center_crop"]
|