Functions | |
| def | filter_roidb |
| def | load_gt_roidb |
| def | load_gt_segdb |
| def | load_proposal_roidb |
| def | merge_roidb |
| def | merge_segdb |
| def utils.load_data.filter_roidb | ( | roidb, | |
| config | |||
| ) |
remove roidb entries without usable rois
Definition at line 35 of file load_data.py.
| def utils.load_data.load_gt_roidb | ( | dataset_name, | |
| image_set_name, | |||
| root_path, | |||
| dataset_path, | |||
result_path = None, |
|||
flip = False |
|||
| ) |
load ground truth roidb
Definition at line 5 of file load_data.py.
| def utils.load_data.load_gt_segdb | ( | dataset_name, | |
| image_set_name, | |||
| root_path, | |||
| dataset_path, | |||
result_path = None, |
|||
flip = False |
|||
| ) |
load ground truth segdb
Definition at line 54 of file load_data.py.
| def utils.load_data.load_proposal_roidb | ( | dataset_name, | |
| image_set_name, | |||
| root_path, | |||
| dataset_path, | |||
result_path = None, |
|||
proposal = 'rpn', |
|||
append_gt = True, |
|||
flip = False |
|||
| ) |
load proposal roidb (append_gt when training)
Definition at line 15 of file load_data.py.
| def utils.load_data.merge_roidb | ( | roidbs | ) |
roidb are list, concat them together
Definition at line 27 of file load_data.py.
| def utils.load_data.merge_segdb | ( | segdbs | ) |
segdb are list, concat them together
Definition at line 64 of file load_data.py.