kaolin
kaolin copied to clipboard
[BUG] ModelNet dataset
ModelNet's _get_attributes function only returns 'category', but in preprocessing and in loading a 'name' key is required. This leads to error. _get_data also only returns TriangleMesh, which is not iterable, so preprocessing also fails.