EdwardSmith1884 / GEOMetrics

Repo for the paper "GEOMetrics: Exploiting Geometric Structure for Graph-Encoded Objects"
MIT License
117 stars 12 forks source link

Do I must have sudo permission to run binvox? #7

Closed Zhangsihao-Yang closed 4 years ago

Zhangsihao-Yang commented 4 years ago

I tried to run sudo chmod 777 scripts/binvox without sudo.

But when I run python data_prep.py it shows the following mistake:

AssertionError: The binvox executable failed. Please check its permissions

EdwardSmith1884 commented 4 years ago

can you check the permissions of the file to see if you can run it:

ls -l scripts/binvox

Zhangsihao-Yang commented 4 years ago

And the above command line gives me the following output:

-rwxrwxrwx 1 348956 Jan 29 14:17 scripts/binvox

do you know what is the meaning of it?

EdwardSmith1884 commented 4 years ago

hmm, looks like you do have permissions to run it, can you try running it outside of the script? just call it directly and show me the output?

Zhangsihao-Yang commented 4 years ago

The problem is solved. see issue @ #6