You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 28, 2024. It is now read-only.
currently INDEX shows a counter for NEW annotations, but it displays nothing when flipping the "current" pointer to annotation already seen.
For example, if you flip back and forth between these two commands:
ldb index s3://ldb-public/remote/data-lakes/Stanford-dog-breeds/*/ --format infer -p base-label=“dog”
ldb index s3://ldb-public/remote/data-lakes/Stanford-dog-breeds/*/ --format infer -p base-label="cat"
the counters will not show the changes:
Data format: tensorflow-inferred
Indexing paths...
Finished indexing:
Found data objects: 10799
Found annotations: 10799
New data objects: 0
New annotations: 0
New data object paths: 0
This is confusing because the state of the index does change and it affects dependent datasets.
The proposal is to show a combined "New/changed" annotation counter that is updated every time the "current" annotation pointer is altered in the index.
The text was updated successfully, but these errors were encountered:
currently INDEX shows a counter for NEW annotations, but it displays nothing when flipping the "current" pointer to annotation already seen.
For example, if you flip back and forth between these two commands:
the counters will not show the changes:
This is confusing because the state of the index does change and it affects dependent datasets.
The proposal is to show a combined "New/changed" annotation counter that is updated every time the "current" annotation pointer is altered in the index.
The text was updated successfully, but these errors were encountered: