yanbo-huang / Coherent-Point-Drift-Python

This project using python to implement the Coherent Point Drift algorithm
GNU General Public License v2.0
19 stars 6 forks source link

Installation ? #1

Closed ahmedmaalej closed 5 years ago

ahmedmaalej commented 5 years ago

How can I install this package? import cpd generates ImportError: No module named cpd Thnx

yanbo-huang commented 5 years ago

If you are in the root path of the package (the same directory of examples.ipynb), you can successfully import it.

ahmedmaalej commented 5 years ago

Thnkx. I cloned the project (coherent-point-drift/....) inside my working folder I tried different solution for importing, then I copied the cpd folder inside my working folder and it worked.