<html><body>
I want to run a code from this link: GitHub - bmpix/PolyVectorization: Reference implementation of Vectorization of Line Drawings via PolyVector Fields.
I followed the steps mentioned in the link, which involved using CMake and then nmake in cmd. After running nmake, it seems like the execution was successful.
However, according to the code, there should be an exe file generated after running it, but I couldn't find it. There were no errors either. Can someone please help me? Thank you!
