Skip to content

Commit

Permalink
refactor(#2285): Remove image labeling component (#2291)
Browse files Browse the repository at this point in the history
  • Loading branch information
tenthe authored Dec 7, 2023
1 parent d982a77 commit 8982c5c
Show file tree
Hide file tree
Showing 40 changed files with 8 additions and 2,257 deletions.
41 changes: 0 additions & 41 deletions ui/src/app/core-model/coco/Annotation.ts

This file was deleted.

36 changes: 0 additions & 36 deletions ui/src/app/core-model/coco/Category.ts

This file was deleted.

38 changes: 0 additions & 38 deletions ui/src/app/core-model/coco/Coco.format.ts

This file was deleted.

28 changes: 0 additions & 28 deletions ui/src/app/core-model/coco/Image.ts

This file was deleted.

32 changes: 0 additions & 32 deletions ui/src/app/core-ui/core-ui.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,19 +31,6 @@ import { CustomMaterialModule } from '../CustomMaterial/custom-material.module';
import { MatChipsModule } from '@angular/material/chips';
import { MatSliderModule } from '@angular/material/slider';
import { PlotlyViaWindowModule } from 'angular-plotly.js';
import { ImageAnnotationsComponent } from './image/components/image-annotations/image-annotations.component';
import { ImageBarComponent } from './image/components/image-bar/image-bar.component';
import { ImageContainerComponent } from './image/components/image-container/image-container.component';
import { SelectLabelComponent } from './labels/components/select-label/select-label.component';
import { ImageLabelingComponent } from './image/image-labeling/image-labeling.component';
import { ImageViewerComponent } from './image/image-viewer/image-viewer.component';
import { ImageComponent } from './image/image.component';
import { BrushLabelingService } from './image/services/BrushLabeling.service';
import { ColorService } from './image/services/color.service';
import { PolygonLabelingService } from './image/services/PolygonLabeling.service';
import { ReactLabelingService } from './image/services/ReactLabeling.service';
import { CocoFormatService } from './image/services/CocoFormat.service';
import { LabelingModeService } from './image/services/LabelingMode.service';
import { PortalModule } from '@angular/cdk/portal';
import { OverlayModule } from '@angular/cdk/overlay';
import { StaticAnyInputComponent } from './static-properties/static-any-input/static-any-input.component';
Expand Down Expand Up @@ -79,7 +66,6 @@ import { MatSlideToggleModule } from '@angular/material/slide-toggle';
import { StaticRuntimeResolvableTreeInputComponent } from './static-properties/static-runtime-resolvable-tree-input/static-tree-input.component';
import { MatTreeModule } from '@angular/material/tree';
import { PlatformServicesModule } from '@streampipes/platform-services';
import { ImageBarPreviewComponent } from './image/components/image-bar/image-bar-preview/image-bar-preview.component';
import { SharedUiModule } from '@streampipes/shared-ui';
import { PipelineElementTemplateConfigComponent } from './pipeline-element-template-config/pipeline-element-template-config.component';
import { PipelineElementTemplatePipe } from './pipeline-element-template-config/pipeline-element-template.pipe';
Expand Down Expand Up @@ -131,14 +117,6 @@ import { SpSimpleLogsComponent } from './monitoring/simple-logs/simple-logs.comp
ConfigureLabelsComponent,
DataDownloadDialogComponent,
DisplayRecommendedPipe,
ImageBarPreviewComponent,
ImageComponent,
ImageContainerComponent,
ImageLabelingComponent,
SelectLabelComponent,
ImageBarComponent,
ImageAnnotationsComponent,
ImageViewerComponent,
ObjectPermissionDialogComponent,
PipelineElementTemplateConfigComponent,
PipelineElementTemplatePipe,
Expand Down Expand Up @@ -174,22 +152,13 @@ import { SpSimpleLogsComponent } from './monitoring/simple-logs/simple-logs.comp
],
providers: [
MatDatepickerModule,
ColorService,
DisplayRecommendedPipe,
ReactLabelingService,
PolygonLabelingService,
BrushLabelingService,
CocoFormatService,
LabelingModeService,
RuntimeResolvableService,
],
exports: [
ConfigureLabelsComponent,
DataDownloadDialogComponent,
ImageComponent,
ImageLabelingComponent,
PipelineElementTemplateConfigComponent,
SelectLabelComponent,
StaticAnyInputComponent,
StaticPropertyComponent,
StaticFreeInputComponent,
Expand All @@ -206,7 +175,6 @@ import { SpSimpleLogsComponent } from './monitoring/simple-logs/simple-logs.comp
StaticRuntimeResolvableAnyInputComponent,
StaticRuntimeResolvableOneOfInputComponent,
StaticSlideToggleComponent,
ImageViewerComponent,
ErrorHintComponent,
PipelineStartedStatusComponent,
SpSimpleLogsComponent,
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit 8982c5c

Please sign in to comment.