Plot Coordinates

节点功能:用于将坐标数据可视化为图像序列。该节点使用 Matplotlib 库将坐标点绘制成图像,并可以显示坐标点之间的连接和边界框。Plot
节点中英文对比
Plot Coordinates
  • coordinates
  • size_multiplier
  • images
  • width
  • height
  • bbox_width
  • bbox_height
  • text
    width
    height
    bbox_width
    bbox_height
    Plot Coordinates
  • coordinates
  • size_multiplier
  • images
  • width
  • height
  • bbox_width
  • bbox_height
  • text
    width
    height
    bbox_width
    bbox_height
    Plot Coordinates - 参数说明
    输入参数
    coordinates
    坐标序列,格式为 JSON 字符串,表示每一帧的中心点位置,如 [{"x": 100, "y": 200}, ...]。
    size_multiplier
    每个坐标点的缩放倍数数组,对 bbox 大小进行乘法缩放。
    输出参数
    images
    标注好坐标位置的图像序列(Tensor 格式)。
    width
    图像宽度,回传确认。
    height
    图像高度,回传确认。
    bbox_width
    绘制的边框宽度,回传确认。
    bbox_height
    绘制的边框高度,回传确认。
    控件参数
    text
    图像标题文字,将显示在图中。
    width
    输出图像宽度。
    height
    输出图像高度。
    bbox_width
    在每个坐标位置绘制的边框宽度。
    bbox_height
    在每个坐标位置绘制的边框高度。
    暂无节点说明
    节点列表 首页