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

Function get_imdb

lib/datasets/factory.py:40–44  ·  view source on GitHub ↗

Get an imdb (image database) by name.

(name)

Source from the content-addressed store, hash-verified

38 _selective_search_IJCV_top_k(split, year, top_k))
39
40def get_imdb(name):
41 """Get an imdb (image database) by name."""
42 if not __sets.has_key(name):
43 raise KeyError('Unknown dataset: {}'.format(name))
44 return __sets[name]()
45
46def list_imdbs():
47 """List all registered imdbs."""

Callers 5

test_net.pyFile · 0.90
train_svms.pyFile · 0.90
from_matsFunction · 0.90
from_detsFunction · 0.90
train_net.pyFile · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected