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
Hi,
what would be needed to build it for arm64? noticed the library also uses cpp11 and some functions like vlfeat random_shuffle method needs to be substituted with #include (but this is probably about the theia package being pretty old now).
The text was updated successfully, but these errors were encountered:
Hi,
did you try compiling it and what were the errors?
At the moment I think vlfeat is only used for fisher vector extraction in the feature_extractor_and_matcher.cc class.
We could probably get rid of this class anyway (it is also not functional atm), as pyTheiaSfM is build to use modern DL matcher/detectors from python.
Hi,
what would be needed to build it for arm64? noticed the library also uses cpp11 and some functions like vlfeat random_shuffle method needs to be substituted with #include (but this is probably about the theia package being pretty old now).
The text was updated successfully, but these errors were encountered: