You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
System information (version)
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.
The text was updated successfully, but these errors were encountered: