Skip to content

Latest commit

 

History

History
51 lines (34 loc) · 1.23 KB

visualization.rst

File metadata and controls

51 lines (34 loc) · 1.23 KB

Visualization

Pharos is a plug-in of TensorBay SDK used for local visualization. After finishing the dataset organization <features/dataset_management:Organize Dataset>, users can visualize the organized ~tensorbay.dataset.dataset.Dataset instance locally using Pharos. The visualization result can help users to check whether the dataset is correctly organized.

Install Pharos

To install Pharos by pip, run the following command:

$ pip3 install pharos

Pharos Usage

Organize a Dataset

Take the BSTLD <examples/BSTLD:Organize Dataset> as an example:

../../../docs/code/pharos.py

Visualize the Dataset

../../../docs/code/pharos.py

Open the returned URL to see the visualization result.

The visualized result of the BSTLD dataset.The visualized result of the BSTLD dataset.