limymy
limymy
MSVC is unable to link `wpcap.lib` when using this repository as a sub-project via the CMake `fetch_content` module. The error message is as follows: ``` [build] LINK : fatal error...
I am using this library for the first time. I'm attempting to integrate it into my project using CMake `FetchContent`. When compiling on Windows, I consistently encounter the `error C2370`....
Thanks for open-sourcing this awesome work! I've successfully trained xfeat using your code. I'm running into some issues trying to train lightglue with xfeat as an extractor, following your instructions(https://github.com/verlab/accelerated_features/issues/67#issuecomment-2440035284)....