-
Traceback (most recent call last):
File "inference.py", line 24, in
from atlas.model import VoxelNet
File "/home/csgfws/3dreconDuplicate/Atlas/atlas/model.py", line 29, in
from atlas…
-
Hi, i have this issue just after the train.py begin.
My config:
cuda 10.0
pytorch 1.3.1
Ubuntu 18.04
It happens only running the train.py with nuscenes/all.fhd.config
with nuscenes/all.pp.mhea…
-
In the code in `voxelnet.py` for inference:
```python
if self._use_direction_classifier:
dir_labels = selected_dir_labels
opp_labels = (box_…
-
thanks!
-
I have follow the INSTALL.md (ubuntu 18.04, pytorch 1.1, cuda 10.0, python 3.6) to successfully install all things we need including apex,but when I try to train,it still print the ERROR:
NameError: …
-
if not, where can i get
-
thanks!
-
-
你好,我想用kitti的数据集跑一下, 我修改了config里面的点云范围,现在DynamicVFE里面输入的input channel和点云的特征通道匹配不上
> Traceback (most recent call last):
File "tools/train.py", line 230, in
main()
File "tools/train.py", l…
-
有人使用作者给的预训练权重微调之后能得到作者在代码里给出来的精度吗?我的精度不管是怎样都很低