🇺🇸
Documentation Produit
English
English
  • Settings
    • Citydesigner
      • Inviting users
      • Managing user roles
      • Managing user areas
  • User documentation for Elements
  • Citymap
    • Getting Started
      • Logging in
      • Changing Languages
      • Domains
      • Navigating the User Interface
      • Areas
      • Polygonal search
    • Map Basics
      • Overview of map layers
      • Zooming in and out
      • Measure Distance
    • Displaying Information on the Map
    • Filtering elements
    • 360° detection element
    • 360° Viewer
      • Settings of the viewer
      • Downloading an image
    • Accessing the statistics and pricing options
    • Troubleshooting
      • Contact Information
  • Citymapper
    • Getting started
      • Logging in
      • Changing domains
      • Changing language
    • Map navigation and Interaction
      • Zooming In and Out
      • Ruler tool
      • Drawing a polygon
    • Displaying and Filtering Elements on the Map
      • Displaying layers
      • Check menu options
      • Element search options
    • Editing Elements
      • Delete an element
      • Create an element
      • Modify an element
        • Changing type and class
        • Changing an element's properties
        • Changing an element's bounding box / Crop
      • Duplicate an element
    • Working with the 360° Viewer
      • Accessing the viewer
      • Camera lock feature
  • CityUploader
    • Prerequisites
    • Launching the build on Jenkins
    • Retrieving the server IP
    • Connecting to the server via SSH
    • Retrieving videos and photos
      • From Google Drive
    • Downloading the folder to the server
    • Navigating to the downloaded folder
    • Processing the GoPro video and uploading to the platform
      • Explanation of command line parameters
    • Processing an entire folder
    • Managing processing servers
      • Launching servers via Jenkins
      • Shutting down servers after processing
Powered by GitBook
On this page
  • Using the python3 process_folder.py command
  • Explanation of command line parameters
  1. CityUploader

Processing an entire folder

Using the python3 process_folder.py command

Run the following command:

python3 process_folder.py --input Longueil --project_name Ville_de_Longueil --domain CANADA --camera_height 2.45 --hardware_serial ITG2619NJXRWHH --spacing 10.0 --gpu false --video true --shift_by 0

Explanation of command line parameters

--input : Name of the folder containing the videos.

--project_name : Name of the project.

--domain : Domain to push the data. Please write domain--code in CAPITAL LETTER

--camera_height : Camera height in meters.

--hardware_serial : Calibration serial number.

--spacing : Spacing in meters between consecutive images.

--gpu : Whether to use the GPU or not.

--video : Whether the input contains videos or not.

--shift_by : Shift images by x.

PreviousExplanation of command line parametersNextManaging processing servers

Last updated 2 years ago