Skip to content

Some tools to aid visualization of common tasks in PVRNN

Notifications You must be signed in to change notification settings

oist-cnru/pvrnn_visualizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pvrnn_visualizer

Some tools to aid visualization of common tasks in PVRNN

Sometimes it may be time consuming to access and then plot specific variables that are saved when we run PVRNN. These variables are saved in various locations, under various formats, and we might want to plot them or analyze them in various ways.

The scripts in this project require us just to input the paths to the variables of interest (regardless of format), specify the units we might want to see plotted, and provide some information about the primitive transitions. It can be finished in a couple of minutes. This Python module can so far do two things:

  • A .CSV file including all the specified units from the chosen variables is automatically saved. This kind of file has been very useful recently, at least for some of us. We would open it in Excel or an analogous application, offering us some flexibility to look at several variables grouped together.
  • The variables of interest can be plotted and aligned to each other. Vertical lines indicate the primitive (or chunks of primitives) switches. See one example below, from prior generation using my own data. The black, vertical lines separate the primitive chunks:

image

Dependencies

In requirements.txt file.

About

Some tools to aid visualization of common tasks in PVRNN

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages