-
(mmlab) taotao@node9:/home/newdisk/sjhcode/bev/BEVFormer$ python tools/create_data.py nuscenes --root-path ../../datasets/nuscenes --out-dir ../../datasets/nuscenes --extra-tag nuscenes --version v1.0…
-
good job!
When I train bevformer_tiny on two a800s, samples_per_gpu=16.
i got an error
`RuntimeError: batch % im2col_step_ == 0INTERNAL ASSERT FAILED at "/tmp/mmcv/mmcv/ops/csrc/pytorch/cuda/ms_def…
-
when i export maptr to onnx ,report error as below :
RuntimeError: 0INTERNAL ASSERT FAILED at "../torch/csrc/jit/ir/alias_analysis.cpp":584, please report a bug to PyTorch. We don't have an op for at…
-
Thanks for the best work!
When I was learning this project, I was thinking how to use different dataset for training at the same time? Different dataset means different number of cameras, different…
-
I'm trying to Build and Install Custom TensorRT Plugins
When I execute make -j$(nproc)
fatal error: cudnn.h: No such file or directory
#include
^
compilation terminated.
ma…
-
Hello,
I have got a error when I transport ONNX to TRT model by using `sh samples/bevformer/tiny/onnx2trt.sh -d 0`.
The detailed log information is shown as following:
[02/25/2023-12:57:54] […
-
Hi Thanks for your great work. I'am tring to reproduce the result. And I am using the nuscenes mini datasets. I generate the pkl file using:
```
python tools/create_data.py nuscenes --root-path ./d…
-
log:
Installed /home/puzek/anaconda3/envs/bevformer/lib/python3.8/site-packages/mmdet3d-0.17.1-py3.8-linux-x86_64.egg
Processing dependencies for mmdet3d==0.17.1
error: numpy 1.19.5 is installed bu…
-
To train a new model with my own data, what else do I need other than the gt_occupancy obtain from process_your_own_data.py??
-