aljosaosep / sparse-scene-flow

This repo contains C++ code for sparse scene flow method.
29 stars 6 forks source link

how to run the sparse-scene-flow app #3

Open cheslee-z opened 1 year ago

cheslee-z commented 1 year ago

Sorry, I still can't understand how to run the sparse-scene-flow app though I have read the README. When I use the follow command python python/python_example_vo.py, there is an error that show that AttributeError: module 'pyinterface' has no attribute 'VOEstimator' . Could you please provide more detailed instructions about running the app?

cheslee-z commented 1 year ago

I have known the solution, _pyinterface.cpython-38-x8664-linux-gnu.so has to be put the directory of python.

cheslee-z commented 1 year ago

fine, I still don't know how to use kitti datasets. Firstly, the default path in python_example_fow.py seems to an error. After I have modified it, I encounter another mistake as follow:

--- fr 0 ---
Initing stuff
--- fr 1 ---
Proc stuff
VO error! Abort! TODO: handle this!
[1]    13195 segmentation fault (core dumped)  python python/python_example_flow.py

So what I should do next?