ylingfeng / FGVP

Official Codes for Fine-Grained Visual Prompting, NeurIPS 2023
33 stars 2 forks source link

Inference code for a prompt + single image as input #1

Closed arnaudocus closed 7 months ago

arnaudocus commented 8 months ago

Hello 👋

I just found out your repository, nice work ! I was wondering if there was a quick way to do some inference on a single image with a prompt to assess the results on randomly picked images 😃

Thanks !

ylingfeng commented 8 months ago

Thanks for your interest! Now we have added a corresponding script to infer a single image at https://github.com/ylingfeng/FGVP/tree/main?tab=readme-ov-file#inference-single-image.