Owen-Liuyuxuan / visualDet3D

Official Repo for Ground-aware Monocular 3D Object Detection for Autonomous Driving / YOLOStereo3D: A Step Back to 2D for Efficient Stereo 3D Detection
https://owen-liuyuxuan.github.io/papers_reading_sharing.github.io/3dDetection/GroundAwareConvultion/
Apache License 2.0
361 stars 76 forks source link

Running visualize_test_center.ipynb #40

Open kristoffercrj opened 2 years ago

kristoffercrj commented 2 years ago

Hi, thanks for your code it is amazing. I want to mention that visualize_test_center.ipynb is missing a plt.show() in the end. Otherwise the image won't pop up just like in the jupyter notebook.

Owen-Liuyuxuan commented 2 years ago

image This is the note book in the current repo. There is a plt.show() at the end of the block.

kristoffercrj commented 2 years ago

Oh, I must have looked at the wrong one. Yes there is one in visualize_test_center, but the 3D version is is missing plot.show().