-
I have followed the instructions in README.md, but when I tried to train the module, something went wrong.
```
Traceback (most recent call last):
File "train.py", line 19, in
from model imp…
-
( see issue jeasinema/VoxelNet-tensorflow#33 )
i'm having trouble understanding why the p_map layer doesn't have 'activation=False':
it's fed into a sigmoid, so if the activations are ReLU'd to …
-
In my case, it allocated ~9GB GPU(1080Ti) memory when batch_size = 1, how could you train 2 batch on one GPU without out of memory?
-
I notice you use the relu layer for the last layer of RPN which predicts class score and regression. However, as far as I know, the last layer of RPN should not use Relu. For example, if you want to s…
-
The function cal_rpn_target in utils.py
When you calculate targets[...], anchors_d was included, but it should be h_a, not d_a if you see the equation (1) in the original paper
Kiwoo updated
6 years ago
-
Hey,
I am trying to train your neural network on the KITTI dataset, but I have run into this error "Bus error: 10" which is associated with the code trying to read and invalid memory location, but…
-
~/tf_voxelnet$ python3 train.py
Traceback (most recent call last):
File "train.py", line 15, in
import tensorflow as tf
File "/usr/local/lib/python3.5/dist-packages/tensorflow/__init__.…
szm88 updated
6 years ago