ZhangYuanhan-AI / visual_prompt_retrieval

[NeurIPS2023] Official implementation and model release of the paper "What Makes Good Examples for Visual In-Context Learning?"
Creative Commons Zero v1.0 Universal
166 stars 7 forks source link

domain adaption #11

Closed luotc-why closed 2 weeks ago

luotc-why commented 4 months ago

Please tell me how you tested the performance of domain adaption. After running your coco_dataloader. py, I found that for fold_0, there is no internal class 40(bottle), resulting in an exception when retrieving data from coco_dataloader. py. How did you solve this problem?

[https://github.com/matlab-deep-learning/Object-Detection-Using-Pretrained-YOLO-v2/blob/main/%2Bhelper/coco-classes.txt]() [https://github.com/matlab-deep-learning/Object-Detection-Using-Pretrained-YOLO-v2/blob/main/%2Bhelper/pascal-voc-classes.txt]()

thank you very much indeed!