mattmdjaga commited on
Commit
66eddab
1 Parent(s): f6ac729

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -3
README.md CHANGED
@@ -18,9 +18,7 @@ The dataset on hugging face is called "mattmdjaga/human_parsing_dataset".
18
 
19
 
20
  **NEW** -
21
- **[Training code](https://github.com/mattmdjaga/segformer_b2_clothes)**. Right now it only contains the pure code with some comments, but soon I'll add a colab notebook version
22
- and a blog post with it to make it more friendly.
23
-
24
  ```python
25
  from transformers import SegformerImageProcessor, AutoModelForSemanticSegmentation
26
  from PIL import Image
 
18
 
19
 
20
  **NEW** -
21
+ **[Training code](https://github.com/mattmdjaga/segformer_b2_clothes)**.
 
 
22
  ```python
23
  from transformers import SegformerImageProcessor, AutoModelForSemanticSegmentation
24
  from PIL import Image