Newer
Older
pip install dash plotly
# File and Folder Structure
```bash
arin
├── faceblur_arin # base_path
├── คนที่1
├── ท่าที่1
├── ครั้งที่1
├── Cam1_blur.mp4
├── Cam2_blur.mp4
├── Cam3_blur.mp4
├── Cam4_blur.mp4
...
...
...
├── app_dropdown.py
├── app_dropdown_compare.py
If you want to change the **base_path**, please edit the **base_path** parameter in .py file.
# Run
```bash
# To visualize all data
python app_dropdown.py
# To visualize the comparion between pose
python app_dropdown_compare.py
```