Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
# OpenCV dependencies
sudo apt-get install ffmpeg libsm6 libxext6  -y
cd ~/SemiF-AnnotationPipeline

Create GPU or NoGPU environment

No Nvidia GPU:

Code Block
conda env create -f environment_nogpu.yml

Nvidia GPU:

Code Block
conda env create -f environment_gpu.yml

Then activate the conda environment

Code Block
conda activate semif_nogpu

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

...