Closed hardikdava closed 1 month ago
Building glomap should be relatively straightforward on the popular Linux distributions. I appreciate the request but I don't think we have the cycles to provide pre-built Linux packages. We may address this request throgh a future pyglomap package that will run on most Linux machines.
@ahojnnes Thanks for reply and yes it is a great idea to have pyglomap package.
!pip install -q condacolab
import condacolab
condacolab.install()
!mamba install -y glomap
!glomap -h
GLOMAP -- Global Structure-from-Motion
Usage:
glomap mapper --database_path DATABASE --output_path MODEL
glomap mapper_resume --input_path MODEL_INPUT --output_path MODEL_OUTPUT
Available commands:
help
mapper
mapper_resume
Thank you for your great work. I see that there is already a prebuilt package available for windows. Can it be available for Linux CPU version? I know that GPU version for building packages might be very difficult. But it would be good to have linux version for CPU implementation.
Thanks in advance.