Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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_images
Method · 0.95
_get_feature_scale
Method · 0.45
get_pos_examples
Method · 0.45
train_with_hard_negatives
Method · 0.45
prepare_roidb
Function · 0.45
test_net
Function · 0.45
Calls
no outgoing calls
Tested by
1
test_net
Function · 0.36