UX-Decoder / DINOv

[CVPR 2024] Official implementation of the paper "Visual In-context Learning"
387 stars 17 forks source link

Inference on custom dataset #14

Open a-ism256 opened 7 months ago

a-ism256 commented 7 months ago

Hello,

Thank you for sharing this interesting work!

Is it possible to run generic segmentation inference on a custom dataset? Could you provide some guidelines on how if possible?

FengLi-ust commented 7 months ago

I think it is possible. You need to generate your visual prompt with your custom data, maybe write another dataloader to load your data.