A Jupyter Notebook that combines the work of FollowYourPose & MMPose.
- Dual platform support
- Dynamic MMPose Inference
- Streamlined FYP Inference with MMPose
- Inference Output with customisable formatting (Stitch/Superimpose)
- Inbuilt Stable Diffusion Model Fine-tuning
- Trained Model Testing
- Automatic Scoring using Euclidean Distance Normalisation & Manual Model Scoring System
- Trained Model Testing results comparison/visualisation analysis
| Name | ID |
|---|---|
| Maximus Lee | 2100724 |
| Aloysius Woo | 2100891 |
| Jin Zhenglong | 2101002 |
| Ai Xin | 2102468 |
| Huai Fu | 2001188 |
🏗 demo.ipynb
- A more traditional approach to running the program. Cells must be run sequentially. Some cells contain functionality, some cells provide the actual user functionality.
- More suited for development and maintainence. Steps are more granular.
✨ demo_bombastic.colab
- All functionality is accessible through a single user interface window.
- More suited for end-users as all functionalities are streamlined for easier use.
- 🌈 Google Colab
demo.ipynb
demo_bombastic.ipynb
- 🪟 Local (Windows)
- Download and install Python 3.8.
- Install git, ensure LFS support is checked.
- Install ImageMagick. Installation instructions are at link.
- Install FFmpeg. Installation instructions are at link.
- Run batch file at other_files/batch_files/create_venv.bat to initialise virtual environment.
cd other_files/batch_files && create_venv.bat- To launch Jupyter Notebook in your browser, run demos/local_windows_demo.bat or demos/local_windows_demo_bombastic.bat.
cd demos && local_windows_demo.batcd demos && local_windows_demo_bombastic.bat