9 lines
221 B
Plaintext
9 lines
221 B
Plaintext
# 02_Calibration — Python dependencies
|
|
# Install: pip install -r requirements.txt
|
|
# Full pipeline (all steps): pip install -r ~/Speckle-Scanner/requirements.txt
|
|
|
|
numpy>=1.21
|
|
opencv-python>=4.8
|
|
tqdm>=4.0
|
|
matplotlib>=3.5
|