update
Browse files- infer_api.py +0 -2
infer_api.py
CHANGED
@@ -34,9 +34,7 @@ from rm_anime_bg.cli import get_mask, SCALE
|
|
34 |
import argparse
|
35 |
import os
|
36 |
import cv2
|
37 |
-
import glob
|
38 |
import numpy as np
|
39 |
-
import matplotlib.pyplot as plt
|
40 |
from typing import Dict, Optional, List
|
41 |
from omegaconf import OmegaConf, DictConfig
|
42 |
from PIL import Image
|
|
|
34 |
import argparse
|
35 |
import os
|
36 |
import cv2
|
|
|
37 |
import numpy as np
|
|
|
38 |
from typing import Dict, Optional, List
|
39 |
from omegaconf import OmegaConf, DictConfig
|
40 |
from PIL import Image
|