File size: 273 Bytes
16aee22
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
# Copyright (c) Facebook, Inc. and its affiliates.
# Modified by Bowen Cheng from https://github.com/sukjunhwang/IFC

from .dataset_mapper import YTVISDatasetMapper, CocoClipDatasetMapper
from .build import *

from .datasets import *
from .ytvis_eval import YTVISEvaluator