为什么人群HTML元素会复制图像?

问题描述

我将Crowd HTML Elements用于执行边界框图像注释的自定义网站。该网站具有以下内容

<script src="https://assets.crowd.aws/crowd-html-elements.js"></script>

<div class="big-area">
    <div class="area-overlay"></div>
    <div class="area-table">
        <div class="area-table-cell">
            <div class="container">
                <section class="section-padding">
                    <div class="labelrow">
                        <crowd-form id="myCrowd">
                            <crowd-bounding-Box
                            name="annotatedResult"
                            labels="['Cat','Dog']"
                            src="placeholder.png"
                            header="Welcome to annotation."
                            id="annotator"
                            >

页面加载后,src标记中的图像再次显示页面底部,紧接</body>结束标记之前。当我使用F12开发人员工具查看“元素”选项卡时,它具有以下格式:

    ...
    <img src="placeholder.png" class="canvas-img" style="image-orientation: none; position: absolute;">
  </body>
</html>

“查看源代码不显示其他<img>标签,仅显示开发人员工具的“元素”标签

我放在人群边界框区域中的任何图像几乎总是被加载,但它也会显示页面底部。有时,我尝试放置在人群边界框中的图像根本没有出现,但总是出现在页面底部

是什么原因导致格式在此处分解并插入其他图像?

谢谢!

解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)