Code Monkey home page Code Monkey logo

Comments (9)

HonestyBrave avatar HonestyBrave commented on September 24, 2024 1

1683806074512

from playground.

mm-assistant avatar mm-assistant commented on September 24, 2024

We recommend using English or English & Chinese for issues so that we could have broader discussion.

from playground.

JimmyMa99 avatar JimmyMa99 commented on September 24, 2024

似乎是没有配置好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>

from playground.

neverland-haha avatar neverland-haha commented on September 24, 2024

我就是直接复制的这个 code 生成的,但是还是会报错。我用 vit_b 模型去做 segmentation 之后,那个网络总是会断掉,服务就开不起来。

from playground.

neverland-haha avatar neverland-haha commented on September 24, 2024

似乎是没有配置好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>

image
image
像这种网络错误应该怎么解决呢

from playground.

neverland-haha avatar neverland-haha commented on September 24, 2024

image
在 windows 本机上跑就报这个错,按照的是大众的检测猫的教程,一步一步来的,不知道为什么还是 detect 不出来

from playground.

JimmyMa99 avatar JimmyMa99 commented on September 24, 2024

我今天使用Windows 使用cpu推,可以使用啊
要不你先试试按照这个pr进行操作
#90

from playground.

HonestyBrave avatar HonestyBrave commented on September 24, 2024

@neverland-haha @JimmyMa99 #79这个貌似删了,找不到了
https://github.com/open-mmlab/playground/issues/79

from playground.

JimmyMa99 avatar JimmyMa99 commented on September 24, 2024

你好,关于在Linux服务器上配置并转发的教程可以参考以下视频
5:07https://www.bilibili.com/video/BV1TP41117ai/?vd_source=fb6a77526d8c4a614a7c1d20be759b4f#reply313353118

from playground.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.