mirror of
https://github.com/Vision-CAIR/MiniGPT-4.git
synced 2025-04-05 02:20:47 +00:00
commit
e51b4f24ea
@ -114,7 +114,7 @@ def computeIoU(bbox1, bbox2):
|
|||||||
|
|
||||||
def save_tmp_img(visual_img):
|
def save_tmp_img(visual_img):
|
||||||
file_name = "".join([str(random.randint(0, 9)) for _ in range(5)]) + ".jpg"
|
file_name = "".join([str(random.randint(0, 9)) for _ in range(5)]) + ".jpg"
|
||||||
file_path = "/tmp/" + file_name
|
file_path = "/tmp/gradio" + file_name
|
||||||
visual_img.save(file_path)
|
visual_img.save(file_path)
|
||||||
return file_path
|
return file_path
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user