EdwardSmith1884 / GEOMetrics

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

Could you share the generated data with me? #6

Closed Zhangsihao-Yang closed 4 years ago

Zhangsihao-Yang commented 4 years ago

I tried to run python data_prep.py. But it seems that it did not generate the correct dataset. Maybe because some of the files is missing.

EdwardSmith1884 commented 4 years ago

hi can you try setting the debug flag to true here and seeing what error messages you get when you run it again? Just post the error you get and I can try to help. For debugging purposes I would also suggested setting the number of objects to 3.

Zhangsihao-Yang commented 4 years ago

The error looks like the following image. image

EdwardSmith1884 commented 4 years ago

ah so you just need to install that library: lib3ds-1.so.3

probably: sudo apt-get install lib3ds-1-3

Zhangsihao-Yang commented 4 years ago

By the way, do you think the number "4692/4692" shown in the above picture is correct? Because for downscaling that number is around 6500.

EdwardSmith1884 commented 4 years ago

yes, as that is just the training set I think

Zhangsihao-Yang commented 4 years ago

Thanks a lot!