tensorflow / tensorflow/tensorboard

Add image background for embedding projector

Open
#4,640 3 comments 0 reactions 1 assignee View on GitHub

@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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.