Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
A
agimus_dev_container
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
agimus-project
agimus_dev_container
Commits
5419d4f4
Commit
5419d4f4
authored
3 months ago
by
Krzysztof Wojciechowski
Browse files
Options
Downloads
Patches
Plain Diff
Reorder operations
parent
1acd72d3
No related branches found
Branches containing commit
No related tags found
1 merge request
!13
Humble devel coding week prague
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.devcontainer/Dockerfile
+6
-5
6 additions, 5 deletions
.devcontainer/Dockerfile
with
6 additions
and
5 deletions
.devcontainer/Dockerfile
+
6
−
5
View file @
5419d4f4
...
...
@@ -105,17 +105,18 @@ RUN bash install_dependency.sh stack-of-tasks/eigenpy/v3.10.0/8 \
# Remove example-robot-data source to shrink resulting Docker image
&& rm -rf /home/gepetto/dependencies/example-robot-data
# Install HappyPose and PyM3T
and download CosyPose models
# Install HappyPose and PyM3T
WORKDIR
/tmp
RUN
git clone
--branch
dev
--recurse-submodules
https://github.com/agimus-project/happypose.git
\
&&
cd
happypose
\
&&
pip
install
".[cpu,pypi,evaluation,multiview]"
--extra-index-url
https://download.pytorch.org/whl/cpu
&&
pip
install
".[cpu,pypi,evaluation,multiview]"
--extra-index-url
https://download.pytorch.org/whl/cpu
\
&&
pip
install
git+https://github.com/agimus-project/pym3t@master
# Download CosyPose models
WORKDIR
/home/gepetto/happypose_data_dir
ENV
HAPPYPOSE_DATA_DIR=/home/gepetto/happypose_data_dir
RUN
pip
install
git+https://github.com/agimus-project/pym3t@master
\
# Download YCBV pretrained models
&& python -m happypose.toolbox.utils.download \
# Download YCBV pretrained models
RUN
python
-m
happypose.toolbox.utils.download
\
--bop_dataset
ycbv
\
--cosypose_models
\
detector-bop-ycbv-pbr--970850
\
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment