"docs/git@developer.sourcefind.cn:change/sglang.git" did not exist on "023288645b80fb41b3eed55fd413dd69a7904593"
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
...@@ -26,7 +26,7 @@ A placeholder for the command. ...@@ -26,7 +26,7 @@ A placeholder for the command.
**Environment** **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 2. You may add addition that may be helpful for locating the problem, such as
- How you installed PyTorch [e.g., pip, conda, source] - How you installed PyTorch [e.g., pip, conda, source]
- Other environment variables that may be related (such as `$PATH`, `$LD_LIBRARY_PATH`, `$PYTHONPATH`, etc.) - Other environment variables that may be related (such as `$PATH`, `$LD_LIBRARY_PATH`, `$PYTHONPATH`, etc.)
......
...@@ -12,7 +12,7 @@ assignees: '' ...@@ -12,7 +12,7 @@ assignees: ''
There are several common situations in the reimplementation issues as below There are several common situations in the reimplementation issues as below
1. Reimplement a model in the model zoo using the provided configs 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) 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 4. Reimplement a custom model with new modules implemented by yourself
There are several things to do for different cases as below. There are several things to do for different cases as below.
...@@ -42,7 +42,7 @@ A placeholder for the config. ...@@ -42,7 +42,7 @@ A placeholder for the config.
**Environment** **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 2. You may add addition that may be helpful for locating the problem, such as
- How you installed PyTorch [e.g., pip, conda, source] - How you installed PyTorch [e.g., pip, conda, source]
- Other environment variables that may be related (such as `$PATH`, `$LD_LIBRARY_PATH`, `$PYTHONPATH`, etc.) - Other environment variables that may be related (such as `$PATH`, `$LD_LIBRARY_PATH`, `$PYTHONPATH`, etc.)
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment