Revision 0579b001bed23facb9dfe6b55f9e107de1887cfe authored by Mariia Acoca on 17 January 2024, 14:43:45 UTC, committed by GitHub on 17 January 2024, 14:43:45 UTC
1 parent 0433043
Raw File
index.html
<!--
 Copyright (C) 2020-2022 Intel Corporation
 Copyright (C) 2023 CVAT.ai Corporation

 SPDX-License-Identifier: MIT
-->

<!DOCTYPE html>
<html lang="en">
    <head>
        <meta charset="UTF-8" />
        <meta http-equiv="X-UA-Compatible" content="ie=edge" />
        <meta name="viewport" content="width=device-width, initial-scale=1.0" />
        <meta name="google" value="notranslate">
        <meta
            name="description"
            content="Computer Vision Annotation Tool (CVAT) is a free, open source, web-based image and video annotation tool which is used for labeling data for computer vision algorithms. CVAT supports the primary tasks of supervised machine learning: object detection, image classification, and image segmentation. CVAT allows users to annotate data for each of these cases"
        />
        <meta name="”robots”" content="index, follow" />
        <link rel="preconnect" href="https://fonts.googleapis.com">
        <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
        <link href="https://fonts.googleapis.com/css2?family=Roboto+Flex:opsz,wght@8..144,400;8..144,500;8..144,600;8..144,700;8..144,800&family=Sora&display=swap" rel="stylesheet">    </head>
        <title>Computer Vision Annotation Tool</title>
    </head>
    <body translate="no">
        <div id="root"></div>
        <div id="layout-grid"></div>
    </body>
</html>
back to top