View ResultsΒΆ

When the iwct_run_pipeline command completes, you will have a results/html directory with a self-contained static website that can be used to view the results. Simply copy the directory to any webserver to publish your image-graph viewer on the web.

An easy way to view the result locally is to start a python webserver for the html directory like this:

cd /home/ubuntu/Desktop/datasets/{dataset_name}/results/html
python -m SimpleHTTPServer

Now open a webbrowser to the url output by the python command (e.g. http://localhost:8000).

Note

The viewer inside the html directory is self-contained and portable. Simply copy the html directory to any webserver to share your image-graph viewer with others.

Project Versions

Previous topic

Run pipeline

Next topic

Shutdown

This Page