limhoyeon / ToothGroupNetwork

3D Dental surface segmentation with Tooth Group Network
151 stars 38 forks source link

how to show the inference results #50

Open GreenAvocado92 opened 2 weeks ago

GreenAvocado92 commented 2 weeks ago

Hi, I get a result json using command 'python inference_final.py`, but I won't show the results

madhavkrishnan94 commented 2 weeks ago

I use the eval_visualize_results.py file to visualize the results. Open3D windows displaying the ground truth and the inference results open when you run it.

PS: If you're running the code on a remote server using ssh, the Open3D window may not open automatically. You may have to set it up manually. Or you will have to run the visualization locally.