question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

[projector] unicode not supported for 3D mode labels

See original GitHub issue

七 2 1 0 4 this is a part of the metadata.tsv file. I replace all the number 7 to Chinese word 七.

When I disable the 3d labels mode, I can see the Chinese word 七 and numbers . When I enable the 3d labels mode, the Chinese word 七 disappear. But the numbers can display normally.

logs.tar.gz

the logs.tar.gz, I download from https://github.com/tensorflow/tensorflow/issues/10756 and replace all the number 7 to Chinese word 七.

Issue Analytics

  • State:open
  • Created 6 years ago
  • Comments:5 (2 by maintainers)

github_iconTop GitHub Comments

2reactions
dsmilkovcommented, Aug 21, 2017

Thanks! Unfortunately, it’s not trivial to create a glyph texture for all unicode letters in WebGL, which is what’s needed in 3D mode. But, I want to emphasize that it’s important that we support all unicode letters in 3D mode.

If anyone wants to take a shot, here is a pointer to the code where all glyphs are created: https://github.com/tensorflow/tensorboard/blob/866bb01b014f786c83462eed807587f3dd39de03/tensorboard/plugins/projector/vz_projector/scatterPlotVisualizer3DLabels.ts#L112

0reactions
jianbohuangcommented, Mar 12, 2020

I try to draw the chinses text in an image (opencv or PIL can do that, note to uniform the front size with image size ), then we can present the text info on tensorboard canvas。

Read more comments on GitHub >

github_iconTop Results From Across the Web

JuliaPlots/UnicodePlots.jl: Unicode-based scientific plotting for ...
Unicode -based scientific plotting for working in the terminal - GitHub ... Auto-labeling is by default, but you can also label each series...
Read more >
Unicode Character Map Dialog Box - Intergraph Smart 3D - Help
Lets you display groups of characters to help in refining a search of a character's Unicode value. When you check the Advanced view...
Read more >
Unicode and internationalization support - Android Developers
Unicode and internationalization support through Android 6.0 (API level 23). The Android platform uses ICU and CLDR to implement various classes for handling ......
Read more >
Understanding Sage SalesLogix Unicode - HubSpot
Unicode is an international 16-bit character set and encoding system designed to represent all the characters of all the world's languages.
Read more >
Internationalizing Code - L3HarrisGeospatial.com
Multibyte character sets, Non-Unicode encodings commonly used for non-English ... Many web browsers support UTF-8 and many web pages with international ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found