Skip to content

Research project to investigate the task of lidar point cloud semantic segmentation.

License

Notifications You must be signed in to change notification settings

AIR-UFG/colorcloud

colorcloud

(UNDER CONSTRUCTION…) 👷

Install

Clone the repo and run:

pip install -e '.[dev]'

How to collaborate

  1. Clone the repo and build the development image:
git clone https://github.com/AIR-UFG/colorcloud.git
cd colorcloud
docker build --build-arg git_user_name="<your_name>" --build-arg git_user_email="<your_email>" -t colorcloud .
  1. After the image is built, run a container:
docker run --gpus all --ipc=host --network=host --name <name_your_container> colorcloud:latest

About

Research project to investigate the task of lidar point cloud semantic segmentation.

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published