Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
lifrary authored Nov 7, 2021
1 parent 1566585 commit eb1d1a9
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions release/segmentation_model/HRNetV2_W64_OCR/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,13 @@ $ conda activate segmentation
```bash
$ pip install -r segmentation_requirements.txt
```
### 3. Downloading trained models
Download the trained models and fix config file in '/segmentation_model/HRNetV2_W64_OCR/configs/hrnet_w64_seg_ocr.yaml'
https://github.com/HRNet/HRNet-Image-Classification


### 3. Training

### 4. Training

```bash
$ python segmentation_model/HRNetV2_W64_OCR/HRNetV2_W64_OCR/train.py
Expand All @@ -30,4 +34,3 @@ The training script has a number of command-line flags that you can use to confi
- `log_every`: logging interval. Default is `25`
- `vis_every`: image logging interval. Default is `10`


0 comments on commit eb1d1a9

Please sign in to comment.