Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Table of Contents

Setting up AutoSfM

Setting up Docker

...

Upon succesful build, an image named 'sfm' will be created on the host. Verify that the image is built using:

...

When prompted to accept the agreement, type “yes” yes and press Enter

...

When prompted for the installation location, press Enter. This will keep the default path

...

When prompted, type “yes” yes and press Enter

...

Login again and conda will be active.

...

The repository and the code is now set up. Note that the -b develop“ develop is a temporary measure till the main branch is updated with the stable changes.

...

Make a new conda environment from the environment.yml file in the repository

Code Block
# OpenCV dependencies
sudo apt-get install ffmpeg libsm6 libxext6  -y
cd ~/SemiF-AnnotationPipeline
conda env create -f environment.yml

Copy the metashape software to autosfm/volumes/metashape. The installation will look like this:

...