连接网页出错
后端已经成功开启 SAM 的推理,但是在验证的时候就会报错

We recommend using English or English & Chinese for issues so that we could have broader discussion.
似乎是没有配置好XML 可以看看这个已解决issue https://github.com/open-mmlab/playground/issues/79
<View>
<Image name="image" value="$image" zoom="true"/>
<KeyPointLabels name="KeyPointLabels" toName="image">
<Label value="cat" smart="true" background="#e51515" showInline="true"/>
<Label value="person" smart="true" background="#412cdd" showInline="true"/>
</KeyPointLabels>
<RectangleLabels name="RectangleLabels" toName="image">
<Label value="cat" background="#FF0000"/>
<Label value="person" background="#0d14d3"/>
</RectangleLabels>
<PolygonLabels name="PolygonLabels" toName="image">
<Label value="cat" background="#FF0000"/>
<Label value="person" background="#0d14d3"/>
</PolygonLabels>
<BrushLabels name="BrushLabels" toName="image">
<Label value="cat" background="#FF0000"/>
<Label value="person" background="#0d14d3"/>
</BrushLabels>
</View>
我就是直接复制的这个 code 生成的,但是还是会报错。我用 vit_b 模型去做 segmentation 之后,那个网络总是会断掉,服务就开不起来。
似乎是没有配置好XML 可以看看这个已解决issue https://github.com/open-mmlab/playground/issues/79
<View> <Image name="image" value="$image" zoom="true"/> <KeyPointLabels name="KeyPointLabels" toName="image"> <Label value="cat" smart="true" background="#e51515" showInline="true"/> <Label value="person" smart="true" background="#412cdd" showInline="true"/> </KeyPointLabels> <RectangleLabels name="RectangleLabels" toName="image"> <Label value="cat" background="#FF0000"/> <Label value="person" background="#0d14d3"/> </RectangleLabels> <PolygonLabels name="PolygonLabels" toName="image"> <Label value="cat" background="#FF0000"/> <Label value="person" background="#0d14d3"/> </PolygonLabels> <BrushLabels name="BrushLabels" toName="image"> <Label value="cat" background="#FF0000"/> <Label value="person" background="#0d14d3"/> </BrushLabels> </View>
像这种网络错误应该怎么解决呢
在 windows 本机上跑就报这个错,按照的是大众的检测猫的教程,一步一步来的,不知道为什么还是 detect 不出来
我今天使用Windows 使用cpu推,可以使用啊 要不你先试试按照这个pr进行操作 https://github.com/open-mmlab/playground/pull/90
@neverland-haha @JimmyMa99 #79这个貌似删了,找不到了 https://github.com/open-mmlab/playground/issues/79
你好,关于在Linux服务器上配置并转发的教程可以参考以下视频 5:07https://www.bilibili.com/video/BV1TP41117ai/?vd_source=fb6a77526d8c4a614a7c1d20be759b4f#reply313353118