You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, thanks for your work,
I converted my own STEP files using your script, and then I've added predict_step to run predictions using the trainer locally (to conveniently transform the input data as you have in the test_step), and the output for one point is a tensor of shape (20,16).
Am I correct in saying that corresponds to 20 faces in the input, and the 16 categories correspond to the 16 categories in the MFCAD dataset?
What is the correspondence between a .bin file (and the faces within) and a label (and the faces in those files)? And so what is the correspondence between the prediction of the model and the bin graph?
Thanks
The text was updated successfully, but these errors were encountered:
Hi, thanks for your work,
I converted my own STEP files using your script, and then I've added
predict_step
to run predictions using the trainer locally (to conveniently transform the input data as you have in thetest_step
), and the output for one point is a tensor of shape (20,16).Am I correct in saying that corresponds to 20 faces in the input, and the 16 categories correspond to the 16 categories in the MFCAD dataset?
What is the correspondence between a .bin file (and the faces within) and a label (and the faces in those files)? And so what is the correspondence between the prediction of the model and the bin graph?
Thanks
The text was updated successfully, but these errors were encountered: