-
I'm struggling to find deployment configurations for MMDeploy [this link](https://github.com/open-mmlab/mmdeploy/blob/master/docs/en/02-how-to-run/convert_model.md)
-
What does points_per_group mean?
-
how can i run the base one in 2 RTX4090?
-
Hello!
Will the source code be released? If so, is there a specific time
-
Hi, thanks for sharing this wonderful code.
I want to ask whether the performances in Table 3 are obtained by using detection and occupancy joint training strategy or just use the occupancy predict…
-
ubuntu 18.04
cuda: 11.6
cudnn: 8.6.0
tensorrt: 8.5.1.7
the program is stucked at onnx::Expand_1007 when running the "sh samples/bevformer/plugin/tiny/onnx2trt.sh -d 0"
```
[11/13/2023-21:23:32…
-
你好,照着你的readme操作,在进行贴补丁后出现如下代码
patch -p1 < ../transfusion_changes.patch
can't find file to patch at input line 5
Perhaps you used the wrong -p or --strip option?
The text leading up to this was:
…
-
作者你好,非常感谢能够开源这么优秀的方案!
请问一下怎么样像论文提到的那样,只使用前置摄像头进行测试?需要修改哪些代码以及对应的配置文件?
-
Hi, thanks for your fantastic work! I have a question about the implementation of the voxel self-attention.
The paper writes ``These sampling points share the same height $z_k$, but with different …
-
我想用mini数据集测试下maptr的效果,想熟悉下跑通的流程,但是遇到了一些问题
运行命令是:python -m torch.distributed.launch --nproc_per_node=1 --master_port 12345 tools/test.py
在for i, data in enumerate(data_loader):报错 EOFError: Ran out o…