Luiz Felipe

Results 14 comments of Luiz Felipe

Just compile it using qt creator, maybe the author could implement a cmakelists to compile it

the test script `src/python/Check.py` is working nicely, so I believe that problem is from CPP side

OS info: Ubuntu 20.04 x86_64 OpenCV Version: 3.4.7 Numpy Version: 1.21.5 g++ Version: 7.5.0

I solve this problem downgrading to opencv 2.4

> @y9luiz hello, have you got DynaSLAM working now ? can I ask what we should pass for the "PATH_TO_MASKS" ? Yeah @alexs7 , now it's working, the parameter PATH_TO_MASKS...

> I run this: > > `./Examples/RGB-D/rgbd_tum Vocabulary/ORBvoc.txt Examples/RGB-D/TUM3.yaml ../datasets/TUM/rgbd_dataset_freiburg3_walking_rpy/ Examples/RGB-D/associations/fr3_walking_rpy.txt Examples/RGB-D/masks_temp Examples/RGB-D/masks_temp_output ` > > and I get this: > > > Creating net instance... > > Loading net...

@alexs7 the python environment its okay, did you are using the opencv 2.4? how I said in this topic, my issues stopped after downgrade the opencv version

@alexs7 no I never try to use the impainting functionality

You must compile your ncnn with glslang support cmake -DCMAKE_BUILD_TYPE=Release -DNCNN_VULKAN=ON -DNCNN_SYSTEM_GLSLANG=ON -DNCNN_BUILD_EXAMPLES=ON .. doesn't forget to clone the libncnn repository with --recursive option ``` git clone https://github.com/Tencent/ncnn.git --recursive ```