Point Clouds (LiDAR)
Introduction
How to debug this tutorial
git clone https://github.com/supervisely-ecosystem/tutorial-pointclouds.git
cd tutorial-pointclouds
./create_venv.sh
Import libraries
Init API client
Get variables from environment
Create new project and dataset
Upload point clouds and photo context to Supervisely
Upload single point cloud.


Upload related context image to Supervisely.
Extrinsic and intrinsic matrices


Uploading context photo to the Supervisely.
A full code for uploading and attaching the context image

Upload list of point clouds and context images.
Get information about Point Clouds and related context Images
Get info by name
Get info by ID
Get information about context images
Get photocontext's 2D figure list
Get list of all point clouds in the dataset
Download point clouds and context images from Supervisely
Download a point cloud
Download a related context image
Working with Point Cloud Episodes
Create new project and dataset
Upload one point cloud to Supervisely.
Upload entire point clouds episode to Supervisely platform.

Last updated