tsinghua-rll / VoxelNet-tensorflow

A 3D object detection system for autonomous driving.
MIT License
453 stars 123 forks source link

Will it be possible to export the trained model into C++? #73

Open GuidanceMantras opened 3 years ago

GuidanceMantras commented 3 years ago

Hey,

I have a trained model for pedestrian and cyclist, now I need to run the model on my vehicle hardware. Now I need to know is it possible to save the computational graph of voxelNet in C++ like other models?

Kindly let me know

Thanks in advance