Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 349 Bytes

README.md

File metadata and controls

16 lines (9 loc) · 349 Bytes

eloq

Recognizing obstacles and walls in 3d point cloud data

Getting started

Either run it from source or use the provided Dockerimage.

a) Source

  • Install the requirements with pip3 install -r requirements.txt.
  • Run the API with python3 api.py.

b) Docker

  • Build and run the docker container with docker build and docker run.