[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.
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:
- Created 6 years ago
- Comments:5 (2 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
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
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。