starstorms9 / shape

Insight AI Project
51 stars 5 forks source link

meta.ods file #19

Open czcyd203 opened 3 years ago

czcyd203 commented 3 years ago

hi, I'm a design student and try to run the code for a NLP project in the school, but I found a problem: at the end of partnetmeta.py the program try to load a .ods file in the script dfsubcats = por.read_ods('/home/starstorms/Insight/ShapeNet/meta/meta.ods', 'reg') . it seems without the .ods file the program can't go further. But what is this meta.ods file? how do I generate it? ps. I'm totally new in this field and not sure whether this is a stupid question, if anyone can help that would be appreciated. thanks in advance

kaushik333 commented 2 years ago

@starstorms9 I am running to the same issue. Can you please share the meta.ods file or instructions on how to generate it?

Itried to extract the necessary columns from df_sl_2d.csv, but it has only ~14k rows whereas I have around 50k rows.

@czcyd203 Were you able to resolve this issue ?