Enigma-li / Free2CAD

MIT License
134 stars 21 forks source link

Inference Guide #3

Closed irfanrah closed 9 months ago

irfanrah commented 1 year ago

Hello, Firstly, I appreciate your commendable work on this project.

I've successfully set up the environment and verified it by running python train_AES_SG.py without any issues. Upon reviewing the supplementary material provided at this link, I noticed the use of Fusion360 for testing. However, I'm uncertain about how to leverage your pretrained network within Fusion360.

Could you kindly provide detailed instructions on this? It would be of immense help.

Thank you!

Enigma-li commented 1 year ago

For the testing, we first extract the feature edges of Fusion360 models and render them into 2D sketches. These 2D sketches are fed as input to our network to obtain the prediction, which is further translated into the corresponding operation sequence as shown in the paper.

irfanrah commented 1 year ago

Hi, I have some follow up question.

  1. I've successfully installed Fusion360 from this link. However, in the video you shared at this link (at the 2:29 timestamp), you demonstrated the ability to create a 3D isometric drawing with ease using your mouse. I apologize, but I'm relatively new to Fusion360. Could you kindly provide a detailed explanation of how to achieve the same result as demonstrated in your video?

  2. Once I've followed the instructions from your response to my first question, could you please guide me through the process of rendering these 3D models into 2D sketches in Fusion360? Your detailed assistance would be greatly appreciated.