New Check out our website at url for tutorials, demos, and many more!
This repository contains the code artifacts released as part of the following publications:
We strongly suggest the user start with our website and use the MSSE-2021 folder as it contains the latest iteration of our research.
The current codebase has been migrated to PyTorch. To access the previous TensorFlow implementation switch to
tensorflow
branch. The tensorflow branch contains implementation for both/JMPB-2021
and/MSSE-2021
We recommend first installing Anaconda and then running the following commands to setup the environment. We also recommend using a machine that has GPU support, specially if you plan to train your own models. A CPU machine can be used if the goal is using pre-trained models to predict posture.
conda env create -f INFRA/CONDA/deep_postures_pt_gpu.yml # for cpu use INFRA/CONDA/deep_postures_pt_cpu.yml
conda activate deep_postures
Alternatively, you can use conda to install Python 3 and use pip
to install the following rerquired packages.
conda create -n deep_postures_pytorch python=3.11
conda activate deep_postures_pytorch
pip install torch==2.4.1
pip install numpy
pip install pandas
pip install scipy
pip install h5py
pip install scikit-learn==1.5.2
pip install tqdm==4.66.6
git clone https://github.com/ADALabUCSD/DeepPostures.git
main
branch with the PyTorch only has implementation for MSSE-2021
. The tensorflow
branch has implementation for both MSSE-2021
and JMPB-2021
This work was supported by grant number R01DK114945 from the National Institute of Diabetes and Digestive and Kidney Diseases. It was also supported in part by a Hellman Fellowship, an NSF CAREER Award under award number 1942724, and a gift from VMware. The content is solely the responsibility of the authors and does not necessarily represent the views of any of these organizations. We thank the members of UC San Diego's Database Lab and Center for Networked Systems for their feedback on this work.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4