Skip to content

Commit

Permalink
release: Updating the version of PosePipeline and INSTALL.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ktshah04 committed Jan 13, 2025
1 parent 76ef9a9 commit dabb5cc
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 8 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Changelog - Pose Pipeline
All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Calendar Versioning](https://calver.org/).

## [2024.01.14] - 2024-01-14
- Initial Release

### Added
- PosePipeline is now 'pip installable', with external dependencies automatically downloaded.
- Transition to uv as package manager [[#33]](https://github.com/IntelligentSensingAndRehabilitation/PosePipeline/pull/33)
- Breaking change with update to MMCV. [[#36]](https://github.com/IntelligentSensingAndRehabilitation/PosePipeline/pull/36)

9 changes: 2 additions & 7 deletions INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,8 @@ dj.config['stores'] = {
}
```

4. Set the environment variables found in `pose_pipeline.env` based on the local installation. Follow the specific
installations instructions for each one and also store the necessary network weights in the 3rdparty directory.
4. To use `OpenMMLab` packages, the following additional step is required. Note: this assume `uv` is being used as the package manager.

MMPose files:
```
3rdparty/mmpose/checkpoints/hrnet_w48_coco_wholebody_384x288_dark-f5726563_20200918.pth
3rdparty/mmpose/checkpoints/hrnet_w48_coco_384x288_dark-e881a4b6_20210203.pth
3rdparty/mmpose/checkpoints/higher_hrnet48_coco_512x512-60fedcbc_20200712.pth
3rdparty/mmpose/checkpoints/res50_coco_640x640-2046f9cb_20200822.pth
uv run bash scripts/mmlab_install.sh
```
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "pose_pipeline"
version = "0.1.0"
version = "2024.01.14"
description = "Video pose analysis pipelines for DataJoint."
readme = "README.md"
requires-python = "~=3.11"
Expand Down

0 comments on commit dabb5cc

Please sign in to comment.