- GoPro MAX 360 Camera
- SD Card
- SD Card Reader
- Raspberry Pi 4
- Internet Connection
See also
Installation & Configuration
- Open terminal.
- Create a hidden ssh directory and a directory to store your keys for this setup.
mkdir ~/.ssh && mkdir ~/.ssh/oracle_mapillary_keys
- Open a web browser and navigate to Oracle Cloud Infrastructure.
- Login to Oracle Cloud Infrastructure.
- Navigate to Compute > Instances in the hamburger menu.
- On the left panel, select compartment name you chose during signup if not automatically applied.
- Select Create Instance from the center panel of the screen.
- Fill in the following settings:
- Name: “Mapillary”.
- Placement: use default values.
- Security: use default values.
- Image & Shape:
- Click edit on the right hand side of Image & Shape panel.
- Under Shape click Change shape.
- Use the following settings:
- Instance Type: use default values.
- Shape Series: Specialty and previous generation.
- Image: VM.Standard.E2.1.Micro
- Choose Select Shape on the bottom of the dialog box.
- Primary VNIC Information: use default values.
- Add SSH Keys: IMPORTANT: Download Private and Public keys.
- Boot Volume: use default values.
- Block Volumes: use default values.
- Live Migration: use default values.
- On the bottom of the page, select Create.
- Wait for the status on the left to turn green and say “RUNNING”.
- Under Instance Access, click copy or copy the public IP address provided.
- Return to the terminal and move your downloaded keys to your specific folder created earlier, and change permission level for your private key.
mv ~/Downloads/[your private & public keys] ~/.ssh/oracle_mapillary_keys/ && chmod 600 ~/.ssh/oracle_mapillary_keys/[your private key (not .pub)]
- Test your ssh connection to Oracle. When prompted to continue, type
yes
.
ssh -i ~/.ssh/oracle_mapillary_keys/[your private key (not .pub)] opc@[IP Address copied from Oracle]
- Update pip and install mapillary tools. Limit to no cache due to low RAM on this configuration.
pip3 install –user –no-cache-dir –upgrade pip && pip3 install –user –no-cache-dir mapillary_tools
- Add local bin to PATH.
echo ‘export PATH=$PATH:~/.local/bin’ >> ~/.bashrc source ~/.bashrc
- Optionally: verify Mapillary is installed.
mapillaary_tools --version
.
- Authenticate your Mapillary account with your username, email, and password.
mapillary_tools authenticate
- Create a Mapillary folder on your Oracle instance.
Дийцар