提交 bc0c5b59 编写于 作者: K Kentaro Wada

Show class_id in Visualization

上级 e3bde924
......@@ -89,8 +89,10 @@ def main():
# lbl_pil.putpalette((colormap * 255).flatten())
lbl_pil.save(out_lbl_file)
label_names = ['%d: %s' % (cls_id, cls_name)
for cls_id, cls_name in enumerate(class_names)]
viz = labelme.utils.draw_label(
lbl, img, class_names, colormap=colormap)
lbl, img, label_names, colormap=colormap)
PIL.Image.fromarray(viz).save(out_viz_file)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册