SYMBOL INDEX (18 symbols across 4 files) FILE: scripts/edges/batch_hed.py function parse_args (line 19) | def parse_args(): FILE: scripts/eval_cityscapes/cityscapes.py class cityscapes (line 8) | class cityscapes: method __init__ (line 9) | def __init__(self, data_path): method get_dset (line 23) | def get_dset(self, split): method load_image (line 36) | def load_image(self, split, city, idx): method assign_trainIds (line 40) | def assign_trainIds(self, label): method load_label (line 54) | def load_label(self, split, city, idx): method preprocess (line 65) | def preprocess(self, im): method palette (line 79) | def palette(self, label): method make_boundaries (line 94) | def make_boundaries(label, thickness=None): method list_label_frames (line 109) | def list_label_frames(self, split): method collect_frame_sequence (line 125) | def collect_frame_sequence(self, split, idx, length): FILE: scripts/eval_cityscapes/evaluate.py function main (line 21) | def main(): FILE: scripts/eval_cityscapes/util.py function get_out_scoremap (line 5) | def get_out_scoremap(net): function feed_net (line 8) | def feed_net(net, in_): function segrun (line 15) | def segrun(net, in_): function fast_hist (line 20) | def fast_hist(a, b, n): function get_scores (line 31) | def get_scores(hist):