ISPRS Annals of the Photogrammetry, Remote Sensing and Spatial Information Sciences (Dec 2023)

CHATGPT FOR POINT CLOUD 3D OBJECT PROCESSING

  • J. Balado,
  • G. Nguyen

DOI
https://doi.org/10.5194/isprs-annals-X-1-W1-2023-107-2023
Journal volume & issue
Vol. X-1-W1-2023
pp. 107 – 114

Abstract

Read online

Large-scale pretrained language models have been a revolution in human-machine communication. Recently, such language models also generate code for required tasks. The objective of this work is to evaluate the functionality of the codes generated by ChatGPT (version 15-Dec-2022) for point cloud processing. The programming language selected for the test was MATLAB due to the extensive use in prototyping and toolboxes for Computer Vision and LiDAR. Using the Question-Answer system, the ChatGPT was asked for codes to calculate surface normals, curvature, eigenvalues, and eigenfeatures, with specific parameters and outputs. The provided codes were compiled and executed. The results show that ChatGPT can generate functional code for very specific and short applications, however, it is not capable of generating large code involving the correct use of loops, indexes, or equations.