GithubHelp home page GithubHelp logo

open-mmlab / labelbee Goto Github PK

View Code? Open in Web Editor NEW
237.0 237.0 56.0 38.85 MB

LabelBee is an annotation Library

License: Apache License 2.0

JavaScript 20.77% Shell 0.01% HTML 0.08% TypeScript 76.29% SCSS 2.83% CSS 0.02%
annotation frontend javascript

labelbee's People

Contributors

buket-wu avatar dependabot[bot] avatar glenfiddish avatar henry-diasa avatar houchenyang avatar kerwin-l avatar labelbee-bot avatar lihqi avatar lixinghua123 avatar mmmmoriaty avatar semantic-release-bot avatar tanjunbao avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

labelbee's Issues

How to configure Sider in jsx?

hello, I am new to React. I want to configure sider bar in our project. I have read the documentation, noticing that the doc provides original Sider definition in TypeScript. In my project, I use jsx, so how to configure the Sider in jsx?
hello,我是react新手。我希望在自己的项目中自定义标注侧边栏。我阅读了文档,发现给出的是原始typescript的定义,想在demo中找侧边栏配置的例子但是没有找到,不知道如何在jsx中自定义侧边栏?

如何禁用标注区域放大缩小?

现状:鼠标放在标注区域,滑动鼠标滚轮,图片会放大缩小。
期望:鼠标滑动滚轮,图片大小不变。或者是否可以放大缩小能够根据状态切换。

如何动态的更改AnnotationView中的标注框颜色?

我想动态的更新矩形标注框的颜色,代码如下,但是似乎不起作用,有推荐做法么?

`
function bboxcolor(value){
if(value===0){
console.log("green")
return {stroke:"green",thickness:3}
}else{
console.log("red")
return {stroke:"red",thickness:3}
}
}
return (

<div>
    <div>
        <Input placeholder="Basic usage" />
        <Input type="file" onChange={handlefile}></Input>
    </div>
    <div>
        <Button onClick={onChnageColor}>  切换颜色 </Button>
        <h3>{currentValue}</h3>
    </div>
    <div>
        <AnnotationView
            src = {imgsrc}
            style = {bboxcolor(currentValue)}
            annotations = {annos}
            value = {currentValue}
            backgroundStyle = {{background: "gray"}}
            />
    </div>
</div>


`

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.