Science Score: 54.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
    Found CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
    Links to: sciencedirect.com, zenodo.org
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (14.9%) to scientific vocabulary
Last synced: 6 months ago · JSON representation ·

Repository

Basic Info
  • Host: GitHub
  • Owner: raulalcauza
  • License: mit
  • Language: TypeScript
  • Default Branch: develop
  • Size: 634 MB
Statistics
  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Created over 1 year ago · Last pushed over 1 year ago
Metadata Files
Readme Changelog License Citation Codeowners Security

README.md

CVAT Platform

Start Annotating Now

Computer Vision Annotation Tool (CVAT)

CI Gitter chat Discord Coverage Status server pulls ui pulls DOI

CVAT is an interactive video and image annotation tool for computer vision. It is used by tens of thousands of users and companies around the world. Our mission is to help developers, companies, and organizations around the world to solve real problems using the Data-centric AI approach.

Start using CVAT online: cvat.ai. You can use it for free, or subscribe to get unlimited data, organizations, autoannotations, and Roboflow and HuggingFace integration.

Or set CVAT up as a self-hosted solution: Self-hosted Installation Guide. We provide Enterprise support for self-hosted installations with premium features: SSO, LDAP, Roboflow and HuggingFace integrations, and advanced analytics (coming soon). We also do trainings and a dedicated support with 24 hour SLA.

Quick start ⚡

Partners ❤️

CVAT is used by teams all over the world. In the list, you can find key companies which help us support the product or an essential part of our ecosystem. If you use us, please drop us a line at contact@cvat.ai.

  • Human Protocol uses CVAT as a way of adding annotation service to the Human Protocol.
  • FiftyOne is an open-source dataset curation and model analysis tool for visualizing, exploring, and improving computer vision datasets and models that are tightly integrated with CVAT for annotation and label refinement.

Public datasets

ATLANTIS, an open-source dataset for semantic segmentation of waterbody images, developed by iWERS group in the Department of Civil and Environmental Engineering at the University of South Carolina is using CVAT.

For developing a semantic segmentation dataset using CVAT, see:

CVAT online: cvat.ai

This is an online version of CVAT. It's free, efficient, and easy to use.

cvat.ai runs the latest version of the tool. You can create up to 10 tasks there and upload up to 500Mb of data to annotate. It will only be visible to you or the people you assign to it.

For now, it does not have analytics features like management and monitoring the data annotation team. It also does not allow exporting images, just the annotations.

We plan to enhance cvat.ai with new powerful features. Stay tuned!

Prebuilt Docker images 🐳

Prebuilt docker images are the easiest way to start using CVAT locally. They are available on Docker Hub:

The images have been downloaded more than 1M times so far.

Screencasts 🎦

Here are some screencasts showing how to use CVAT.

Computer Vision Annotation Course: we introduce our course series designed to help you annotate data faster and better using CVAT. This course is about CVAT deployment and integrations, it includes presentations and covers the following topics:

  • Speeding up your data annotation process: introduction to CVAT and Datumaro. What problems do CVAT and Datumaro solve, and how they can speed up your model training process. Some resources you can use to learn more about how to use them.
  • Deployment and use CVAT. Use the app online at app.cvat.ai. A local deployment. A containerized local deployment with Docker Compose (for regular use), and a local cluster deployment with Kubernetes (for enterprise users). A 2-minute tour of the interface, a breakdown of CVAT’s internals, and a demonstration of how to deploy CVAT using Docker Compose.

Product tour: in this course, we show how to use CVAT, and help to get familiar with CVAT functionality and interfaces. This course does not cover integrations and is dedicated solely to CVAT. It covers the following topics:

  • Pipeline. In this video, we show how to use app.cvat.ai: how to sign up, upload your data, annotate it, and download it.

For feedback, please see Contact us

API

SDK

CLI

Supported annotation formats

CVAT supports multiple annotation formats. You can select the format after clicking the Upload annotation and Dump annotation buttons. Datumaro dataset framework allows additional dataset transformations with its command line tool and Python library.

For more information about the supported formats, see: Annotation Formats.

| Annotation format | Import | Export | | ------------------------------------------------------------------------------------------------ | ------ | ------ | | CVAT for images | ✔️ | ✔️ | | CVAT for a video | ✔️ | ✔️ | | Datumaro | ✔️ | ✔️ | | PASCAL VOC | ✔️ | ✔️ | | Segmentation masks from PASCAL VOC | ✔️ | ✔️ | | YOLO | ✔️ | ✔️ | | MS COCO Object Detection | ✔️ | ✔️ | | MS COCO Keypoints Detection | ✔️ | ✔️ | | MOT | ✔️ | ✔️ | | MOTS PNG | ✔️ | ✔️ | | LabelMe 3.0 | ✔️ | ✔️ | | ImageNet | ✔️ | ✔️ | | CamVid | ✔️ | ✔️ | | WIDER Face | ✔️ | ✔️ | | VGGFace2 | ✔️ | ✔️ | | Market-1501 | ✔️ | ✔️ | | ICDAR13/15 | ✔️ | ✔️ | | Open Images V6 | ✔️ | ✔️ | | Cityscapes | ✔️ | ✔️ | | KITTI | ✔️ | ✔️ | | Kitti Raw Format | ✔️ | ✔️ | | LFW | ✔️ | ✔️ | | Supervisely Point Cloud Format | ✔️ | ✔️ |

Deep learning serverless functions for automatic labeling

CVAT supports automatic labeling. It can speed up the annotation process up to 10x. Here is a list of the algorithms we support, and the platforms they can be run on:

| Name | Type | Framework | CPU | GPU | | ------------------------------------------------------------------------------------------------------- | ---------- | ---------- | --- | --- | | Segment Anything | interactor | PyTorch | ✔️ | ✔️ | | Deep Extreme Cut | interactor | OpenVINO | ✔️ | | | Faster RCNN | detector | OpenVINO | ✔️ | | | Mask RCNN | detector | OpenVINO | ✔️ | | | YOLO v3 | detector | OpenVINO | ✔️ | | | YOLO v7 | detector | ONNX | ✔️ | ✔️ | | Object reidentification | reid | OpenVINO | ✔️ | | | Semantic segmentation for ADAS | detector | OpenVINO | ✔️ | | | Text detection v4 | detector | OpenVINO | ✔️ | | | SiamMask | tracker | PyTorch | ✔️ | ✔️ | | TransT | tracker | PyTorch | ✔️ | ✔️ | | f-BRS | interactor | PyTorch | ✔️ | | | HRNet | interactor | PyTorch | | ✔️ | | Inside-Outside Guidance | interactor | PyTorch | ✔️ | | | Faster RCNN | detector | TensorFlow | ✔️ | ✔️ | | Mask RCNN | detector | TensorFlow | ✔️ | ✔️ | | RetinaNet | detector | PyTorch | ✔️ | ✔️ | | Face Detection | detector | OpenVINO | ✔️ | |

License

The code is released under the MIT License.

The code contained within the /serverless directory is released under the MIT License. However, it may download and utilize various assets, such as source code, architectures, and weights, among others. These assets may be distributed under different licenses, including non-commercial licenses. It is your responsibility to ensure compliance with the terms of these licenses before using the assets.

This software uses LGPL-licensed libraries from the FFmpeg project. The exact steps on how FFmpeg was configured and compiled can be found in the Dockerfile.

FFmpeg is an open-source framework licensed under LGPL and GPL. See https://www.ffmpeg.org/legal.html. You are solely responsible for determining if your use of FFmpeg requires any additional licenses. CVAT.ai Corporation is not responsible for obtaining any such licenses, nor liable for any licensing fees due in connection with your use of FFmpeg.

Contact us

Gitter to ask CVAT usage-related questions. Typically questions get answered fast by the core team or community. There you can also browse other common questions.

Discord is the place to also ask questions or discuss any other stuff related to CVAT.

LinkedIn for the company and work-related questions.

YouTube to see screencast and tutorials about the CVAT.

GitHub issues for feature requests or bug reports. If it's a bug, please add the steps to reproduce it.

#cvat tag on StackOverflow is one more way to ask questions and get our support.

contact@cvat.ai to reach out to us if you need commercial support.

Links

<!-- Badges -->

Owner

  • Name: raulalcauza
  • Login: raulalcauza
  • Kind: user
  • Location: Málaga
  • Company: DIVIGROUP

Ingeniero Técnico Industrial / Analista de Datos. Especialista en BI, BA, Machine Learning y Data Science

Citation (CITATION.cff)

# This CITATION.cff file was generated with cffinit.
# Visit https://bit.ly/cffinit to generate yours today!

cff-version: 1.2.0
title: Computer Vision Annotation Tool (CVAT)
message: >-
  If you use this software, please cite it using the
  metadata from this file.
type: software
authors:
  - email: support+github@cvat.ai
    name: CVAT.ai Corporation
identifiers:
  - type: doi
    value: 10.5281/zenodo.4009388
repository-code: 'https://github.com/cvat-ai/cvat'
url: 'https://cvat.ai/'
abstract: >-
  Annotate better with CVAT, the industry-leading
  data engine for machine learning. Used and trusted
  by teams at any scale, for data of any scale.
keywords:
  - image-labeling-tool
  - computer-vision-annotation
  - labeling-tool
  - image-labeling
  - semantic-segmentation
  - annotation-tool
  - object-detection
  - image-classification
  - video-annotation
  - computer-vision
  - deep-learning
  - annotation
license: MIT
version: 2.8.2
date-released: '2023-11-06'

GitHub Events

Total
Last Year

Dependencies

Dockerfile docker
  • ${BASE_IMAGE} latest build
  • build-image-base latest build
  • golang 1.22.3 build
components/serverless/docker-compose.serverless.yml docker
  • quay.io/nuclio/dashboard 1.13.0-amd64
docker-compose.ci.yml docker
  • cvat_ci latest
docker-compose.dev.yml docker
docker-compose.external_db.yml docker
docker-compose.https.yml docker
  • traefik v2.9
docker-compose.yml docker
serverless/openvino/base/Dockerfile docker
  • openvino/ubuntu20_runtime 2022.3.0 build
serverless/openvino/dextr/nuclio/Dockerfile docker
  • cvat.openvino.base latest build
  • openvino/ubuntu20_dev 2022.3.0 build
serverless/openvino/omz/intel/face-detection-0205/nuclio/Dockerfile docker
  • cvat.openvino.base latest build
  • openvino/ubuntu20_dev 2022.3.0 build
serverless/openvino/omz/intel/person-reidentification-retail-0277/nuclio/Dockerfile docker
  • cvat.openvino.base latest build
  • openvino/ubuntu20_dev 2022.3.0 build
serverless/openvino/omz/intel/semantic-segmentation-adas-0001/nuclio/Dockerfile docker
  • cvat.openvino.base latest build
  • openvino/ubuntu20_dev 2022.3.0 build
serverless/openvino/omz/intel/text-detection-0004/nuclio/Dockerfile docker
  • cvat.openvino.base latest build
  • openvino/ubuntu20_dev 2022.3.0 build
serverless/openvino/omz/public/faster_rcnn_inception_resnet_v2_atrous_coco/nuclio/Dockerfile docker
  • cvat.openvino.base latest build
  • openvino/ubuntu20_dev 2022.3.0 build
serverless/openvino/omz/public/mask_rcnn_inception_resnet_v2_atrous_coco/nuclio/Dockerfile docker
  • cvat.openvino.base latest build
  • openvino/ubuntu20_dev 2022.3.0 build
serverless/openvino/omz/public/yolo-v3-tf/nuclio/Dockerfile docker
  • cvat.openvino.base latest build
  • openvino/ubuntu20_dev 2022.3.0 build
tests/docker-compose.email.yml docker
tests/docker-compose.file_share.yml docker
tests/docker-compose.minio.yml docker
  • minio/mc RELEASE.2022-09-16T09-16-47Z
  • quay.io/minio/minio RELEASE.2022-09-17T00-09-45Z
tests/docker-compose.test_servers.yml docker
cvat-canvas/package.json npm
  • @types/polylabel ^1.0.5
  • polylabel ^1.1.0
  • svg.draggable.js 2.2.2
  • svg.draw.js ^2.0.4
  • svg.js 2.7.1
  • svg.resize.js 1.4.3
  • svg.select.js 3.0.1
cvat-canvas3d/package.json npm
  • @types/three ^0.156.0
  • camera-controls ^1.25.3
  • cvat-core link:./../cvat-core
  • three ^0.156.1
cvat-core/package.json npm
  • @babel/preset-typescript ^7.23.3 development
  • babel-jest ^29.7.0 development
  • babel-plugin-transform-import-meta ^2.2.1 development
  • jest ^29.5.0 development
  • jest-config ^29.5.0 development
  • jest-environment-jsdom ^29.5.0 development
  • jest-junit ^6.4.0 development
  • axios ^1.6.0
  • axios-retry ^4.0.0
  • cvat-data link:./../cvat-data
  • detect-browser ^5.2.1
  • error-stack-parser ^2.0.2
  • form-data ^4.0.0
  • js-cookie ^3.0.1
  • json-logic-js ^2.0.1
  • platform ^1.3.5
  • quickhull ^1.0.3
  • store ^2.0.12
  • tus-js-client ^3.0.1
cvat-data/package.json npm
  • async-mutex ^0.4.0
  • jszip 3.10.1
cvat-ui/package.json npm
  • @ant-design/compatible ^5.1.2
  • @ant-design/icons ^4.6.3
  • @react-awesome-query-builder/antd ^6.2.1
  • @types/json-logic-js ^2.0.2
  • @types/lru-cache ^7.10.10
  • @types/platform ^1.3.4
  • @types/react 18.2.55
  • @types/react-color ^3.0.5
  • @types/react-dom 18.2.19
  • @types/react-grid-layout ^1.3.2
  • @types/react-redux ^7.1.18
  • @types/react-router ^5.1.16
  • @types/react-router-dom ^5.1.9
  • @types/redux-logger ^3.0.9
  • @types/resize-observer-browser ^0.1.6
  • @uiw/react-md-editor ^3.22.0
  • antd 5.17.1
  • chart.js ^4.3.0
  • copy-to-clipboard ^3.3.1
  • cvat-canvas link:./../cvat-canvas
  • cvat-canvas3d link:./../cvat-canvas3d
  • cvat-core link:./../cvat-core
  • dotenv-webpack ^8.0.1
  • error-stack-parser ^2.0.6
  • json-logic-js ^2.0.2
  • lru-cache ^9.1.1
  • moment ^2.29.2
  • mousetrap ^1.6.5
  • onnxruntime-web 1.14.0
  • platform ^1.3.6
  • prop-types ^15.7.2
  • react 18.2.0
  • react-chartjs-2 ^5.2.0
  • react-color ^2.19.3
  • react-cookie ^4.0.3
  • react-dom 18.2.0
  • react-grid-layout ^1.3.4
  • react-markdown ^8.0.4
  • react-moment ^1.1.1
  • react-redux ^8.0.2
  • react-router ^5.1.0
  • react-router-dom ^5.1.0
  • react-sortable-hoc ^2.0.0
  • redux ^4.1.1
  • redux-devtools-extension ^2.13.9
  • redux-logger ^4.0.0
  • redux-thunk ^2.3.0
package.json npm
  • @babel/cli ^7.13.16 development
  • @babel/core ^7.6.0 development
  • @babel/eslint-parser ^7.23.3 development
  • @babel/plugin-proposal-class-properties ^7.8.3 development
  • @babel/plugin-proposal-optional-chaining ^7.11.0 development
  • @babel/preset-env ^7.6.0 development
  • @babel/preset-react ^7.0.0 development
  • @babel/preset-typescript ^7.6.0 development
  • @babel/register ^7.22.5 development
  • @istanbuljs/nyc-config-babel ^3.0.0 development
  • @types/mousetrap ^1.6.5 development
  • @types/node ^18.0.3 development
  • @typescript-eslint/eslint-plugin ^6.13.1 development
  • @typescript-eslint/parser ^6.13.1 development
  • airbnb 0.0.2 development
  • babel-loader ^8.0.6 development
  • babel-plugin-import ^1.12.2 development
  • babel-plugin-istanbul ^6.0.0 development
  • bundle-declarations-webpack-plugin ^3.1.0 development
  • copy-webpack-plugin ^11.0.0 development
  • css-loader ^6.8.1 development
  • eslint ^8.54.0 development
  • eslint-config-airbnb ^19.0.4 development
  • eslint-config-airbnb-base 14.2.1 development
  • eslint-config-airbnb-typescript ^17.1.0 development
  • eslint-plugin-cypress ^2.11.2 development
  • eslint-plugin-import ^2.22.1 development
  • eslint-plugin-jest ^26.5.3 development
  • eslint-plugin-jsx-a11y ^6.3.1 development
  • eslint-plugin-no-unsanitized ^3.0.2 development
  • eslint-plugin-react ^7.33.2 development
  • eslint-plugin-react-hooks ^4.6.0 development
  • eslint-plugin-security ^1.4.0 development
  • html-webpack-plugin ^5.5.0 development
  • husky ^6.0.0 development
  • lint-staged ^13.0.3 development
  • micromatch ^4.0.2 development
  • nodemon ^3.0.1 development
  • nyc ^15.1.0 development
  • postcss 8 development
  • postcss-loader ^7.3.3 development
  • postcss-preset-env ^9.0.0 development
  • react-svg-loader ^3.0.3 development
  • remark-cli ^9.0.0 development
  • remark-frontmatter ^3.0.0 development
  • remark-gfm ^1.0.0 development
  • remark-lint-emphasis-marker ^2.0.0 development
  • remark-lint-list-item-spacing ^2.0.0 development
  • remark-lint-maximum-heading-length ^2.0.0 development
  • remark-lint-maximum-line-length ^2.0.0 development
  • remark-lint-no-dead-urls ^1.0.2 development
  • remark-lint-no-file-name-irregular-characters ^1.0.3 development
  • remark-lint-ordered-list-marker-style ^2.0.0 development
  • remark-lint-strong-marker ^2.0.0 development
  • remark-lint-unordered-list-marker-style ^2.0.0 development
  • remark-preset-lint-consistent ^4.0.0 development
  • remark-preset-lint-markdown-style-guide ^4.0.0 development
  • remark-preset-lint-recommended ^5.0.0 development
  • sass ^1.42.1 development
  • sass-loader ^10.0.0 development
  • source-map-support ^0.5.19 development
  • style-loader ^1.0.0 development
  • stylelint ^15.10.2 development
  • stylelint-config-standard-scss ^11.1.0 development
  • typescript 5.0.2 development
  • vfile-reporter-json ^2.0.2 development
  • webpack ^5.76.0 development
  • webpack-cli ^5.1.4 development
  • webpack-dev-server 4.15.1 development
  • @types/fabric ^4.5.7
  • @types/lodash ^4.14.191
  • fabric ^5.2.1
  • lodash ^4.17.21
site/package-lock.json npm
  • 214 dependencies
site/package.json npm
  • autoprefixer ^10.2.5 development
  • postcss ^8.4.31 development
  • postcss-cli ^8.3.1 development
  • docsy file:themes/docsy
tests/package.json npm
  • @cypress/code-coverage ^3.9.10
  • archiver ^5.3.0
  • cy-verify-downloads ^0.0.5
  • cypress ^13.10.0
  • cypress-file-upload ^5.0.8
  • cypress-localstorage-commands ^1.7.0
  • cypress-real-events ^1.6.0
  • extract-zip ^2.0.1
  • fs-extra ^10.1.0
  • jimp ^0.22.10
tests/yarn.lock npm
  • 443 dependencies
yarn.lock npm
  • 1779 dependencies
cvat/apps/analytics_report/pyproject.toml pypi
cvat/apps/quality_control/pyproject.toml pypi
cvat/requirements/README.txt pypi
  • DATUMARO_HEADLESS =1pip
  • MakesuretousethesamePythonversionasisusedinthemainDockerfile. *
  • Toregeneratethe *
cvat/requirements/all.in pypi
cvat/requirements/all.txt pypi
cvat/requirements/base.in pypi
  • Django *
  • Pillow >=10.3.0
  • Shapely ==1.7.1
  • attrs ==21.4.0
  • av ==9.2.0
  • azure-storage-blob ==12.13.0
  • boto3 ==1.17.61
  • clickhouse-connect ==0.6.8
  • coreapi ==2.3.3
  • dj-pagination ==2.5.0
  • dj-rest-auth ==5.0.2
  • django-allauth ==0.57.2
  • django-auth-ldap ==2.2.0
  • django-compressor ==4.3.1
  • django-cors-headers ==3.5.0
  • django-crum ==0.7.9
  • django-filter ==2.4.0
  • django-health-check >=3.18.1,<4
  • django-rq ==2.8.1
  • django-sendfile2 ==0.7.0
  • djangorestframework *
  • drf-spectacular ==0.26.2
  • furl ==2.1.0
  • google-cloud-storage ==1.42.0
  • lxml >=5.2.1,<6
  • natsort ==8.0.0
  • numpy *
  • opencv-python-headless *
  • patool ==1.12
  • pdf2image ==1.14.0
  • pottery *
  • psutil ==5.9.4
  • psycopg2-binary ==2.9.5
  • python-ldap ==3.4.3
  • python-logstash-async ==2.5.0
  • pyunpack ==0.2.1
  • redis ==4.6.0
  • requests *
  • rq ==1.16.0
  • rq-scheduler ==0.13.1
  • rules >=3.3
  • xmlsec >=1.3.14,<2
cvat/requirements/base.txt pypi
  • 121 dependencies
cvat/requirements/development.in pypi
  • black >=24.1 development
  • django-extensions ==3.0.8 development
  • django-silk ==5.0.3 development
  • pylint ==2.14.5 development
  • pylint-django ==2.5.3 development
  • pylint-plugin-utils ==0.7 development
  • rope ==0.17.0 development
  • snakeviz ==2.1.0 development
cvat/requirements/development.txt pypi
  • astroid ==2.11.7 development
  • autopep8 ==2.1.0 development
  • black ==24.4.2 development
  • dill ==0.3.8 development
  • django-extensions ==3.0.8 development
  • django-silk ==5.0.3 development
  • gprof2dot ==2022.7.29 development
  • isort ==5.13.2 development
  • lazy-object-proxy ==1.10.0 development
  • mccabe ==0.7.0 development
  • mypy-extensions ==1.0.0 development
  • pathspec ==0.12.1 development
  • platformdirs ==4.2.2 development
  • pycodestyle ==2.11.1 development
  • pylint ==2.14.5 development
  • pylint-django ==2.5.3 development
  • pylint-plugin-utils ==0.7 development
  • rope ==0.17.0 development
  • setuptools ==70.0.0 development
  • snakeviz ==2.1.0 development
  • tomli ==2.0.1 development
  • tomlkit ==0.12.5 development
  • tornado ==6.4 development
cvat/requirements/production.in pypi
  • coverage ==7.2.3
  • uvicorn ==0.22.0
cvat/requirements/production.txt pypi
  • anyio ==4.3.0
  • coverage ==7.2.3
  • exceptiongroup ==1.2.1
  • h11 ==0.14.0
  • httptools ==0.6.1
  • python-dotenv ==1.0.1
  • sniffio ==1.3.1
  • uvicorn ==0.22.0
  • uvloop ==0.19.0
  • watchfiles ==0.21.0
  • websockets ==12.0
cvat/requirements/testing.in pypi
  • coverage ==7.2.3 test
  • fakeredis ==2.10.3 test
cvat/requirements/testing.txt pypi
  • coverage ==7.2.3 test
  • fakeredis ==2.10.3 test
  • lupa ==1.14.1 test
  • sortedcontainers ==2.4.0 test
cvat-cli/pyproject.toml pypi
cvat-cli/requirements/base.txt pypi
  • Pillow >=10.3.0
  • cvat-sdk *
  • setuptools >=70.0.0
cvat-cli/requirements/development.txt pypi
  • black >=24.1 development
  • isort >=5.10.1 development
  • pylint >=2.7.0 development
cvat-cli/setup.py pypi
cvat-sdk/gen/requirements.txt pypi
  • inflection >=0.5.1
  • isort >=5.10.1
  • ruamel.yaml >=0.17.21
cvat-sdk/pyproject.toml pypi
cvat-sdk/requirements/base.txt pypi
  • Pillow >=10.3.0
  • attrs >=21.4.0
  • packaging >=21.3
  • platformdirs >=2.1.0
  • tqdm >=4.64.0
  • tuspy ==0.2.5
  • typing_extensions >=4.2.0
site/requirements.txt pypi
  • gitpython *
  • inflection >=0.5.1
  • isort >=5.10.1
  • packaging *
  • toml *
tests/python/pyproject.toml pypi
tests/python/requirements.txt pypi
  • Pillow ==10.3.0 test
  • av ==12.0.0 test
  • boto3 ==1.17.61 test
  • deepdiff ==5.6.0 test
  • numpy ==1.22.0 test
  • pytest ==6.2.5 test
  • pytest-cases ==3.6.13 test
  • pytest-cov ==4.1.0 test
  • pytest-timeout ==2.1.0 test
  • python-dateutil ==2.8.2 test
  • pyyaml ==6.0.0 test
  • requests ==2.32.2 test
utils/dataset_manifest/requirements.in pypi
  • Pillow >=10.3.0
  • av ==9.2.0
  • natsort >=8.0.0
  • opencv-python-headless >=4.4.0.42
  • tqdm >=4.58.0
utils/dataset_manifest/requirements.txt pypi
  • av ==9.2.0
  • natsort ==8.0.0
  • numpy ==1.22.4
  • opencv-python-headless ==4.9.0.80
  • pillow ==10.3.0
  • tqdm ==4.66.4
utils/dicom_converter/requirements.txt pypi
  • Pillow ==10.3.0
  • numpy ==1.22.0
  • pydicom ==2.1.2
  • tqdm ==4.66.3