3D_STEP_Classification
3D_STEP_Classification copied to clipboard
A new approach for retrieval and classification of 3D models that directly performs in the CAD format without any format conversion to other representations like point clouds of meshes, thus avoiding...
1.where is tools? In MultiViews_Classification.ipynb from tools.Trainer import ModelNetTrainer from tools.split_train_test_valid import split_train_test_valid from tools.ImgDataset import MultiviewImgDataset, SingleImgDataset 2. where is pointnet_utils? In pointnet_cls.py from pointnet_utils import PointNetEncoder, feature_transform_reguliarzer
I run the code of Graph_classification of "step_2_graph.py" and its successfully converted my step file to graph data. But I am keen to know how does the graph works? What...
Dear authors, great work on the paper. It is really interesting to use the graph models directly on the step files. In order to try out the retrieval zero-shot we...
Hello if i have to use CPU is it recommended ?
I trained the model for Graph classification and retrieval but when I try to run the classification task, there is no file named "GCN_retrieval.ipynb". Thought it was a typo and...
Hi Mandelli, I am really intrigued by your work, it really awesome work and the graph generation very related to what I have been doing in Assembly/systemic level. I was...
I encountered an issue when converting STEP files to graphs in stepfiles where there is some whitespace after the key/node, example: ``` /utils.py", line 76, in replace_nodes node.parameters[i1] = fast_dict_search[par1]...