Jinlai Zhang
Jinlai Zhang
Hey, I'm trying to use torch to reimplement your work. But occurring the backpropagate problem. `RuntimeError: one of the variables needed for gradient computation has been modified by an inplace...
``` .pyd /IMPLIB:C:\Users\zfsw\Downloads\Pointcept-main\Pointcept-main\libs\pointops\build\temp.win-amd64-cpython-38\Release\src\aggregation\pointops2_cuda.cp38-win_amd64.lib LINK : fatal error LNK1181: 无法打开输入文件“C:\Users\zfsw\Downloads\Pointcept-main\Pointcept-main\libs\pointops\build\temp.win-amd64-cpython-38\Release\src\aggregation\aggregation_cuda.obj” error: command 'C:\\Program Files (x86)\\Microsoft Visual Studio\\2022\\BuildTools\\VC\\Tools\\MSVC\\14.39.33519\\bin\\HostX86\\x64\\link.exe' failed with exit code 1181 ```
`Benchmarking Robustness of 3D Object Detection to Common Corruptions in Autonomous Driving, CVPR 2023`
I download data_3d_raw.sqf and unzip it, I cannot see the "012369.bin". However, when I run the code: ``` File "/home/selfdriving/PaSCo/pasco/data/kitti360/kitti360_dataset.py", line 118, in __getitem__ items.append(self.get_individual(id)) File "/pasco/data/kitti360/kitti360_dataset.py", line 133, in...