Re: [PR] refactor(#2285): Remove image labeling component

2023-12-07 Thread via GitHub
tenthe merged PR #2291: URL: https://github.com/apache/streampipes/pull/2291 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail:

[PR] refactor(#2285): Remove image labeling component

2023-12-06 Thread via GitHub
tenthe opened a new pull request, #2291: URL: https://github.com/apache/streampipes/pull/2291 ### Purpose Implement #2285 ### Remarks PR introduces (a) breaking change(s): PR introduces (a) deprecation(s): -- This is an automated

[jira] [Closed] (STREAMPIPES-78) Image Labeling Tool

2020-05-21 Thread Johannes Tex (Jira)
[ https://issues.apache.org/jira/browse/STREAMPIPES-78?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Johannes Tex closed STREAMPIPES-78. --- Resolution: Implemented > Image Labeling T

Re: RE: Image Labeling

2020-02-26 Thread Johannes Tex
20 11:35 AM > To: dev@streampipes.apache.org > Subject: Re: Image Labeling > > Hi, > > I think a simple generic data store API that support the CRUD operations > would be a great. > > I think all CRUD operations should be available as REST API and the CREATE &

RE: Image Labeling

2020-02-24 Thread Dominik Riemer
11:35 AM To: dev@streampipes.apache.org Subject: Re: Image Labeling Hi, I think a simple generic data store API that support the CRUD operations would be a great. I think all CRUD operations should be available as REST API and the CREATE API maybe additionally with a messaging protocol (Kafka

Re: Image Labeling

2020-02-21 Thread Philipp Zehnder
need > to extend the datalake API for images, which leads to @Philipp question. > > The data lake API supports, at the moment, just data that can be aggregated > (numeric data). For the Image Labeling and viewing we need to extend the API. > My proposal would be to create a pag

Re: Image Labeling

2020-02-19 Thread Johannes Tex
be aggregated (numeric data). For the Image Labeling and viewing we need to extend the API. My proposal would be to create a paging API for images to the receive the next e.g. 10 images: It could be like this "/datalake/ //". What do you think? While this necessary extension we also

Re: Image Labeling

2020-02-17 Thread Philipp Zehnder
Hi Johannes, as for the API, do you think we can extend the dataset API, or should we create a separate REST API for image annotation? Where do you plan to store the coco annotation information? In files or in a DB? Philipp > On 16. Feb 2020, at 19:51, Dominik Riemer wrote: > > Hi Johannes,

Re: Image Labeling

2020-02-16 Thread Dominik Riemer
Hi Johannes, sounds good! I think bounding boxes and polygons are totally fine for the first prototype. How to you plan to integrate the labeling tool, will it be part of the data explorer or do you plan to add a new component? Dominik On 2020/02/14 16:30:17, Johannes Tex wrote: > Hi, > >

Image Labeling

2020-02-14 Thread Johannes Tex
Hi, Philip started to extend the datalake sink to store images [STREAMPIPES-75]. I started now to create an Image labeler that allows users to label images in the datalake. [STREAMPIPES-78]. The Labels will be stored in the COCO Annonation Format. [1] After labeling, the images can be used to

[jira] [Created] (STREAMPIPES-78) Image Labeling

2020-02-14 Thread Johannes Tex (Jira)
Johannes Tex created STREAMPIPES-78: --- Summary: Image Labeling Key: STREAMPIPES-78 URL: https://issues.apache.org/jira/browse/STREAMPIPES-78 Project: StreamPipes Issue Type: New Feature