lucasb-eyer / pydensecrf

Python wrapper to Philipp Krähenbühl's dense (fully connected) CRFs with gaussian edge potentials.
MIT License
1.93k stars 411 forks source link

Fix Windows MSVC install by updating Eigen Library #108

Closed STulling closed 3 years ago

STulling commented 3 years ago

This pull request should fix installation issues on Windows with MSVC by updating the Eigen library.

No files are changed except for the Eigen library.

lucasb-eyer commented 3 years ago

Thanks! I don't have msvc anymore, so relying on you that it works :)