tensorflow / tensorflow/tensorboard
Feature Request : Allow filter image data by sample and step id
@bileschi is already working on this.
Since Feb 11, 2022.
- Dominant language
- TypeScript
- Stars
- 7.2k
- Forks
- 1.7k
- Avg merge
- 4d 22h
- Merged PRs (30d)
- 1
Description
Hi,
Somethings we need to filter images in tensorboard, but currently we can only filter by tag. It will be very convenient to allow filter images(maybe other kinds of data) by sample id and step id. As show in below example.
Here is one use case, suppose for each image(sample id) we record several properties, such as score map, bounding box etc, then we need to check these properties for a specific sample. In current version, we have to clip next page many times to find the corresponding property, this is quit inconvenient.
It will be much convenient to allow user filter images by sample id and step id, maybe more kinds of options.

Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.