Skip to content

Commit

Permalink
update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Kaminyou committed May 26, 2024
1 parent 0ad0c64 commit 79537af
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
# Changelog
## v0.2.2
### New features
- To protect patient's privacy, the default video change to a black background one with full keypoints shown. The setting can be changed by modify the `get_video` api in `backend/routers/user.py`

## v0.2.1
### Improvement
- Add an automatical timestamp txt fixing logic
Expand Down
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,11 @@ For the details, please refer to [our papar](https://ieeexplore.ieee.org/documen
./backend/algorithms/gait_basic/VideoPose3D/checkpoint/pretrained_h36m_detectron_coco.bin
./backend/algorithms/gait_basic/gait_study_semi_turn_time/weights/semi_vanilla_v2/epoch_94.pth
```
5. (Optional) By default, the video will be provided with a black backgound and full keypoints. If you would like to show the patients' body and the surrounding, please modify `backend/routers/user.py`
```python
# video_path = f'data/{video_uuid}/out/render-black-background.mp4' # default one
video_path = f'data/{video_uuid}/out/render.mp4' # change to this one
```
5. Execute
```
$ docker-compose up --build -d
Expand Down

0 comments on commit 79537af

Please sign in to comment.