SETSM algorithm is more suitable and accurate for DEM generation in high-relief regions, like snow-covered or glaciated area in Arctic, Antarctica, and High Mountain Asia (Noh and Howat, 2017), compared with other software, such as ASP (Ames Stereo Pipeline). I am very interested in its effective performance in high relief areas. However, this repository is only written in C++ and I still cannot find SETSM algorithm implemented in pure Java or Python, which largely hinder its application. I know that Python can use C++ dynamic library, but it has some limitations, which is not convenient and user-friendly for SETSM algorithm development. I just want to know is there any other sources about SETSM built in Python, considering its much wide usage in deep learning and image processing field?