WeijingShi / Point-GNN

Point-GNN: Graph Neural Network for 3D Object Detection in a Point Cloud, CVPR 2020.
MIT License
540 stars 112 forks source link

How to visualize results? #7

Closed dirk61 closed 4 years ago

dirk61 commented 4 years ago

In eval_config files I set "visualization to true", then I ran eval.py, but nothing seemed to be different. Where can I find the result outputs?

WeijingShi commented 4 years ago

The "visualization" in eval_config is deprecated. I plan to remove it in the future.

For visualization, you can use the run.py script. For example:

python3 run.py checkpoint_path --level 1

This will start the non-blocking visualization. The usage of run.py.