Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Documentation for docker image run #75

Closed
amy-tabb opened this issue Jun 26, 2024 · 2 comments · Fixed by #76
Closed

Documentation for docker image run #75

amy-tabb opened this issue Jun 26, 2024 · 2 comments · Fixed by #76
Assignees
Labels
documentation Improvements or additions to documentation

Comments

@amy-tabb
Copy link

System information (version)

  • Operating System / Platform => ❔Ubuntu 22.04
  • OpenCV => n/a
  • Ceres => n/a
  • Boost => n/a
  • C++ => n/a
  • Compiler => n/a

Vision system

Intend to run some of your real or synthetic sequences

Describe the issue / bug

I would like to run MC-Calib from your provided docker image and am able to pull it from the docker hub. The following is in the README --

'''bash
docker run
-ti --rm
--volume="${PWD}:/home/MC-Calib"
--volume="PATH_TO_DATA:/home/MC-Calib/data"
bailool/mc-calib-prod
'''

What do the two bindmounts refer to? I could find something related to '--volume="PATH_TO_DATA:/home/MC-Calib/data"' in the documentation for running 'calibrate', but could not find what '--volume="${PWD}:/home/MC-Calib" ' needs to contain or this directory's function. Thank you.

@BAILOOL BAILOOL self-assigned this Jun 27, 2024
@BAILOOL BAILOOL added the documentation Improvements or additions to documentation label Jun 27, 2024
@BAILOOL
Copy link
Collaborator

BAILOOL commented Jun 27, 2024

Hi @amy-tabb. Thank you for your interest in the MC-Calib.

I have improved the documentation in this change #76

docker run \
            -ti --rm \
            --volume="$PATH_TO_REPO_ROOT:/home/MC-Calib" \
            --volume="$PATH_TO_DATA:/home/MC-Calib/data" \
            bailool/mc-calib-prod

Let me know if this works for you.

@amy-tabb
Copy link
Author

Awesome, yes that answers my question, thank you @BAILOOL !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants