Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AttributeError: module 'normalSpeed' has no attribute 'depth_normal' #12

Open
xiujiayun opened this issue Apr 18, 2022 · 1 comment
Open

Comments

@xiujiayun
Copy link

I get an error when I run the example:
AttributeError: module 'normalSpeed' has no attribute 'depth_normal'

@yyzzyy78
Copy link

yyzzyy78 commented May 7, 2022

I get the same error as follows:
Traceback (most recent call last):
File "./example.py", line 40, in
normals_map_out = normalSpeed.depth_normal(depth, fx, fy, k_size, distance_threshold, difference_threshold, point_into_surface)
AttributeError: module 'normalSpeed' has no attribute 'depth_normal'

I installed pybind11 from source code as:
cd pybind11 && mkdir build && cd build && cmake ..
sudo make install
pip3 install pybind11 --user

In bash:

cd normalSpeed
sudo /home/yy/anaconda3/.../env/bin/python3.6 setup.py install --user

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants