-
Notifications
You must be signed in to change notification settings - Fork 375
The composition of the data in end_point #158
Comments
As i understood your question, you want to give an input and see the inference results on the trained network. What i did is as follows:
Replace the dataset, its path, the saved checkpoint path as well as the pc_path (your input point cloud) with where you saved those (when specifying the training flags for instance). Afterwards , run the demo.py file with the appropriate flags, a couple of files will be thrown out in the "dump_dir" specified in the demo.py file. You can view these files with MeshLab. Typically, .ply files will be thrown out, these include the original point cloud, the thrown bounding boxes, votes etc., you can open these together in MeshLab with Crtl + i. |
|
I have finished the training and eval part, and would like to write a visible script to transfer the net output to a single figure which include the box size, heading angles and classified types, but there is no idea on how to read the end_points['……'] from the net output
The text was updated successfully, but these errors were encountered: