This commit is contained in:
Hacker 17082006 2023-02-19 20:55:50 +07:00
parent e35f293621
commit 65bf374d57

View File

@ -1,5 +1,5 @@
from annotator import canny, hed, midas, mlsd, openpose, uniformer
from annotator.util import HWC3
from . import canny, hed, midas, mlsd, openpose, uniformer
from .util import HWC3
import torch
import numpy as np