Skip to content

Commit

Permalink
finalize README
Browse files Browse the repository at this point in the history
  • Loading branch information
Jannes committed Oct 22, 2020
1 parent 81aec39 commit cadaa7f
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 71,147 deletions.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# Geometry Plugin
![license](https://img.shields.io/pypi/l/tensorboard-plugin-geometry)
![version](https://img.shields.io/pypi/v/tensorboard-plugin-geometry)

Since geometric deep learning is rising, there is the need of a tensorboard plugin to visualize geometric data. In comparison to the Mesh plugin from tensorboard, this plugin is more stable and offers the opportunity to add feature vectors for each vertex.

Expand All @@ -14,7 +16,8 @@ Known issues:
* faces cannot be colored separately. Either use point clouds or color the whole mesh (see Usage).

Future features:
[ ] None so far. If you have requests, please create an issue.
- [ ] Use official tensorboard api, when finally provided.
- [ ] If you have requests, please create an issue.


## Installation
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
torch
tensorboard
tensorboard>=2.3.0
six
werkzeug
numpy
2 changes: 2 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,12 @@ def parse_requirements(filename):
name="tensorboard_plugin_geometry",
version=__version__,
author='Jannes Magnusson',
author_email="[email protected]",
url=url,
description="Tensorboard plugin to visualize 3D data with 3D features.",
long_description=long_description,
long_description_content_type="text/markdown",
license="GNU GPL",
install_requires=parse_requirements("requirements.txt"),
packages=["tensorboard_plugin_geometry"],
package_data={
Expand Down
Loading

0 comments on commit cadaa7f

Please sign in to comment.