Anzhc commited on
Commit
67bd9e4
·
verified ·
1 Parent(s): 44f85b3

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -1
README.md CHANGED
@@ -77,7 +77,11 @@ This model is based on [FairFace](https://github.com/joojs/fairface) 0.25 paddin
77
  You also can find their pretrained model [here](https://github.com/dchen236/FairFace).
78
 
79
  This YOLOv8 training is meant only for race classification. I wanted a really really fast model for tagging, and this is likely what it's useful for!
80
- I will provide a pipeline for running it on your datasets in future.
 
 
 
 
81
 
82
  | Model | Target | top1_acc |Classes |Dataset size |Training Resolution|
83
  | --------------------------- | ---------- | ------------- | ------------- |---------------|-------------------|
 
77
  You also can find their pretrained model [here](https://github.com/dchen236/FairFace).
78
 
79
  This YOLOv8 training is meant only for race classification. I wanted a really really fast model for tagging, and this is likely what it's useful for!
80
+ ~~I will provide a pipeline for running it on your datasets in future.~~
81
+
82
+ I've made simple scripts for you to use on your data. By default it will output .txt files(or append to existing), so modify for your specific needs:
83
+ https://github.com/Anzhc/Simple-Utility-Scripts-for-YOLO/tree/main
84
+
85
 
86
  | Model | Target | top1_acc |Classes |Dataset size |Training Resolution|
87
  | --------------------------- | ---------- | ------------- | ------------- |---------------|-------------------|