cccusername
cccusername
@richzhang The target of the image is colorized with a reference image. So how to color the the background of the image.
> I have the same problem, have you solved it? 没有呢,好像是clip-retrieval得到的特征的问题
@Jintao-Huang str是图片路径吗
@Jintao-Huang 那就是类似这样对吗 ```json { "images":["图片1路径", "图片2路径"], "query":["OCR", "OCR"], "response":["图片1OCR结果","图片2OCR结果"], } ```
@Jintao-Huang query里的 image,输入是图片的话就需要带这个标签吗
@Jintao-Huang 那在这个任务里,我是不是这样写就可以 ```json {"query": "OCR", "response": "66666", "images": ["image_path"]} {"query": "OCR", "response": "77777", "images": ["image_path"]} {"query": "OCR", "response": "88888", "images": ["image_path"]} ```