Skip to content
Permalink
Browse files

Update README.md

  • Loading branch information...
ghowa committed Mar 28, 2019
1 parent 3af9e37 commit 08cc0fcfeca225238022fa4e1ab9cefb2b774cda
Showing with 5 additions and 1 deletion.
  1. +5 −1 README.md
@@ -1,6 +1,6 @@
# PixPlot

This repository is a fork of the original PixPlot created by the Yale DH lab. In our version, cluster visualisation via different colors is added. In order to use this, create the plot_data.json as usual and then add group information to each image and a global group_count. Afterwards, the json should look like that:
This repository is a fork of the original PixPlot created by the Yale DH lab. In our version, cluster visualisation via different colors is added as well as a preview function which shows the orginal image after clicking on a thumbnail in the 3D window. In order to use this, create the plot_data.json as usual (instructions below) and then add group information to each image and a global group_count. Afterwards, the json should look like that:

<pre>
{"atlas_counts": {"64px": 15.0, "32px": 4.0},
@@ -13,6 +13,10 @@ This repository is a fork of the original PixPlot created by the Yale DH lab. In
}
</pre>

For the preview function, either create a subdirectory called **full** in your PixPlot directory and copy the original images to this new folder, or create a symlink pointing to the original image directory:

ln -s /path/to/images/ full

- - - -

This repository contains code that can be used to visualize tens of thousands of images in a two-dimensional projection within which similar images are clustered together. The image analysis uses Tensorflow's Inception bindings, and the visualization layer uses a custom WebGL viewer.

0 comments on commit 08cc0fc

Please sign in to comment.
You can’t perform that action at this time.