WeijingShi / Point-GNN

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

kitti native evaluation offline output #72

Closed wailok09 closed 3 years ago

wailok09 commented 3 years ago

Hi Weijing,

I have installed the system packages of texlive-extra-utils, gnuplot, and ghostscript. But the output of the offline evaluation is still empty file named 'plot'. What have I done wrong? Is the 'include_directories' in cmake requires sudo access?

There are no warnings displayed, just 'done.' has shown the moment I executed the code (which is very fast) image

jiaminglei-lei commented 3 years ago

@wailok09 Did you finish the inference?

wailok09 commented 3 years ago

May I ask whether the output directory is pointing to the place where I store the output of evaluation or the inference result? I'm not sure about where I shall place the inference result

wailok09 commented 3 years ago

@wailok09 Did you finish the inference?

I placed result_dir one more folder forward, it's successful now. Thank you.