antoinetdr
antoinetdr
I ran `bin/opensfm export_openmvs ` from the OpenSfM folder outside of the docker container
From what I understand, OpenSfM uses `Interface.h` in the exporter, I'll try to use the one from your repository and see how it goes
So I did the change, recompiled openSfM and ran everything including the point cloud generation, but I still got the same error with no more indication of what went wrong...
I also tried using OpenMVG using their produced scene.mvs and I still get the same error
I've tested with the Sceaux Castle dataset : https://github.com/openMVG/ImageDataset_SceauxCastle Using OpenMVG I used the command provided in the tuto to run the SfM : `python SfM_GlobalPipeline.py [full path image directory]...
Yes I don't think the problem comes from the file. I'll try to build the docker image using the `./buildFromScratch.sh --cuda --workspace /path/where/your/SFM/results/are` command
So I've rebuilt using the `buildFromScratch.sh` script and I'm getting this error : 10:23:24 [App ] OpenMVS x64 v2.2.0 10:23:24 [App ] Build date: Sep 14 2023, 08:37:51 10:23:24 [App...
Using openSfM + OpenMVS solved the issue. Thank you @cdcseacave for your time !
I have the same issue; if anyone solved it, that might be helpful.