Giter Site home page Giter Site logo

feemthan / encord-active Goto Github PK

View Code? Open in Web Editor NEW

This project forked from encord-team/encord-active

0.0 0.0 0.0 161.22 MB

The open source active learning toolkit to find failure modes in your computer vision models, prioritize data to label next, and drive data curation to improve model performance.

Home Page: https://encord.com/encord-active/

License: Apache License 2.0

Shell 0.04% JavaScript 0.05% Python 98.31% TypeScript 0.98% CSS 0.16% HTML 0.45%

encord-active's Introduction

Documentation | Try it Now | Website | Blog | Slack Community

Encord Active

Encord logo

PRs-Welcome Licence PyPi project PyPi version Open In Colab

docs "Join us on Slack" Twitter Follow

❓ What is Encord Active?

Encord Active is an open-source active learning tookit that helps you find failure modes in your models and improve your data quality and model performance.

Use Encord Active to visualize your data, evaluate your models, surface model failure modes, find labeling mistakes, prioritize high-value data for re-labeling and more!

video

💡 When to use Encord Active?

Encord Active helps you understand and improve your data, labels, and models at all stages of your computer vision journey.

Whether you've just started collecting data, labeled your first batch of samples, or have multiple models in production, Encord Active can help you.

encord active diagram

🔖 Documentation

Our full documentation is available here. In particular we recommend checking out:

Installation

The simplest way to install the CLI is using pip in a suitable virtual environment:

pip install encord-active

We recommend using a virtual environment, such as venv:

python3.9 -m venv ea-venv
source ea-venv/bin/activate
pip install encord-active

encord-active requires python3.9. If you have trouble installing encord-active, you find more detailed instructions on installing it here.

👋 Quickstart

Get started immediately by sourcing your environment and running the code below. This downloads a small dataset and launches the Encord Active App for you to explore:

encord-active quickstart

After opening the UI, we recommend you to head to the workflow documentation to see some common workflows.

⬇️  Download a sandbox dataset

Another way to start quickly is by downloading an existing dataset from the sandbox. The download command will ask which pre-built dataset to use and will download it into a new directory in the current working directory.

encord-active download
cd /path/of/downloaded/project
encord-active visualise

The app should then open in the browser. If not, navigate to localhost:8501. Our docs contains more information about what you can see in the page.

Import your dataset

Quick import Dataset

To import your data (without labels) save your data in a directory and run the command:

# within venv
encord-active init /path/to/data/directory

A project will be created using the data in the directory.

To visualise the project run:

cd /path/to/project
encord-active visualise

You can find more details on the init command in the CLI documentation.

Import from COCO

To import your data, labels, and predictions from COCO, save your data in a directory and run the command:

# install COCO extras
(ea-venv)$ python -m pip install encord-active[coco]

# import samples with COCO annotaions
encord-active import project --coco -i ./images -a ./annotations.json

# import COCO model predictions
encord-active import predictions --coco results.json

Import from Encord Platform

This section requires setting up an ssh key with Encord, so slightly more technical.

If you haven't set up an ssh key with Encord, you can follow the tutorial in this link.

To import an Encord project, use this command:

encord-active import project

The command will allow you to search through your Encord projects and choose which one to import.

Other options

There are also options for importing projects from, e.g,. KITTI and CVAT. Find more details in the documentation.

⭐ Concepts and features

Quality metrics:

Quality metrics are applied to your data, labels, and predictions to assign them quality metric scores. Plug in your own or rely on Encord Active's prebuilt quality metrics. The quality metrics automatically decompose your data, label, and model quality to show you how to improve your model performance from a data-centric perspective. Encord Active ships with 25+ metrics and more are coming; contributions are also very welcome.

Core features:

Visit our documentation to learn more.

Supported data:

Data Labels Project sizes
jpg Bounding Boxes Images 100.000
png Polygons Videos 100.000 frames
tiff Segmentation
mp4 Classifications 🟡
Polylines 🟡

🧑🏽‍💻Development

🛠 Build your own quality metrics

Encord Active is built with customizability in mind. Therefore, you can easily build your own custom metrics 🔧 See the Writing Your Own Metric page in the docs for details on this topic. If you need help or guidance feel free to ping us in the slack community!

👪 Community and support

Join our community on Slack to connect with the team behind Encord Active.

Also, feel free to suggest improvements or report problems via github issues.

🎇 Contributions

If you're using Encord Active in your organization, please try to add your company name to the ADOPTERS.md. It really helps the project to gain momentum and credibility. It's a small contribution back to the project with a big impact.

If you want to share your custom metrics or improve the tool, please see our contributing docs.

🦸 Contributors

@Javi Leguina

Licence

This repository is published under the Apache 2.0 licence.

encord-active's People

Contributors

dependabot[bot] avatar eloy-encord avatar encord-davids avatar frederik-encord avatar gorkem-encord avatar nikolaj-encord avatar yogesh-encord avatar

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.