We use Poetry to manage the dependencies(see pyproject.toml):
poetry shell
python3 app.py -h
parameters:
-dummy
: Disable auto-correct--load-state
: load existing json file
Or you can install the dependencies manually and run with the command.
examples:
python3 app.py
python3 app.py --dummy
python3 app.py --load-state ../user_study/P2/P2_open.json
read How to Run.
The are two exported files: timestamp.gltf
and timestamp.json
.
GLTF files can be viewed use glTF Viewer, to get the best view results, you may need to set the options as the image below.
Json files can be viewed use the vis_json.py
script, you can click to show or hide the corresponding components.
cast screen to Chrome: Casting
Or use scrcpy
scrcpy -c 1200:800:180:320 -m 1600 -b 25M
install scrcpy
brew cask install android-platform-tools
brew install scrcpy