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

Can the code be edited so as to train for pedestrians and cyclists along with car? Or is it that the code is only for training one of the three...

![test](https://user-images.githubusercontent.com/28866047/37865098-7f8546d4-2fb2-11e8-957d-e87be7bb6ff5.png) Left keeps reflectance

Hi, many thanks for your source, very helpful. But when I run the train.py, there is out of memory issue as below: ResourceExhaustedError (see above for traceback): OOM when allocating...

When I run the train.py, the following error appears: Traceback (most recent call last): File "E:\voxelnet-master\train.py", line 14, in from model import RPN3D File "E:\voxelnet-master\model\__init__.py", line 12, in from model.model...

Hello, I am in the training process, after the program runs the first Epoch, I cannot continue to train the second Epoch. It's stuck there and no longer runs. Please...

Hello, I would like to ask if these environmental dependencies can be configured in the Anaconda environment。

Did anyone meet with this issue when running the train.py? I follow every step according the tutorial. Details here below. predict ['005988' '006849'] /home/omnisky/voxelnet/utils/utils.py:677: RuntimeWarning: overflow encountered in exp deltas[...,...

The following error keeps appearing over and over again when I run the evaluation code on Windows 10 x64 with `python test.py -n pre_trained_car`: ``` Traceback (most recent call last):...