Shortcuts

mmagic.apis.inferencers.inpainting_inferencer

Module Contents

Classes

InpaintingInferencer

inferencer that predicts with inpainting models.

class mmagic.apis.inferencers.inpainting_inferencer.InpaintingInferencer(config: Union[mmagic.utils.ConfigType, str], ckpt: Optional[str], device: Optional[str] = None, extra_parameters: Optional[Dict] = None, seed: int = 2022, **kwargs)[源代码]

Bases: mmagic.apis.inferencers.base_mmagic_inferencer.BaseMMagicInferencer

inferencer that predicts with inpainting models.

func_kwargs[源代码]
_init_pipeline(cfg) mmengine.dataset.Compose[源代码]

Initialize the test pipeline.

preprocess(img: mmagic.apis.inferencers.base_mmagic_inferencer.InputsType, mask: mmagic.apis.inferencers.base_mmagic_inferencer.InputsType) Dict[源代码]

Process the inputs into a model-feedable format.

参数
  • img (InputsType) – Image to be inpainted by models.

  • mask (InputsType) – Image mask for inpainting models.

返回

Results of preprocess.

返回类型

results(Dict)

forward(inputs: mmagic.apis.inferencers.base_mmagic_inferencer.InputsType) mmagic.apis.inferencers.base_mmagic_inferencer.PredType[源代码]

Forward the inputs to the model.

visualize(preds: mmagic.apis.inferencers.base_mmagic_inferencer.PredType, result_out_dir: str = None) List[numpy.ndarray][源代码]

Visualize predictions.

参数
  • preds (List[Union[str, np.ndarray]]) – Forward results by the inferencer.

  • data (List[Dict]) – Mask of input image.

  • result_out_dir (str) – Output directory of image. Defaults to ‘’.

返回

Result of visualize

返回类型

List[np.ndarray]

Read the Docs v: latest
Versions
latest
stable
0.x
Downloads
pdf
epub
On Read the Docs
Project Home
Builds

Free document hosting provided by Read the Docs.