SYMBOL INDEX (31 symbols across 9 files) FILE: demo.py function parse_args (line 31) | def parse_args(): FILE: evalCOCO.py function parse_args (line 35) | def parse_args(): FILE: image_demo.py function parse_args (line 41) | def parse_args(): FILE: spiders/base_coco_ssm_spider.py class NoLabelException (line 18) | class NoLabelException(Exception): class BaseCOCOSSMSpider (line 22) | class BaseCOCOSSMSpider(DatasetSpider): method fetch (line 24) | def fetch(self): method fetch_image (line 27) | def fetch_image(self): method fetch_masks (line 65) | def fetch_masks(self): method cal_centers_of_masks_and_bbs (line 82) | def cal_centers_of_masks_and_bbs(self): method find_matched_masks (line 101) | def find_matched_masks(self): method get_shift_negtive_samples (line 185) | def get_shift_negtive_samples(self): method get_zoom_negtive_samples (line 228) | def get_zoom_negtive_samples(self): method assign_gt (line 271) | def assign_gt(self): FILE: spiders/coco_ssm_spider.py class COCOSSMSpider (line 22) | class COCOSSMSpider(BaseCOCOSSMSpider): method __init__ (line 32) | def __init__(self, *args, **kwargs): method fetch (line 42) | def fetch(self): method fetch_label (line 76) | def fetch_label(self): method gen_single_scale_label (line 125) | def gen_single_scale_label(self, h, w, ratio): method filter_sample (line 133) | def filter_sample(self, batch): class COCOSSMDemoSpider (line 188) | class COCOSSMDemoSpider(BaseCOCOSSMSpider): method __init__ (line 195) | def __init__(self, *args, **kwargs): method fetch (line 211) | def fetch(self): method next_idx (line 221) | def next_idx(self): FILE: test.py function parse_args (line 40) | def parse_args(): FILE: train.py function parse_args (line 24) | def parse_args(): FILE: utils.py function transplant (line 8) | def transplant(new_net, net, suffix=''): function expand_score (line 24) | def expand_score(new_net, new_layer, net, layer): function upsample_filt (line 29) | def upsample_filt(size): function interp (line 39) | def interp(net, layers): function gen_masks (line 58) | def gen_masks(net, input, config, dest_shape=None, image=None): FILE: video_demo.py function parse_args (line 43) | def parse_args():