Open soniajoseph opened 9 months ago
ImageNet labels are way too coarse-grained. @themachinefan put ImageNet through a SAM pipeline to get a label for each patch.
The results are here: https://huggingface.co/datasets/Prisma-Multimodal/segmented-imagenet1k-subset
We need to make sure these results load cleanly into a Dataloader, which we can cleanly query to get the label per patch
Some things to keep in mind are:
Picking up this issue!
ImageNet labels are way too coarse-grained. @themachinefan put ImageNet through a SAM pipeline to get a label for each patch.
The results are here: https://huggingface.co/datasets/Prisma-Multimodal/segmented-imagenet1k-subset
We need to make sure these results load cleanly into a Dataloader, which we can cleanly query to get the label per patch
Some things to keep in mind are: