-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
7 changed files
with
68 additions
and
77 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -67,6 +67,7 @@ jobs: | |
python -m pip install git+ssh://[email protected]/open-mmlab/[email protected] | ||
python -m pip install -r requirements.txt | ||
python -m pip install -r requirements/albu.txt | ||
python -m pip install -r requirements/poseval.txt | ||
- run: | ||
name: Build and install | ||
command: | | ||
|
@@ -115,6 +116,7 @@ jobs: | |
docker exec mmpose pip install -e /mmdetection | ||
docker exec mmpose pip install -r requirements.txt | ||
docker exec mmpose pip install -r requirements/albu.txt | ||
docker exec mmpose pip install -r requirements/poseval.txt | ||
- run: | ||
name: Build and install | ||
command: | | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1 @@ | ||
poseval@git+https://github.com/svenkreiss/poseval.git | ||
requests |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
poseval@git+https://github.com/svenkreiss/poseval.git |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,6 @@ | ||
mmcv>=2.0.0rc1 | ||
mmengine | ||
munkres | ||
poseval@git+https://github.com/svenkreiss/poseval.git | ||
regex | ||
scipy | ||
titlecase | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,6 +5,5 @@ isort==4.3.21 | |
parameterized | ||
pytest | ||
pytest-runner | ||
smplx>=0.1.28 | ||
xdoctest>=0.10.0 | ||
yapf |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters