You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey, I'm having a strange issue running DensifyPointCloud on my Mac M1. When running $OPENMVS_BIN/DensifyPointCloud scene.mvs , I'm getting this error: dyld[7368]: symbol not found in flat namespace '_PyBaseObject_Type'
tried these compilations (with VCPKG_ROOT=nil because it messes up the install process on my mac):
before that error, I had the common OpenMVS error of .jpeg file headers not detected so I renamed them all to .jpg to solve it
InterfaceCOLMAP from the same build seems to work well
tested on v2.2.0
can't compile on v2.3.0 due to this (unrelated?) error when building, already reported here:
openMVS/libs/Common/FastDelegateCPP11.h:155:61: error: no member named 'unique' in 'std::shared_ptr<void>'
155 | if ((sizeof(functor_type) > store_size_) || !store_.unique())
Any ideas on how to fix this? Thanks!
The text was updated successfully, but these errors were encountered:
Hey, I'm having a strange issue running DensifyPointCloud on my Mac M1. When running
$OPENMVS_BIN/DensifyPointCloud scene.mvs
, I'm getting this error:dyld[7368]: symbol not found in flat namespace '_PyBaseObject_Type'
python3 --version
->Python 3.11.6
Any ideas on how to fix this? Thanks!
The text was updated successfully, but these errors were encountered: