File size: 1,865 Bytes
032e687
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
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