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

The code for the FPPSR section #6

Open
ZMIOT opened this issue Oct 20, 2020 · 1 comment
Open

The code for the FPPSR section #6

ZMIOT opened this issue Oct 20, 2020 · 1 comment

Comments

@ZMIOT
Copy link

ZMIOT commented Oct 20, 2020

the cppsr code is ok, but the code of FPPSR still doesn't work.
i have compile the pcl_utils.cpp file successfully. the file can get the shape features
Errors occur in common code of :
ValueError: shapes (10000,300) and (10000,300) not aligned: 300 (dim 1) != 10000 (dim 0)

i find cppsr's featrues's shape is[0],[1],[3],each of them is[10000,64]
but the fppsr's feature's shape is[0],[1],[3],each of them is[10000,]

the reason for the error is that the features get from shape_feature_extraction.py is different from the color_feature_extraction.py

Although I know the reason, I don't know how to modify it. Can you help me

@felja633
Copy link
Owner

felja633 commented Nov 4, 2020

Checkout this repo: https://github.com/felja633/RLLReg

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