kujason / avod

Code for 3D object detection for autonomous driving
MIT License
939 stars 347 forks source link

Any scripts inference on an image and point cloud pair directly generate 3d box coordinate? #118

Closed lucasjinreal closed 4 years ago

lucasjinreal commented 6 years ago

I have trained the model, is there any scripts to predict on image and point cloud directly?

Buerzhu commented 5 years ago

Do you find the script now?I have the same question

kujason commented 4 years ago

Sorry, this type of script is not provided, but should be fairly easy to create yourself since the network is using a feed_dict input.