Labelbox is the fastest way to annotate data to build and ship artificial intelligence applications

Overview

Labelbox

Labelbox is the fastest way to annotate data to build and ship artificial intelligence applications. Use this github repository to help you set up a Custom Editor in Labelbox.

Labelbox platform

Documentation

Legal

Here are our Terms of Use, Privacy Notice, CCPA Notice, Cookie Notice, and Copyright Dispute Policy

Comments
  • Enable Conversion of Two Point bbox Specification

    Enable Conversion of Two Point bbox Specification

    When bounding boxes are specified with only two points the existing COCO conversion code (silently) fails. This is because of an explicit requirement of at least three points to create a polygon. This pull request fixes that issue by calculating the bounding box for any number of points greater than one (1) and creating the bbox directly with shapely.geometry.box.

    opened by waylonflinn 3
  • fix ontology indexing when exporting to COCO

    fix ontology indexing when exporting to COCO

    Ontology indexing does not occur correctly for subclasses of tools.

    The fix was getting the recursive call to run on each node in the node_layer to index correctly.

    opened by masakistan 1
  • Undefined name: Don’t forget self in self.pay

    Undefined name: Don’t forget self in self.pay

    flake8 testing of https://github.com/Labelbox/Labelbox on Python 3.7.1

    $ flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics

    ./custom-interfaces/video-segmentation-beaverdam/mturk/models.py:180:57: F821 undefined name 'pay        num_cents = ((boxes - 1) * self.bonus_per_box + pay) * 100
                                                            ^
    ./custom-interfaces/video-segmentation-beaverdam/mturk/queries.py:7:77: F821 undefined name 'self'
            raise Exception('More than one full video task for video {}'.format(self.id))
                                                                                ^
    2     F821 undefined name 'pay'
    
    opened by cclauss 0
  • [ENG-1965] [ENG-1967] Create Dockerfile, Makefile and add coco exporter functionality to Labelbox repo

    [ENG-1965] [ENG-1967] Create Dockerfile, Makefile and add coco exporter functionality to Labelbox repo

    To test this locally, run the command make run-local-export EXPORT_PATH=$(pwd)/test_JSON.json

    The file test_JSON.json will need to be removed after testing here is complete (added for ease of testing)

    alternatively this script can be run inside a pipenv via: pipenv python main.py ${PATH_TO_INPUT} ${PATH_TO_OUTPUT}

    Note the circle build fail is from that one time when someone added all our repos to circle...

    opened by nikkigantos 0
  • [Snyk] Security upgrade django from 1.10 to 3.2.15

    [Snyk] Security upgrade django from 1.10 to 3.2.15

    This PR was automatically created by Snyk using the credentials of a real user.


    Snyk has created this PR to fix one or more vulnerable packages in the `pip` dependencies of this project.

    Changes included in this PR

    • Changes to the following files to upgrade the vulnerable dependencies to a fixed version:
      • custom-interfaces/video-segmentation-beaverdam/requirements.txt

    Vulnerabilities that will be fixed

    By pinning:

    Severity | Priority Score (*) | Issue | Upgrade | Breaking Change | Exploit Maturity :-------------------------:|-------------------------|:-------------------------|:-------------------------|:-------------------------|:------------------------- high severity | 636/1000
    Why? Recently disclosed, Has a fix available, CVSS 7 | Reflected File Download (RFD)
    SNYK-PYTHON-DJANGO-2968205 | django:
    1.10 -> 3.2.15
    | No | No Known Exploit

    (*) Note that the real score may have changed since the PR was raised.

    Some vulnerabilities couldn't be fully fixed and so Snyk will still find them when the project is tested again. This may be because the vulnerability existed within more than one direct dependency, but not all of the effected dependencies could be upgraded.

    Check the changes in this PR to ensure they won't cause issues with your project.


    Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open fix PRs.

    For more information: 🧐 View latest project report

    πŸ›  Adjust project settings

    πŸ“š Read more about Snyk's upgrade and patch logic


    Learn how to fix vulnerabilities with free interactive lessons:

    πŸ¦‰ Learn about vulnerability in an interactive lesson of Snyk Learn.

    opened by lucylimh 0
  • [Snyk] Upgrade styled-components from 4.4.0 to 4.4.1

    [Snyk] Upgrade styled-components from 4.4.0 to 4.4.1

    Snyk has created this PR to upgrade styled-components from 4.4.0 to 4.4.1.

    merge advice :information_source: Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.


    • The recommended version is 1 version ahead of your current version.
    • The recommended version was released 3 years ago, on 2019-10-30.

    Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open upgrade PRs.

    For more information:

    🧐 View latest project report

    πŸ›  Adjust upgrade PR settings

    πŸ”• Ignore this dependency or unsubscribe from future upgrade PRs

    opened by snyk-bot 0
  • [Snyk] Upgrade react-toastify from 5.4.0 to 5.5.0

    [Snyk] Upgrade react-toastify from 5.4.0 to 5.5.0

    Snyk has created this PR to upgrade react-toastify from 5.4.0 to 5.5.0.

    :information_source: Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.


    • The recommended version is 2 versions ahead of your current version.
    • The recommended version was released 3 years ago, on 2019-12-30.

    Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open upgrade PRs.

    For more information:

    🧐 View latest project report

    πŸ›  Adjust upgrade PR settings

    πŸ”• Ignore this dependency or unsubscribe from future upgrade PRs

    opened by snyk-bot 0
  • [Snyk] Upgrade: react, react-dom

    [Snyk] Upgrade: react, react-dom

    Snyk has created this PR to upgrade multiple dependencies.

    πŸ‘―β€β™‚ The following dependencies are linked and will therefore be updated together.

    :information_source: Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.

    Name | Versions | Released on :-------------|:-------------|:------------- react
    from 16.8.6 to 16.14.0 | 11 versions ahead of your current version | 2 years ago
    on 2020-10-14 react-dom
    from 16.8.6 to 16.14.0 | 11 versions ahead of your current version | 2 years ago
    on 2020-10-14


    Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open upgrade PRs.

    For more information:

    🧐 View latest project report

    πŸ›  Adjust upgrade PR settings

    πŸ”• Ignore this dependency or unsubscribe from future upgrade PRs

    opened by snyk-bot 0
  • [Snyk] Upgrade react-scripts from 3.0.1 to 3.4.4

    [Snyk] Upgrade react-scripts from 3.0.1 to 3.4.4

    Snyk has created this PR to upgrade react-scripts from 3.0.1 to 3.4.4.

    :information_source: Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.


    • The recommended version is 15 versions ahead of your current version.
    • The recommended version was released 2 years ago, on 2020-10-20.

    The recommended version fixes:

    Severity | Issue | PriorityScore (*) | Exploit Maturity | :-------------------------:|:-------------------------|-------------------------|:------------------------- | Arbitrary Code Injection
    SNYK-JS-SERIALIZEJAVASCRIPT-570062 | 492/1000
    Why? Proof of Concept exploit, CVSS 7.7 | Proof of Concept | Cross-site Scripting (XSS)
    SNYK-JS-SERIALIZEJAVASCRIPT-536840 | 492/1000
    Why? Proof of Concept exploit, CVSS 7.7 | No Known Exploit | Prototype Pollution
    SNYK-JS-NODEFORGE-598677 | 492/1000
    Why? Proof of Concept exploit, CVSS 7.7 | Proof of Concept | Arbitrary Code Execution
    SNYK-JS-HANDLEBARS-534478 | 492/1000
    Why? Proof of Concept exploit, CVSS 7.7 | No Known Exploit | Denial of Service (DoS)
    SNYK-JS-HANDLEBARS-480388 | 492/1000
    Why? Proof of Concept exploit, CVSS 7.7 | No Known Exploit | Prototype Pollution
    SNYK-JS-HANDLEBARS-469063 | 492/1000
    Why? Proof of Concept exploit, CVSS 7.7 | No Known Exploit | Remote Code Execution (RCE)
    SNYK-JS-HANDLEBARS-1056767 | 492/1000
    Why? Proof of Concept exploit, CVSS 7.7 | Proof of Concept | Arbitrary Code Execution
    SNYK-JS-ESLINTUTILS-460220 | 492/1000
    Why? Proof of Concept exploit, CVSS 7.7 | No Known Exploit | Prototype Pollution
    SNYK-JS-YARGSPARSER-560381 | 492/1000
    Why? Proof of Concept exploit, CVSS 7.7 | Proof of Concept | Prototype Pollution
    SNYK-JS-YARGSPARSER-560381 | 492/1000
    Why? Proof of Concept exploit, CVSS 7.7 | Proof of Concept | Regular Expression Denial of Service (ReDoS)
    SNYK-JS-UGLIFYJS-1727251 | 492/1000
    Why? Proof of Concept exploit, CVSS 7.7 | No Known Exploit | Regular Expression Denial of Service (ReDoS)
    SNYK-JS-UGLIFYJS-1727251 | 492/1000
    Why? Proof of Concept exploit, CVSS 7.7 | No Known Exploit | Denial of Service (DoS)
    SNYK-JS-SOCKJS-575261 | 492/1000
    Why? Proof of Concept exploit, CVSS 7.7 | Proof of Concept | Command Injection
    SNYK-JS-NODENOTIFIER-1035794 | 492/1000
    Why? Proof of Concept exploit, CVSS 7.7 | No Known Exploit | Regular Expression Denial of Service (ReDoS)
    SNYK-JS-ISSVG-1243891 | 492/1000
    Why? Proof of Concept exploit, CVSS 7.7 | Proof of Concept | Regular Expression Denial of Service (ReDoS)
    SNYK-JS-ISSVG-1085627 | 492/1000
    Why? Proof of Concept exploit, CVSS 7.7 | Proof of Concept | Prototype Pollution
    SNYK-JS-HANDLEBARS-567742 | 492/1000
    Why? Proof of Concept exploit, CVSS 7.7 | Proof of Concept | Prototype Pollution
    SNYK-JS-HANDLEBARS-534988 | 492/1000
    Why? Proof of Concept exploit, CVSS 7.7 | No Known Exploit | Prototype Pollution
    SNYK-JS-HANDLEBARS-1279029 | 492/1000
    Why? Proof of Concept exploit, CVSS 7.7 | Proof of Concept

    (*) Note that the real score may have changed since the PR was raised.


    Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open upgrade PRs.

    For more information:

    🧐 View latest project report

    πŸ›  Adjust upgrade PR settings

    πŸ”• Ignore this dependency or unsubscribe from future upgrade PRs

    opened by snyk-bot 0
  • [Snyk] Upgrade: @material-ui/core, @material-ui/icons

    [Snyk] Upgrade: @material-ui/core, @material-ui/icons

    Snyk has created this PR to upgrade multiple dependencies.

    πŸ‘―β€β™‚ The following dependencies are linked and will therefore be updated together.

    :information_source: Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.

    Name | Versions | Released on :-------------|:-------------|:------------- @material-ui/core
    from 4.2.1 to 4.12.4 | 50 versions ahead of your current version | 3 months ago
    on 2022-04-03 @material-ui/icons
    from 4.2.1 to 4.11.3 | 6 versions ahead of your current version | 3 months ago
    on 2022-04-03


    Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open upgrade PRs.

    For more information:

    🧐 View latest project report

    πŸ›  Adjust upgrade PR settings

    πŸ”• Ignore this dependency or unsubscribe from future upgrade PRs

    opened by snyk-bot 0
Owner
labelbox
Training data platform
labelbox
AI Flow is an open source framework that bridges big data and artificial intelligence.

Flink AI Flow Introduction Flink AI Flow is an open source framework that bridges big data and artificial intelligence. It manages the entire machine

null 144 Dec 30, 2022
This Artificial Intelligence program can take a black and white/grayscale image and generate a realistic or plausible colorized version of the same picture.

Colorizer The point of this project is to write a program capable of taking a black and white / grayscale image, and generating a realistic or plausib

Maitri Shah 1 Jan 6, 2022
The fastest way to visualize GradCAM with your Keras models.

VizGradCAM VizGradCam is the fastest way to visualize GradCAM in Keras models. GradCAM helps with providing visual explainability of trained models an

null 58 Nov 19, 2022
An easy way to build PyTorch datasets. Modularly build datasets and automatically cache processed results

EasyDatas An easy way to build PyTorch datasets. Modularly build datasets and automatically cache processed results Installation pip install git+https

Ximing Yang 4 Dec 14, 2021
I created My own Virtual Artificial Intelligence named genesis, He can assist with my Tasks and also perform some analysis,,

Virtual-Artificial-Intelligence-genesis- I created My own Virtual Artificial Intelligence named genesis, He can assist with my Tasks and also perform

AKASH M 1 Nov 5, 2021
Artificial intelligence technology inferring issues and logically supporting facts from raw text

κ°œμš” λΉ„μ •ν˜• ν…μŠ€νŠΈλ₯Ό ν•™μŠ΅ν•˜μ—¬ μŸμ λ³„ 사싀과 논리적 κ·Όκ±° 좔둠이 κ°€λŠ₯ν•œ 인곡지λŠ₯ μ›μ²œκΈ°μˆ  Artificial intelligence techno

null 6 Dec 29, 2021
An AI made using artificial intelligence (AI) and machine learning algorithms (ML) .

DTech.AIML An AI made using artificial intelligence (AI) and machine learning algorithms (ML) . This is created by help of some members in my team and

null 1 Jan 6, 2022
simple artificial intelligence utilities

Simple AI Project home: http://github.com/simpleai-team/simpleai This lib implements many of the artificial intelligence algorithms described on the b

null 921 Dec 8, 2022
An Artificial Intelligence trying to drive a car by itself on a user created map

An Artificial Intelligence trying to drive a car by itself on a user created map

Akhil Sahukaru 17 Jan 13, 2022
Wordplay, an artificial Intelligence based crossword puzzle solver.

Wordplay, AI based crossword puzzle solver A crossword is a word puzzle that usually takes the form of a square or a rectangular grid of white- and bl

Vaibhaw 4 Nov 16, 2022
Artificial Intelligence playing minesweeper πŸ€–

AI playing Minesweeper ✨ Minesweeper is a single-player puzzle video game. The objective of the game is to clear a rectangular board containing hidden

Vaibhaw 8 Oct 17, 2022
Framework that uses artificial intelligence applied to mathematical models to make predictions

LiconIA Framework that uses artificial intelligence applied to mathematical models to make predictions Interface Overview Table of contents [TOC] 1 Ar

null 4 Jun 20, 2021
Artificial Intelligence search algorithm base on Pacman

Pacman Search Artificial Intelligence search algorithm base on Pacman Source The Pacman Projects by the University of California, Berkeley. Layouts Di

Day Fundora 6 Nov 17, 2022
Python Rapid Artificial Intelligence Ab Initio Molecular Dynamics

Python Rapid Artificial Intelligence Ab Initio Molecular Dynamics

null 14 Nov 6, 2022
Randstad Artificial Intelligence Challenge (powered by VGEN). Soluzione proposta da Stefano Fiorucci (anakin87) - primo classificato

Randstad Artificial Intelligence Challenge (powered by VGEN) Soluzione proposta da Stefano Fiorucci (anakin87) - primo classificato Struttura director

Stefano Fiorucci 1 Nov 13, 2021
πŸ”₯ Cannlytics-powered artificial intelligence πŸ€–

Cannlytics AI ?? Cannlytics-powered artificial intelligence ?? ??️ Installation ??‍♀️ Quickstart ?? Development ?? Automation ?? Support ??️ License ?

Cannlytics 3 Nov 11, 2022
2021 Artificial Intelligence Diabetes Datathon

A.I.D.D. 2021 2021 Artificial Intelligence Diabetes Datathon A.I.D.D. 2021은 β€˜2021 인곡지λŠ₯ ν•™μŠ΅μš© 데이터 ꡬ좕사업’을 톡해 λ§Œλ“€μ–΄μ§„ ν•™μŠ΅μš© 데이터λ₯Ό ν™œμš©ν•˜μ—¬ 당뇨병을 효과적으둜 μ˜ˆμΈ‘ν•  수 μžˆλŠ”κ°€μ— λŒ€ν•œ A

null 2 Dec 27, 2021
CasualHealthcare's Pneumonia detection with Artificial Intelligence (Convolutional Neural Network)

CasualHealthcare's Pneumonia detection with Artificial Intelligence (Convolutional Neural Network) This is PneumoniaDiagnose, an artificially intellig

Azhaan 2 Jan 3, 2022
CS50's Introduction to Artificial Intelligence Test Scripts

CS50's Introduction to Artificial Intelligence Test Scripts ??‍♂️ What's this? ??‍♀️ This repository contains Python scripts to automate tests for mos

Jet Kan 2 Dec 28, 2022