zhouyik's picture
Upload folder using huggingface_hub
032e687 verified
from .CombineDataset import CombineDataset
from .GCGDataset import RefCOCOgGCGDataset, OpenPsgGCGDataset, GranDfGCGDataset, FlickrGCGDataset
from .SemanticSegDataset import SemanticSegDataset, ADE20kSemanticSegDataset,\
COCOStuffSemanticSegDataset,MapillarySemanticSegDataset, PascalPartSemanticSegDataset,\
PacoSemanticSegDataset
from .MDPVPointsDataset import MDPVPointDetailedCaptionDataset, MDPVPointBriefCaptionDataset
from .ReferringSegDataset import RefcocoReferringSegDataset, Refcoco_plus_ReferringSegDataset,\
Refcocog_ReferringSegDataset, Refclef_ReferringSegDataset
from .RegionCaptionDataset import OspreyRegionCaptionDataset, OspreyRegionConversationDataset
from .LlavaDataset import LLaVADataset
from .DecoupledGCGDataset import DecoupledRefCOCOgGCGDataset, DecoupledOpenPsgGCGDataset,\
DecoupledGranDfGCGDataset, DecoupledFlickrGCGDataset
from .process_functions import glamm_openpsg_map_fn, glamm_refcocog_map_fn,\
glamm_granf_map_fn, glamm_flickr_map_fn,\
semantic_seg_map_fn, pascal_part_map_fn,\
semantic_seg_gcg_format_map_fn, pascal_part_gcg_format_map_fn,\
referring_seg_map_fn, referring_seg_gcg_format_map_fn,\
osprey_region_caption_map_fn, osprey_region_caption_gcg_format_map_fn,\
osprey_region_conversation_map_fn,\
mdpv_points_map_fn
from .process_functions import glamm_refcocog_decoupled_given_objects_map_fn, glamm_refcocog_decoupled_given_description_map_fn,\
glamm_granf_decoupled_given_description_map_fn, glamm_granf_decoupled_given_objects_map_fn,\
glamm_flickr_decoupled_given_description_map_fn, glamm_flickr_decoupled_given_objects_map_fn,\
glamm_openpsg_decoupled_given_objects_map_fn, glamm_openpsg_decoupled_given_description_map_fn
from .collect_fns import omg_llava_collate_fn
from .video import VideoReVOSDataset, VideoMeVISDataset, VideoRefYoutubeVOSDataset