-
Hello @Tai-Wang @filaPro
I am trying to do inference using the instructions [here](https://mmdetection3d.readthedocs.io/en/latest/1_exist_data_model.html)
`python tools/test.py configs/imvoxeln…
-
The script is below.
`python tools/test.py --config configs/imvoxelnet/imvoxelnet_kitti.py --checkpoint work_dirs/imvoxelnet_kitti/kitti_ori.pth --show-dir work_dirs/imvoxelnet_kitti
`
The error is…
-
I run the below instruction for scannet dataset test. but the result seems have many false bounding boxes, or the result is correct?
I set score_thr in configs to 0.15.
I used SensReader c++ script …
-
Hello @filaPro
I was reading your paper and trying to implement your method on an RGB dataset that I have collected.
While trying to test your code, it looks like you also need KITTI Velodyne d…
-
When I installed the mmcv-full=1.3.8, the error is below.
`Traceback (most recent call last):
File "tools/test.py", line 9, in
from mmdet3d.apis import single_gpu_test
File "/newnfs/zzwu/…
-
Hello, saic-vul!
Thanks for your excellent work imvoxelnet! I am looking into the realization in mmdet3d official repo of kitti dataset, and I am curious about anchor_generator settings in imvoxe…
-
Thank you for your help on the previous issue.
I run the test script( test.py) in the Nuscenes data, the error is below. But, it's normal when I run the test script in the kitti dataset.
`root@39370…
-
Hello, saic-vul!
Thanks for your great work imvoxelnet. I am curious about the resize operation as it resize images of KITTI into ((1173, 352), (1387, 416)), which is a little different from oth…
-
Hi, when i run test.py for scannet dataset, i met one error.
please help, thanks very much.
root@65eb20bdb6a8:/mmdetection3d# python tools/test.py configs/imvoxelnet/imvoxelnet_scannet.py ./data/…
-
Hi, developers of ImVoxelNet,
Glad to see your insightful project is implemented based on MMDetection3D! Actually, multi-view image based 3D detection and a general detector could handle both indoo…