Skip to content
#

annotation

Here are 996 public repositories matching this topic...

label-studio
divjotbedi
divjotbedi commented Jun 8, 2022

Describe the bug
When exporting a brush annotation as a PNG, the output is not mapped by the background colors specified in (Settings > Labeling Interface). In addition, when exporting as a JSON, the background colors for the attributes are not specified anywhere, leaving the values that were selected in the interface as arbitrary and as not linked to any of the outputs.

To Reproduce

good first issue feature images segmentation
cvat
StellaASchlotter
StellaASchlotter commented Oct 29, 2021

My actions before raising this issue

Expected Behaviour

I want to access the traefik dashboard. I have cvat setup on a server with https. I modified the docker-compose.https.yml according to the comment for using the traefik dashboard. So included the lin

enhancement help wanted good first issue
cdharris
cdharris commented Jun 17, 2020

Remote Functions Refactor

Overview

Remote functions exist to enable background->tab, and tab->background function delegation (i.e. Call a function in a tab, but have it run in the background and vice versa).

Refactoring has been started to make these functions interfaced and type safe.

Tasks

Grepping the codebase for remoteFunction( shows where it's still being us

T-Manson
T-Manson commented Jun 21, 2022

type Test interface {
T(a int) (int64, []*int, error)
}

// +ioc:autowire=true
// +ioc:autowire:type=singleton
type TestImpl1 struct {
}

func (t *TestImpl1) T(a int) (int64, []*int, error) {
return 0, nil, nil
}

// +ioc:autowire=true
// +ioc:autowire:type=singleton
type TestImpl2 struct {
}

func (t *TestImpl2) T(a int) (int64, []*int, error) {
return 0, nil, nil
}

// +

bug good first issue

Open Source research tool to search, browse, analyze and explore large document collections by Semantic Search Engine and Open Source Text Mining & Text Analytics platform (Integrates ETL for document processing, OCR for images & PDF, named entity recognition for persons, organizations & locations, metadata management by thesaurus & ontologies, search user interface & search apps for fulltext search, faceted search & knowledge graph)

  • Updated May 8, 2022
  • Shell

Improve this page

Add a description, image, and links to the annotation topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the annotation topic, visit your repo's landing page and select "manage topics."

Learn more