voxel51/fiftyone

[FR] Show all attributes during label filter widget's loading state

Aberta

#2.279 aberto em 9 de nov. de 2022

 (2 comentários) (0 reação) (0 responsável)Python (400 forks)batch import
appenhancementgood first issue

Métricas do repositório

Stars
 (4.021 estrelas)
Métricas de merge de PR
 (Mesclagem média 3d 11h) (161 fundiu PRs em 30d)

Description

It would be nice if the attribute components displayed during initial loading inside a label field's filter widget more closely matched the actual attributes that will appear after loading (see GIF).

There is subtlety here, as we hide dynamically widgets for default attributes like confidence and index if they have all-None values (maybe others too, unsure), and this state isn't known until the results come in. However, id and label should always have data, and there may be additional user-defined dynamic attributes as well that are not currently appearing.

Without looking at the code, it looks like what is being shown now is only the first two attributes alphabetically.

2022-11-09 18 13 08

Guia do colaborador