voxelnet icon indicating copy to clipboard operation
voxelnet copied to clipboard

This is an unofficial inplementation of VoxelNet in TensorFlow.

Results 62 voxelnet issues
Sort by recently updated
recently updated
newest added

When viewing the 3D box through the tensorboard, there are a few extra lines that appear to be very strange, and only a few images appear on this issue, with...

Hello there, Thanks for the great code you are supplying! I have a question regarding the offline evaluation code. I'm trying to verify that it works by using a singe...

i set the RPN_SCORE_THRESH = 0.90,and RPN_NMS_THRESH = 0.001 but the results have very much boxes that not include anything does anyone know how to solve it

Hi Do you know which annotation tool was used to generate the 'data_object_label'? Thanks a lot!

The pre-trained car model outputs an array of size-9 for each detected object. What do these refer to? How to use them to get lidar-coordinates for detections?

In the original papper section **2.3. Efficient Implementation**, the hash tabel lookup is most time decreasing module, how can I use this? Have anybody make it?

请问作者你的运行环境是什么?运行时间显示的是多少呢? 我的运行环境是一块1080ti显卡,显示的运行时间是0.6-0.8秒左右一张 还有就是我看您使用的卷积操作全部是在一个convMD函数中,但是我将他们全部替换成tf.layer.conv2d和tf.layer.conv3d了,而且我将2D卷积替换成了标准的VGG16了,请问这样对网络会有影响吗?

Thank you for sharing such a nice implementation code in advance :-) https://github.com/tigerk0430/voxelnet_ros

Kindly help in How to draw 3D bounding box on 3d lidar data using mayavi in voxelnet. Kindly help