naren2cmu
naren2cmu
Hi. I am also getting an illegal instruction error with ORBSLAM2. What should I do get past this error? #0 0x0000555555605ef6 in DBoW2::TemplatedVocabulary::loadFromBinaryFile(std::__cxx11::basic_string const&) () #1 0x00005555555f94e5 in ORB_SLAM2::System::System(std::__cxx11::basic_string const&,...
Yes. I observed the same issue.
Thanks Yukang. I tried that. It went past that error into another one. ``` root@369701605e02:/mnt/VoxelNeXt/tools# bash scripts/dist_test.sh 1 --cfg_file /mnt/tools/cfgs/nuscenes_models/cbgs_voxel0075_voxelnext.yaml --ckpt /mnt/VoxelNeXt/voxelnext_nuscenes_kernel1.pth + NGPUS=1 + PY_ARGS='--cfg_file /mnt/tools/cfgs/nuscenes_models/cbgs_voxel0075_voxelnext.yaml --ckpt /mnt/VoxelNeXt/voxelnext_nuscenes_kernel1.pth' +...
1.2.1 according to `pip show spconv ` ``` Name: spconv Version: 1.2.1 Summary: spatial sparse convolution for pytorch Home-page: UNKNOWN Author: Yan Yan Author-email: [email protected] License: UNKNOWN Location: /opt/conda/lib/python3.7/site-packages Requires:...
Hi Yukang, I got a different error after `pip install spconv==2.1.25`. ``` bash scripts/dist_test.sh 2 --cfg_file /mnt/tools/cfgs/nuscenes_models/cbgs_voxel0075_voxelnext.yaml --ckpt /mnt/VoxelNeXt/voxelnext_nuscenes_kernel1.pth + NGPUS=2 + PY_ARGS='--cfg_file /mnt/tools/cfgs/nuscenes_models/cbgs_voxel0075_voxelnext.yaml --ckpt /mnt/VoxelNeXt/voxelnext_nuscenes_kernel1.pth' + python -m torch.distributed.launch...
Hi, It was 0.5.7. I uninstalled it and installed the latest one (0.6.11) using `pip install kornia` and reran the evaluation command. I got the following error (test.py failed). ```...
Yes, I did `python3 setup.py develop` I was using the docker image you specified at https://github.com/dvlab-research/VoxelNeXt/tree/master/docker `docker pull djiajun1206/pcdet:pytorch1.6 `. I guess that has problems then. I tried to build...
Hi, I am looking for the same thing - running inference on a single frame. Would appreciate any info about the same. Thank you