natduca / shapeviz

Just some scripts to visualize layer stats & shapes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Getting set up

Downlaod and install nodejs, https://nodejs.org/en/download/ on mac, apt get install nodejs. Sorry. Then

npm install -g vulcanize

Finally

git submodule update --init --recursive

You should be good to go.

Running shapeviz

./bin/shapeviz test_data/layerstats_032118.csv

Contributing to shapeviz

From shapeviz, start this and leave it going:

python -m SimpleHTTPServer 8003

Now open a chrome and go to http://localhost:8003/test/basic.html . Debug & reload in there.

About

Just some scripts to visualize layer stats & shapes

License:BSD 2-Clause "Simplified" License


Languages

Language:HTML 95.0%Language:Python 5.0%