codingloop / csv-to-pcd

Convert csv to pcd file
0 stars 1 forks source link

CSV to PCD converter

Requirement:

Python version 3.8+ required

Setup:

  1. Clone the repo using git or download and extract project files
  2. Open a command prompt in the downloaded or cloned directory
  3. Create and activate virtual environment
    1. Execute python -m venv venv -> This will create virtual environment with name venv
    2. Activate the virtual environment using the command venv\Scripts\activate (command might be little different in mac or linux)
    3. Install all the dependencies by executing pip install -r requirements.txt
  4. Inside settings package, view and edit the configurations.py to configure the input and output directories

Configuration parameters:

Below are the details on parameters present in configurations.py file

Running:

While passing the values manually, the paths should not contain spaces