Dataset Viewer
Duplicate
The dataset viewer is not available for this split.
Job manager crashed while running this job (missing heartbeats).
Error code:   JobManagerCrashedError

Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.

FPS-UDA Feature Banks

This repository hosts released dataset-level H5 feature banks for FPS-UDA (Feature-Space Planes Searcher for Unsupervised Domain Adaptation).

The feature banks are used by the FPS-UDA codebase:

What Is Included

The files are stored under the banks/ directory.

Key File Backbone family
office31_resnet banks/office31_resnet50.h5 torchvision ResNet
office31_vit banks/office31_vit.h5 timm ViT
office31_siglip2 banks/office31_siglip2.h5 HuggingFace AutoModel / SigLIP 2
office_home_resnet banks/office_home_resnet50.h5 torchvision ResNet
office_home_vit banks/office_home_vit.h5 timm ViT
office_home_siglip2 banks/office_home_siglip2.h5 HuggingFace AutoModel / SigLIP 2
visda17_resnet banks/visda17_resnet101.h5 torchvision ResNet
visda17_vit banks/visda17_vit.h5 timm ViT
visda17_siglip2 banks/visda17_siglip2.h5 HuggingFace AutoModel / SigLIP 2

The released FPS-UDA library supports both classic vision backbones and newer large vision models. In particular, the SigLIP 2 banks are extracted with:

backbone:
  backend: hf_auto_vision
  name: google/siglip2-so400m-patch14-384
Downloads last month
99