Peter Nicholls

Results 5 comments of Peter Nicholls

I had similar problems (any changes I made were reverted to {} ), but like Froyok, editing the config file in another editor kept the changes. It seems to be...

Since I modified the script, I might as well upload it as well. [MvgMvs_Pipeline.zip](https://github.com/openMVG/openMVG/files/664755/MvgMvs_Pipeline.zip) It is basically the same with these changes: - It works on python 2 and 3...

Okay, things are getting a bit hacky now. To use ORB_SLAM2 in my own program with CMake, I have used set(ORB_SLAM2 "C:/Program Files/ORB_SLAM2/build/Release/ORB_SLAM2.lib") include_directories("C:/Program Files/ORB_SLAM2/include") set(DBOW2 "C:/Program Files/ORB_SLAM2/Thirdparty/DBoW2/bin/Release/dbow2.lib") include_directories("C:/Program Files/ORB_SLAM2/Thirdparty/DBoW2/dbow2")...

I'm getting the same behaviour on Python polars==0.20.16 (that reproducible example is almost identical to mine). In my case the number of columns works for

I can confirm the latest version works. I won't switch to the latest version just yet because my code is used in a production environment, and there's at least one...