We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I'm using the official example scripts/configs for the officially supported tasks/models/datasets.
main branch https://github.com/open-mmlab/mmdetection3d
sys.platform: linux Python: 3.8.17 (default, Jul 5 2023, 20:40:03) [GCC 11.2.0] CUDA available: False numpy_random_seed: 2147483648 GCC: gcc (GCC) 9.3.0 PyTorch: 2.1.0 PyTorch compiling details: PyTorch built with:
TorchVision: 0.16.0.dev20230905+cpu OpenCV: 4.6.0 MMEngine: 0.8.4 MMDetection: 3.1.0 MMDetection3D: 1.3.0+5c0613b spconv2.0: False
https://github.com/open-mmlab/mmdetection3d/blob/main/configs/spvcnn/spvcnn_w16_8xb2-amp-15e_semantickitti.py
bash tools/dist_train.sh configs/spvcnn/spvcnn_w16_8xb2-amp-15e_semantickitti.py 8
FileNotFoundError: [Errno 2] No such file or directory: '/home/lzs/mmlab/mmdetection3d/configs/spvcnn/./spvcnn_w32_8xb2-15e_semantickitti.py'
No response
The text was updated successfully, but these errors were encountered:
It is indeed a bug. Are you willing to create a PR to fix it?
Sorry, something went wrong.
solved in #2854
No branches or pull requests
Prerequisite
Task
I'm using the official example scripts/configs for the officially supported tasks/models/datasets.
Branch
main branch https://github.com/open-mmlab/mmdetection3d
Environment
sys.platform: linux
Python: 3.8.17 (default, Jul 5 2023, 20:40:03) [GCC 11.2.0]
CUDA available: False
numpy_random_seed: 2147483648
GCC: gcc (GCC) 9.3.0
PyTorch: 2.1.0
PyTorch compiling details: PyTorch built with:
TorchVision: 0.16.0.dev20230905+cpu
OpenCV: 4.6.0
MMEngine: 0.8.4
MMDetection: 3.1.0
MMDetection3D: 1.3.0+5c0613b
spconv2.0: False
Reproduces the problem - code sample
https://github.com/open-mmlab/mmdetection3d/blob/main/configs/spvcnn/spvcnn_w16_8xb2-amp-15e_semantickitti.py
Reproduces the problem - command or script
bash tools/dist_train.sh configs/spvcnn/spvcnn_w16_8xb2-amp-15e_semantickitti.py 8
Reproduces the problem - error message
FileNotFoundError: [Errno 2] No such file or directory: '/home/lzs/mmlab/mmdetection3d/configs/spvcnn/./spvcnn_w32_8xb2-15e_semantickitti.py'
Additional information
No response
The text was updated successfully, but these errors were encountered: