MMPrompt
Constructor
__init__(self, resize=224)from easyinstruct import MMPrompt
mm_prompts = MMPrompt(resize=32)build_prompt
build_prompt(self,
prompt: str,
img_path: str,
encode_format: str='ASCII',
scale: float=10,
)Last updated