MCPcopy
hub / github.com/rbgirshick/fast-rcnn / image_path_at

Method image_path_at

lib/datasets/imdb.py:77–78  ·  view source on GitHub ↗
(self, i)

Source from the content-addressed store, hash-verified

75 return len(self.image_index)
76
77 def image_path_at(self, i):
78 raise NotImplementedError
79
80 def default_roidb(self):
81 raise NotImplementedError

Callers 6

append_flipped_imagesMethod · 0.95
_get_feature_scaleMethod · 0.45
get_pos_examplesMethod · 0.45
prepare_roidbFunction · 0.45
test_netFunction · 0.45

Calls

no outgoing calls

Tested by 1

test_netFunction · 0.36