Skip to content
Snippets Groups Projects
Unverified Commit eb00d372 authored by twang's avatar twang Committed by GitHub
Browse files

Update issue templates (#43)

* update issue templates

Change mmdet to mmdet3d

* Update reimplementation_questions.md

Change mmdet to mmdet3d
parent ea4962fb
No related branches found
No related tags found
No related merge requests found
......@@ -26,7 +26,7 @@ A placeholder for the command.
**Environment**
1. Please run `python mmdet/utils/collect_env.py` to collect necessary environment infomation and paste it here.
1. Please run `python mmdet3d/utils/collect_env.py` to collect necessary environment infomation and paste it here.
2. You may add addition that may be helpful for locating the problem, such as
- How you installed PyTorch [e.g., pip, conda, source]
- Other environment variables that may be related (such as `$PATH`, `$LD_LIBRARY_PATH`, `$PYTHONPATH`, etc.)
......
......@@ -12,7 +12,7 @@ assignees: ''
There are several common situations in the reimplementation issues as below
1. Reimplement a model in the model zoo using the provided configs
2. Reimplement a model in the model zoo on other dataset (e.g., custom datasets)
3. Reimplement a custom model but all the components are implemented in MMDetection
3. Reimplement a custom model but all the components are implemented in MMDetection3D
4. Reimplement a custom model with new modules implemented by yourself
There are several things to do for different cases as below.
......@@ -42,7 +42,7 @@ A placeholder for the config.
**Environment**
1. Please run `python mmdet/utils/collect_env.py` to collect necessary environment infomation and paste it here.
1. Please run `python mmdet3d/utils/collect_env.py` to collect necessary environment infomation and paste it here.
2. You may add addition that may be helpful for locating the problem, such as
- How you installed PyTorch [e.g., pip, conda, source]
- Other environment variables that may be related (such as `$PATH`, `$LD_LIBRARY_PATH`, `$PYTHONPATH`, etc.)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment