版本1.14的Tensorboard具有选项卡“ MESH”,但会在不显示网格的情况下继续加载

时间:2019-06-06 13:12:09

标签: graphics mesh tensorboard

我使用版本1.14的tensorboard,其中有一个新插件“ mesh”来显示点云。但是什么也无法显示。

仪表板保持空白,并带有一个圆圈,指示等待加载的内容发光,但显示摘要的标题,这意味着加载目录包含我的摘要文件。 我试图在摘要文件中添加尽可能少的点,以排除重载的可能性。 我还尝试编写另一个只包含标量的摘要文件,然后将其放入同一目录中,并成功加载并显示它。

整个代码为:

import tensorflow as tf
from tensorboard.plugins.mesh import summary as mesh_summary

points=tf.random.normal([1, 20, 3], 0, 1)

meshes_summary = mesh_summary.op('new_points', vertices=points)

writer = tf.summary.FileWriter('/PycharmProjects/tfgraphics_test/data')

with tf.Session() as sess:
    summaries = sess.run(meshes_summary)
    writer.add_summary(summaries)

在命令行中输入后:

tensorboard --logdir=.

终端输出:

TensorBoard 1.14.0a20190605 at http://YU:6006/ (Press CTRL+C to quit)
I0606 21:00:41.779398 139648279344896 _internal.py:122] ::ffff:127.0.0.1 - - [06/Jun/2019 21:00:41] "GET / HTTP/1.1" 200 -
I0606 21:00:42.055533 139648321292032 _internal.py:122] ::ffff:127.0.0.1 - - [06/Jun/2019 21:00:42] "GET /font-roboto/oMMgfZMQthOryQo9n22dcuvvDin1pK8aKteLpeZ5c0A.woff2 HTTP/1.1" 200 -
I0606 21:00:42.760370 139647863240448 _internal.py:122] ::ffff:127.0.0.1 - - [06/Jun/2019 21:00:42] "GET /data/experiments HTTP/1.1" 200 -
I0606 21:00:42.761307 139648321292032 _internal.py:122] ::ffff:127.0.0.1 - - [06/Jun/2019 21:00:42] "GET /data/environment HTTP/1.1" 200 -
I0606 21:00:42.761482 139647506183936 _internal.py:122] ::ffff:127.0.0.1 - - [06/Jun/2019 21:00:42] "GET /data/runs HTTP/1.1" 200 -
I0606 21:00:42.762842 139648279344896 _internal.py:122] ::ffff:127.0.0.1 - - [06/Jun/2019 21:00:42] "GET /data/plugins_listing HTTP/1.1" 200 -
I0606 21:00:42.867119 139648279344896 _internal.py:122] ::ffff:127.0.0.1 - - [06/Jun/2019 21:00:42] "GET /data/plugin/mesh/tags HTTP/1.1" 200 -
I0606 21:00:42.899127 139648279344896 _internal.py:122] ::ffff:127.0.0.1 - - [06/Jun/2019 21:00:42] "GET /font-roboto/RxZJdnzeo3R5zSexge8UUZBw1xU1rKptJj_0jans920.woff2 HTTP/1.1" 200 -
I0606 21:00:42.927620 139647506183936 _internal.py:122] ::ffff:127.0.0.1 - - [06/Jun/2019 21:00:42] "GET /data/plugins_listing HTTP/1.1" 200 -
I0606 21:00:42.989391 139648279344896 _internal.py:122] ::ffff:127.0.0.1 - - [06/Jun/2019 21:00:42] "GET /data/environment HTTP/1.1" 200 -
I0606 21:00:42.991192 139648279344896 _internal.py:122] ::ffff:127.0.0.1 - - [06/Jun/2019 21:00:42] "GET /data/runs HTTP/1.1" 200 -
I0606 21:00:43.008334 139647506183936 _internal.py:122] ::ffff:127.0.0.1 - - [06/Jun/2019 21:00:43] "GET /data/plugin/mesh/meshes?tag=new_points&run=.&sample=0 HTTP/1.1" 200 -
I0606 21:00:43.008774 139648321292032 _internal.py:122] ::ffff:127.0.0.1 - - [06/Jun/2019 21:00:43] "GET /data/experiments HTTP/1.1" 200 -
I0606 21:00:43.010241 139647506183936 _internal.py:122] ::ffff:127.0.0.1 - - [06/Jun/2019 21:00:43] "GET /data/plugin/mesh/meshes?tag=new_points&run=.&sample=0 HTTP/1.1" 200 -
I0606 21:00:43.029732 139648321292032 _internal.py:122] ::ffff:127.0.0.1 - - [06/Jun/2019 21:00:43] "GET /font-roboto/d-6IYplOFocCacKzxwXSOJBw1xU1rKptJj_0jans920.woff2 HTTP/1.1" 200 -
I0606 21:00:43.059474 139648279344896 _internal.py:122] ::ffff:127.0.0.1 - - [06/Jun/2019 21:00:43] "GET /data/plugin/mesh/meshes?tag=new_points&run=.&sample=0 HTTP/1.1" 200 -
I0606 21:00:43.101542 139648321292032 _internal.py:122] ::ffff:127.0.0.1 - - [06/Jun/2019 21:00:43] "GET /data/plugin/mesh/tags HTTP/1.1" 200 -
I0606 21:00:43.102698 139647506183936 _internal.py:122] ::ffff:127.0.0.1 - - [06/Jun/2019 21:00:43] "GET /data/plugin/mesh/meshes?tag=new_points&run=.&sample=0 HTTP/1.1" 200 -
I0606 21:00:43.117333 139647506183936 _internal.py:122] ::ffff:127.0.0.1 - - [06/Jun/2019 21:00:43] "GET /data/plugin/mesh/data?tag=new_points&run=.&content_type=VERTEX&sample=0 HTTP/1.1" 200 -
I0606 21:00:43.160351 139648321292032 _internal.py:122] ::ffff:127.0.0.1 - - [06/Jun/2019 21:00:43] "GET /data/plugin/mesh/data?tag=new_points&run=.&content_type=VERTEX&sample=0 HTTP/1.1" 200 -
I0606 21:00:43.161477 139647506183936 _internal.py:122] ::ffff:127.0.0.1 - - [06/Jun/2019 21:00:43] "GET /data/plugin/mesh/meshes?tag=new_points&run=.&sample=0 HTTP/1.1" 200 -
I0606 21:00:43.206848 139648321292032 _internal.py:122] ::ffff:127.0.0.1 - - [06/Jun/2019 21:00:43] "GET /data/plugin/mesh/meshes?tag=new_points&run=.&sample=0 HTTP/1.1" 200 -
I0606 21:00:43.452618 139648321292032 _internal.py:122] ::ffff:127.0.0.1 - - [06/Jun/2019 21:00:43] "GET /data/plugin/mesh/data?tag=new_points&run=.&content_type=VERTEX&sample=0 HTTP/1.1" 200 -
I0606 21:00:43.453591 139647506183936 _internal.py:122] ::ffff:127.0.0.1 - - [06/Jun/2019 21:00:43] "GET /data/plugin/mesh/data?tag=new_points&run=.&content_type=VERTEX&sample=0 HTTP/1.1" 200 -
I0606 21:01:12.941380 139647863240448 _internal.py:122] ::ffff:127.0.0.1 - - [06/Jun/2019 21:01:12] "GET /data/experiments HTTP/1.1" 200 -
I0606 21:01:12.942671 139648321292032 _internal.py:122] ::ffff:127.0.0.1 - - [06/Jun/2019 21:01:12] "GET /data/environment HTTP/1.1" 200 -
I0606 21:01:12.946700 139648279344896 _internal.py:122] ::ffff:127.0.0.1 - - [06/Jun/2019 21:01:12] "GET /data/runs HTTP/1.1" 200 -

上面很多东西都没有粘贴在这里

0 个答案:

没有答案