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
Hello,When I deal with k-radar dataset,it didn't work well,
Traceback (most recent call last): File "datasets/kradar_detection_v1_0.py", line 1001, in <module> dataset.generate_sparse_rdr_cube() File "datasets/kradar_detection_v1_0.py", line 802, in generate_sparse_rdr_cube sparse_rdr_cube = self.get_sparse_rdr_cube_from_rdr_cube(dict_item) File "datasets/kradar_detection_v1_0.py", line 721, in get_sparse_rdr_cube_from_rdr_cube rdr_cube = torch.from_numpy(dict_item['rdr_cube']) TypeError: 'NoneType' object is not subscriptable
Please tell me how to solve the problem
The text was updated successfully, but these errors were encountered:
Hello,When I deal with k-radar dataset,it didn't work well,
Traceback (most recent call last): File "datasets/kradar_detection_v1_0.py", line 1001, in <module> dataset.generate_sparse_rdr_cube() File "datasets/kradar_detection_v1_0.py", line 802, in generate_sparse_rdr_cube sparse_rdr_cube = self.get_sparse_rdr_cube_from_rdr_cube(dict_item) File "datasets/kradar_detection_v1_0.py", line 721, in get_sparse_rdr_cube_from_rdr_cube rdr_cube = torch.from_numpy(dict_item['rdr_cube']) TypeError: 'NoneType' object is not subscriptable
Please tell me how to solve the problem
The text was updated successfully, but these errors were encountered: