mirror of
https://github.com/Vision-CAIR/MiniGPT-4.git
synced 2025-04-04 18:10:47 +00:00
update anwser ins
This commit is contained in:
parent
e2158361f1
commit
3718f9ff69
@ -39,7 +39,7 @@ class MVTecDataset(Dataset):
|
||||
|
||||
ans_defect = "defect" if info["is_broken"] == True else "non-defect"
|
||||
ans_para = f"<p>{ans_cls}-{ans_defect}</p>"
|
||||
answer = f"{ans_para}<{gt_bbox[0]}> <{gt_bbox[1]}><{gt_bbox[2]}><{gt_bbox[3]}>"
|
||||
answer = f"{ans_para} {{<{gt_bbox[0]}><{gt_bbox[1]}><{gt_bbox[2]}><{gt_bbox[3]}>}}"
|
||||
|
||||
instruction = random.choice(self.instruction_pool).format(input)
|
||||
instruction = "<Img><ImageHere></Img> {} ".format(instruction)
|
||||
|
Loading…
Reference in New Issue
Block a user