Skip to content

A set of tools to visualize and interact with sequences of 3D data.

License

Notifications You must be signed in to change notification settings

climbingdaily/aitviewer

This branch is 18 commits ahead of, 63 commits behind eth-ait/aitviewer:main.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

5da7837 · Jun 19, 2023
Mar 27, 2023
Jun 19, 2023
Mar 2, 2023
May 9, 2023
May 16, 2023
Jan 22, 2023
Jan 9, 2023
Jul 2, 2022
Jul 2, 2022
Jul 2, 2022
Jun 19, 2023
Apr 19, 2023
Jan 22, 2023
Sep 21, 2022
May 9, 2023
Jun 17, 2023

Repository files navigation

This software was developed by Manuel Kaufmann, Velko Vechev and Dario Mylonopoulos. The original aitviewer codebase is here. I just add a sloper4d_viwer.py file to visualize the SLOPER4D dataset.

Installation

Please install this fork locally

git clone https://github.com/climbingdaily/aitviewer.git
cd aitviewer
pip install -e .

Dependencies

Download the SMPL models to ./data/smpl_models/smpl/

For more advanced installation and for installing SMPL body models, please refer to the documentation .

Run

python sloper4d_viewer.py --pkl_file /path/to/the/pkl

optional parameters

--is_global  True    # whether to show the global translation of the person
--pose  'pose'       # the pose param to visualize, 'pose' or 'opt_pose'
--scene_path  /path/to/the/scenemesh

Projects using the aitviewer

A sampling of projects using the aitviewer. Let us know if you want to be added to this list!

Citation

If you use this software, please cite it as below.

@software{Kaufmann_Vechev_aitviewer_2022,
  author = {Kaufmann, Manuel and Vechev, Velko and Mylonopoulos, Dario},
  doi = {10.5281/zenodo.1234},
  month = {7},
  title = {{aitviewer}},
  url = {https://github.com/eth-ait/aitviewer},
  year = {2022}
}

About

A set of tools to visualize and interact with sequences of 3D data.

Resources

License

Citation

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 91.8%
  • GLSL 8.2%