libing

Results 13 issues of libing

g++: error: /home/libing/newstorage/3Dobjectdetector/SE-SSD/det3d/core/iou3d/build/temp.linux-x86_64-3.7/src/iou3d.o: 没有那个文件或目录 g++: error: /home/libing/newstorage/3Dobjectdetector/SE-SSD/det3d/core/iou3d/build/temp.linux-x86_64-3.7/src/iou3d_kernel.o: 没有那个文件或目录 g++: error: /home/libing/newstorage/3Dobjectdetector/SE-SSD/det3d/core/iou3d/build/temp.linux-x86_64-3.7/src/iou3d_cpu.o: 没有那个文件或目录 error: command 'g++' failed with exit status 1 I can't compile those three files My environment is: cuda...

I use your code to train, but I find that the trained model can not generate images with angle information. This is why?

What GPU do you use? What GPU do I use 2080ti File "/home/libing/anaconda3/envs/HVPR/lib/python3.7/site-packages/torch/nn/modules/activation.py", line 987, in forward attn_mask=attn_mask) File "/home/libing/anaconda3/envs/HVPR/lib/python3.7/site-packages/torch/nn/functional.py", line 4790, in multi_head_attention_forward attn_output_weights = torch.bmm(q, k.transpose(1, 2)) RuntimeError:...

When I finish running: python setup.py build_ext --inplace i run :python tools/train.py --cfg_file tools/cfgs/kitti_models/voxset.yaml,I encountered the following errors: Traceback (most recent call last): File "tools/train.py", line 7, in from test...

我把从coco数据集换成了自己的数据集,但是出现了错误,我应该修改你的代码中的哪几个部分的代码。 Traceback (most recent call last): File "projects/SparseRCNN/train_net.py", line 159, in args=(args,), File "/home/libing/anaconda3/envs/detectron2/lib/python3.7/site-packages/detectron2/engine/launch.py", line 62, in launch main_func(*args) File "projects/SparseRCNN/train_net.py", line 145, in main trainer = Trainer(cfg) File "/home/libing/anaconda3/envs/detectron2/lib/python3.7/site-packages/detectron2/engine/defaults.py",...

![2021-11-01 17-16-40 的屏幕截图](https://user-images.githubusercontent.com/73631342/139650421-b5295ecd-35ec-41bd-bc24-bbc37f01a6f1.png) when i use "python scripts/train_rpn_3d.py --config=kitti_3d_base --exp_name base"to train the modle in kitti data ,after taining 10 epoch ,The following problems occurred. ''Traceback (most recent call last):...

I found an error in your code,in eval_linear.py in 106 line, The weight of the model cannot be read.This will lead to poor test results

There are two Eval programs in your project. How can I debug them

你好,我想问下这个代码有预测结果可视化的脚本提供吗?

您好,mmcv已经升级到最新版本了,您代码中的mmcv_custom中的代码还是基于mmcv低版本写的,您能更新下代码吗?