Skip to content

Error when importing patch_linemod_pybind #6

@caijunhao

Description

@caijunhao

Hello,

When trying to import patch_linemod_pybind, I get the following errors,

In [1]: import patch_linemod_pybind
`
ImportError Traceback (most recent call last)

<ipython-input-1-52359092ea51> in <module>

----> 1 import patch_linemod_pybind

ImportError: pythonpath/lib/python3.6/site-packages/patch_linemod_pybind.cpython-36m-x86_64-linux-gnu.so: undefined symbol: _ZN13cuda_renderer5ModelC1ERKSs`

It seems that error happens when you declare a method but not define it like here. However, it doesn't work when I try to remove the default construct and destructor.

Has anyone had same issues?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions