Skip to content

Commit

Permalink
add retrain step link
Browse files Browse the repository at this point in the history
  • Loading branch information
YudeWang authored Jan 8, 2021
1 parent 2a06992 commit c556016
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,9 @@ python infer_aff.py --weights $aff_weights --infer_list [voc12/val.txt | voc12/t
python evaluation.py --list VOC2012/ImageSets/Segmentation/[val.txt | train.txt] --predict_dir $your_rw_dir --gt_dir VOC2012/SegmentationClass --comment $your_comments --type png
```

### Pseudo labels retrain
Pseudo label retrain on DeepLabv1. Code is available [here](https://github.com/YudeWang/semantic-segmentation-codebase/tree/main/experiment/seamv1-pseudovoc).

## Citation
Please cite our paper if the code is helpful to your research.
```
Expand Down

0 comments on commit c556016

Please sign in to comment.