/
alt3rmann
/
label-studio
Обзор
Документация
Войти
/
alt3rmann
/
label-studio
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
develop
web/libs/editor/src/examples/image_tools/config.xml
20 строк
786 B
Julio Sgarbi
feat: LEAP-452: FE Repo Modernization / Monorepo (#5154)
04 янв 2024, 15:59
Не верифицирован
04 янв 2024, 15:59
ca09b8f
Код
Авторство
О чём код?
<View> <Image name="image" value="$image" /> <Rectangle name="rect" toName="image" /> <Ellipse name="ellipse" toName="image" /> <KeyPoint name="kp" toName="image" /> <Polygon name="polygon" toName="image" /> <Brush name="brush" toName="image" /> <Labels name="labels" toName="image" fillOpacity="0.5" strokeWidth="5"> <Label value="Planet" background="green"></Label> <Label value="Moonwalker" background="blue"></Label> </Labels> <RectangleLabels name="rectangle-labels" toName="image" fillOpacity="0.5" strokeWidth="5"> <Label value="Planet" background="red"></Label> <Label value="Moonwalker" background="purple"></Label> </RectangleLabels> <Relations> <Relation value="similar" /> <Relation value="dissimilar" /> </Relations> </View>