Skip to content
This repository has been archived by the owner on Oct 31, 2023. It is now read-only.

fastmarchmex for geodesic crash #1

Open
AmmonZ opened this issue Feb 24, 2022 · 3 comments
Open

fastmarchmex for geodesic crash #1

AmmonZ opened this issue Feb 24, 2022 · 3 comments

Comments

@AmmonZ
Copy link

AmmonZ commented Feb 24, 2022

In several versions of MATLAB, fastmarchmex.mexw64 cannot be used, which will cause matlab to crash and unable to restore the calculation of Geodesic. Can the author share how to solve this problem

@daidedou
Copy link

Hey, I know the issue is old, but I've been testing the code on my side, and it appears simply that mex files can't be used in windows 10 (there is workarounds, but they appear to not be compatible with w10 last version). You'll need to run the code on linux or on windows 8/7 if you want to compute the distance matrices for this problem. Hope this will serve somebody!

@peekxc
Copy link

peekxc commented Apr 30, 2023

can confirm MATLAB also crashes on the geodesic calculation on OS X 10.15

@ZENGYIMING-EAMON
Copy link

It runs on a Win10+R2019b+GPU desktop machine but crashes on a Win10+R2021b/R2019b+integrated GPU laptop.

I found that for the crashes, the reason is that I follow the readme:

Start MATLAB and do the following:
cd <NEUROMORPH_ROOT>/data_preprocessing
preprocess_dataset("../data/meshes/FAUST_r/", ".off")

It will crash like this:
image

But when I do this:

double click the ''preprocess_dataset.m" to start the matlab.
do not use 'cd xxx'
then right click the utils folder to add to matlab path
image

and then copy and paste 'preprocess_dataset("../data/meshes/FAUST_r/", ".off")' to matlab command line and click enter.
Then it can run normally:
image

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants