This dataset is collected from a portal crane at a production facility and is used to train a Convolutional Neural Network for accurate segmentation of grapples and headblocks. This dataset comprises 175 point cloud data derived from an Ouster LiDAR sensor (with 128 x 2048 resolution) mounted on the cabin of the crane. It contains several short time sequences, with each point cloud extracted and can be treated as a completely independent scene. To enhance the diversity of our dataset, we captured data featuring various grapple angles and heights, reflecting its dynamic movement during production. We additionally included scenarios where the grapple was occluded while grasping or depositing wood bundles.
To encourage further research and development in the field of crane automation, we have made this dataset publicly available. As there is a significant lack of publicly available datasets specifically tailored for portal cranes and their unique grapple shapes, we hope this dataset will be a valuable resource for the research community.
This repository contains the dataset zip file tracked with Git LFS. To clone and use this repository, first install Git LFS, then clone the repository.
Install Git LFS:
- Linux:
sudo apt install git-lfs
- macOS:
brew install git-lfs
To visualize a point cloud from the dataset one way is by running the visualizer Jupyter notebook. Here's how you can do that:
-
First, ensure you have Python installed on your system, with a version between 3.9 and 3.11. You can check your Python version by running:
python --version
or
python3 --version
-
Then, you can use pip to install the requirements:
pip install open3d notebook jupyter
-
Extract the
portal_crane_dataset.zip
file in the same directory. (If you are using Linux, extractpoint_clouds
folder in the root directory of the project.) -
Navigate to the Portal_Crane_Dataset directory in your terminal:
-
Launch Jupyter Notebook:
jupyter notebook
-
In the Jupyter interface that opens in your web browser, locate and click on the "visualizer.ipynb" file to open it.
-
You can now run the code cell in the notebook to see how a point cloud from the dataset looks like.
Portal Crane Dataset © 2025 by PSIORI GmbH is licensed under CC BY-SA 4.0