HumanSignal / label-studio

Label Studio is a multi-type data labeling and annotation tool with standardized output format
https://labelstud.io
Apache License 2.0
19.6k stars 2.43k forks source link

datamanager-AnnotationPreview not working #5237

Open lackray opened 11 months ago

lackray commented 11 months ago

@makseq, @hlomzik,hello Describe the bug A clear and concise description of what the bug is.

To Reproduce Steps to reproduce the behavior:

  1. Go to projects list page
  2. Click on 'Grid' button in the project list page
  3. See error: Spinner loaded only

Expected behavior Display annotaions in grid view.

Environment (please complete the following information):

Additional context 'https://github.com/HumanSignal/dm2/blob/master/src/components/Common/AnnotationPreview/AnnotationPreview.js' generatePreview methed not exist

hogepodge commented 11 months ago

Hi @lackray, we are going to need a bit more information to reproduce this. Can you share your labeling interface, data, steps to reproduce, and possibly some screen shots? Thanks!

lackray commented 11 months ago

Hi @lackray, we are going to need a bit more information to reproduce this. Can you share your labeling interface, data, steps to reproduce, and possibly some screen shots? Thanks!

According to this file 'https://github.com/HumanSignal/dm2/blob/master/src/components/DataGroups/ImageDataGroup.js' line 12,when set root.showPreviews = true,there are no labels displayed in the gridview preview.

1.Labled someting in the labeling interface page: 1704352892357

  1. Supposed to show labels preview in the project list page after showPreviews setup, but got none:

1704353425632

Am i missing something?