forked from hongsukchoi/Pose2Mesh_RELEASE
-
Notifications
You must be signed in to change notification settings - Fork 0
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
1 parent
5622c03
commit 88d900f
Showing
1 changed file
with
2 additions
and
2 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 |
---|---|---|
@@ -1,9 +1,9 @@ | ||
pip install opencv-python | ||
pip intsall transforms3d | ||
pip install transforms3d | ||
pip install pycocotools | ||
pip install git+https://github.com/scottandrews/chumpy.git@fe51783e0364bf1e9b705541e7d77f894dd2b1ac | ||
pip install pyrender | ||
pip install trimesh | ||
pip install yaml | ||
pip install easydict | ||
pip install tqdm | ||
pip install tqdm |