tensorflow / tensorflow/tensorboard
Add image background for embedding projector
Open
@nfelt is already working on this.
Since Feb 4, 2021.
plugin:projector
type:support
- Dominant language
- TypeScript
- Stars
- 7.2k
- Forks
- 1.7k
- Avg merge
- 4d 22h
- Merged PRs (30d)
- 1
Description
I am currently planning to add background image for embedding projector, as I would like to display the decision boundary in 2D space for a given model with the dataset(e.g MNIST). I implemented it by doing this.scatterPlot.scene.background = texture; where texture is a THREE.Texture object.
This implementation got two problems:
- background image is not able to zoom in/out
- it takes a super long time to load a single image(around 5-6 seconds), the image size is around 100kb-200kb
Any suggestion for the above problems? Especially the second one.
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.