Build from Source#

Prerequisites#

  • The hardware platform must be at least a 10th Generation Intel® Core™ i5 Processor or Intel® Xeon® Scalable processor, with at least 8+GB of RAM and 64+GB of storage.

Steps to build#

  • Clone the Repository: Clone the repository.

    git clone https://github.com/open-edge-platform/scenescape.git
    

Note: Adjust the repo link appropriately in case of forked repo.

  • Navigate to the Directory:

    cd scenescape
    
  • Build autocalibration:

    make autocalibration
    

Next Steps#

Proceed to Run the service using Docker Compose.