11 lines
293 B
Plaintext
11 lines
293 B
Plaintext
# 06_Pointcloud — Python dependencies
|
|
# Install: pip install -r requirements.txt
|
|
# Full pipeline (all steps): pip install -r ~/Speckle-Scanner/requirements.txt
|
|
#
|
|
# open3d is only needed for plot_ASCII.py (optional viewer script).
|
|
|
|
numpy>=1.21
|
|
opencv-python>=4.8
|
|
matplotlib>=3.5
|
|
open3d>=0.16
|