bing-jian / gmmreg

Implementations of the robust point set registration algorithm described in "Robust Point Set Registration Using Gaussian Mixture Models", Bing Jian and Baba C. Vemuri, IEEE Transactions on Pattern Analysis and Machine Intelligence, 2011, 33(8), pp. 1633-1645. For a Python implementation, please refer to http://github.com/bing-jian/gmmreg-python.
GNU General Public License v3.0
299 stars 96 forks source link

Created a docker with anaconda2 and gcc #5

Open Shikherneo2 opened 5 years ago

Shikherneo2 commented 5 years ago

For anyone who wants to avoid the issues with building and installing, I have created a docker repository. https://cloud.docker.com/u/shikhardevgupta/repository/docker/shikhardevgupta/gmmreg_anaconda

bing-jian commented 4 years ago

Shikhar, thanks a lot for creating this docker repo! FYI, now there is a new repo for the Python implementation of gmmreg: https://github.com/bing-jian/gmmreg-python And this one should work for Python 3. If not, please let me know. Thanks!