Skip to content

Pypopsift crashes. Investigate. #164

@griwodz

Description

@griwodz

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions