Skip to content

Commit

Permalink
fix(README): link to yolox_base.py (#1217)
Browse files Browse the repository at this point in the history
fix(README): link to `yolox_base.py`
  • Loading branch information
PieroMacaluso committed Apr 6, 2022
1 parent 0cd6d0d commit c9d1283
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/train_custom_data.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ ln -s /path/to/your/VOCdevkit ./datasets/VOCdevkit
## 2. Create your Exp file to control everything
We put everything involved in a model to one single Exp file, including model setting, training setting, and testing setting.

**A complete Exp file is at [yolox_base.py](https://github.com/Megvii-BaseDetection/YOLOX/blob/main/yolox/exp/base_exp.py).** It may be too long to write for every exp, but you can inherit the base Exp file and only overwrite the changed part.
**A complete Exp file is at [yolox_base.py](https://github.com/Megvii-BaseDetection/YOLOX/blob/main/yolox/exp/yolox_base.py).** It may be too long to write for every exp, but you can inherit the base Exp file and only overwrite the changed part.

Let's take the [VOC Exp file](https://github.com/Megvii-BaseDetection/YOLOX/blob/main/exps/example/yolox_voc/yolox_voc_s.py) as an example.

Expand Down

0 comments on commit c9d1283

Please sign in to comment.