nobody
nobody
(edge36) (venv) lu@lu:~/code/EDTER-main$ python tools/test.py No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda-11.1' Traceback (most recent call last): File "tools/test.py", line 142, in main() File "tools/test.py", line 108, in main init_dist(args.launcher,...
为啥我的numpy没有range函数呢 [PVO](https://github.com/zju3dv/PVO/tree/main)/[VO_Module](https://github.com/zju3dv/PVO/tree/main/VO_Module)/[droid_slam](https://github.com/zju3dv/PVO/tree/main/VO_Module/droid_slam) /droid_net.py 里面有一个 lay = torch.as_tensor(np.range(1, num+1).repeat(ht*wd).reshape(num,ht,wd)).unsqueeze(0) 会让我报错。 我试着直接写再我的python里试图调用numpy.range,确实不太work 这是我跑到sh tools/test_vo_scene.sh 的时候报的错误。之后还报了若干个类似 ``` Traceback (most recent call last): File "VO_Module/evaluation_scripts/test_vo2.py", line 93, in for i_batch, item in enumerate(train_loader): File...