You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, Thanks for your open-source code, I'm trying to reappear your code.
But I encountered some problems, I successfully installed the environment according to#Issues 1, and also processed the data. But when I run it, it shows_**ValueError: numpy.ndarray size changed, may indicate binary incompatibility. Expected 96 from C header, got 80 from PyObject**_
I searched for related solutions, then improved the numpy version. But mmdet3d 0.11.0 requires numpy<=1.20.0. I tried to improve the numpy version and run it, but there was a problem with the dataset.
Original Traceback (most recent call last):
I think it is the reason for the numpy version. Could you please provide some advice? Thanks a lot!
ys.platform: linux
Python: 3.8.16 (default, Mar 2 2023, 03:21:46) [GCC 11.2.0]
CUDA available: True
GPU 0,1: NVIDIA GeForce RTX 3090
CUDA_HOME: /home/lxt/cuda-11.1
NVCC: Build cuda_11.1.TC455_06.29190527_0
GCC: gcc (Ubuntu 5.5.0-12ubuntu1) 5.5.0 20171010
PyTorch: 1.9.0+cu111
PyTorch compiling details: PyTorch built with:
GCC 7.3
C++ Version: 201402
Intel(R) Math Kernel Library Version 2020.0.0 Product Build 20191122 for Intel(R) 64 architecture applications
From your snapshot, it seems that a file of virtual points doesn't exist. Maybe you should check the completeness of your downloaded virtual points.
I am sure the file is complete, and the virtual point file displayed by the error can also be searched, but the code can only start when I set numpy==1.23.x, other versions of numpy will report an error at the beginning, it may be numpy problem?
I use numpy==1.19.2 as shown here. You can use ipdb.set_trace() to insert a breakpoint right before the line of code that makes error so as to see what happened.
Original Traceback (most recent call last):
I think it is the reason for the numpy version. Could you please provide some advice? Thanks a lot!
ys.platform: linux
Python: 3.8.16 (default, Mar 2 2023, 03:21:46) [GCC 11.2.0]
CUDA available: True
GPU 0,1: NVIDIA GeForce RTX 3090
CUDA_HOME: /home/lxt/cuda-11.1
NVCC: Build cuda_11.1.TC455_06.29190527_0
GCC: gcc (Ubuntu 5.5.0-12ubuntu1) 5.5.0 20171010
PyTorch: 1.9.0+cu111
PyTorch compiling details: PyTorch built with:
TorchVision: 0.10.0+cu111
OpenCV: 4.7.0
MMCV: 1.3.18
MMCV Compiler: GCC 7.3
MMCV CUDA Compiler: 11.1
MMDetection: 2.10.0
MMDetection3D: 0.11.0+
The text was updated successfully, but these errors were encountered: