-
Notifications
You must be signed in to change notification settings - Fork 123
Open
Description
Excerpt from a comment by @hhackbarth in #160:
When I try to use it with the pypopsift wrapper from https://github.com/OpenDroneMap/pypopsift and an adapted CMakelists.txt file, also pypopsift builds successfully and can be installed (building wheels) using pip install .
in the pypopsift folder. But when I run their example, I still get Segmentation fault (core dumped).
In the CMakelists.txt file I adapted the FetchContent_declare() part to:
FetchContent_Declare(
popsift
GIT_REPOSITORY https://github.com/alicevision/popsift/
GIT_TAG dev/cmake-native-cuda-jetson
)
This may be an issue related to pypopsift, but as they are only a wrapper, perhaps the popsift API somehow changed meanwhile and you already have an idea, how to fix that or tell me, what I am doing wrong?
Originally posted by @hhackbarth in #160 (comment)
Metadata
Metadata
Assignees
Labels
No labels