A Python project for measuring distance between two ships with ZED Stereo Camera.
Taken from previous repo without ZED.
- Python 3.8 or newer
- PyTorch 1.7 or newer
- ZED SDK and its dependencies (CUDA, OpenCV)
- ZED Python API
git clone https://github.com/dandygardad/unfold.git
cd unfold
pip install -r requirements.txt
Rename config.yaml.example
into config.yaml
and edit the camera & detection config.
python main.py
- Live/Video source input
- Detect with YOLOv5 (Mini-version) & Template Matching
- Distance Measurement
- Root Mean Squared Error
🌸 from Dandy Garda