Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
dineshreddy
/
WALT
like
1
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
WALT
/
mmdet
/
core
/
visualization
/
__init__.py
3v324v23
update demo
a56642d
almost 3 years ago
raw
Copy download link
history
blame
contribute
delete
Safe
184 Bytes
from
.image
import
(color_val_matplotlib, imshow_det_bboxes,
imshow_gt_det_bboxes)
__all__ = [
'imshow_det_bboxes'
,
'imshow_gt_det_bboxes'
,
'color_val_matplotlib'
]