- create conda env
conda create -n pixviz python~=3.10.0 -y
- install dependencies
pip install pixviz
- launch GUI
python -m pixviz
- Load your video by clicking
Load Video
- Drag your ROI(s) by first click
Drag a Rect ROI
button then drag area in video view (left click inside the area for moving, left click the round red button for rotation) - Press
play
see preview in plot view (delete by first click the roi in table, then clickDelete ROI
),clear
button is used for delete realtime plot display - Click
Process
the evaluate all, output will be saved as json meta and npy array in the same directory of video source - The data (.npy) can be reload using
load result
(the meta json need to be in the same directory)
- See API Doc