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
File "/home/workspace/mmdetection3d-1.1/mmdet3d/utils/typing.py", line 3, in <module>
from typing import List, Optional, Union
ImportError: cannot import name 'List' from partially initialized module 'typing' (most likely due to a circular import) (/home/workspace/mmdetection3d-1.1/mmdet3d/utils/typing.py)
Additional information
Need to rename mmdetection3d/mmdet3d/utils/typing.py
The text was updated successfully, but these errors were encountered:
Prerequisite
Task
I'm using the official example scripts/configs for the officially supported tasks/models/datasets.
Branch
1.1x branch https://github.com/open-mmlab/mmdetection3d/tree/1.1
Environment
sys.platform: linux
Python: 3.8.15 | packaged by conda-forge | (default, Nov 22 2022, 08:49:35) [GCC 10.4.0]
CUDA available: True
numpy_random_seed: 2147483648
GPU 0: NVIDIA T1200 Laptop GPU
CUDA_HOME: /home/mambaforge/envs/openmmlab
NVCC: Cuda compilation tools, release 11.7, V11.7.99
GCC: gcc (Ubuntu 9.4.0-1ubuntu1~20.04.1) 9.4.0
PyTorch: 1.13.0
PyTorch compiling details: PyTorch built with:
TorchVision: 0.14.0
OpenCV: 4.6.0
MMEngine: 0.3.2
MMDetection: 3.0.0rc4
MMDetection3D: 1.1.0rc2+7fd57b1
spconv2.0: False
Reproduces the problem - code sample
NA
Reproduces the problem - command or script
Reproduces the problem - error message
Additional information
Need to rename
mmdetection3d/mmdet3d/utils/typing.py
The text was updated successfully, but these errors were encountered: