Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/hustvl/Vim
/ metadata
Method
metadata
det/tests/test_visualizer.py:36–37 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
34
35
@property
36
def
metadata(self):
37
return
MetadataCatalog.get(
"coco_2017_train"
)
38
39
def
test_draw_dataset_dict(self):
40
img = np.random.rand(512, 512, 3) * 255
Callers
nothing calls this directly
Calls
1
get
Method · 0.45
Tested by
no test coverage detected