gyrojeff commited on
Commit
2fdf735
1 Parent(s): db39220

doc: add notice

Browse files
Files changed (1) hide show
  1. README.md +10 -0
README.md CHANGED
@@ -1,3 +1,13 @@
1
  ---
2
  license: mit
3
  ---
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: mit
3
  ---
4
+ # YuzuMarker.FontDetection
5
+
6
+ - Code: https://github.com/JeffersonQin/YuzuMarker.FontDetection
7
+ - Space: https://huggingface.co/spaces/gyrojeff/YuzuMarker.FontDetection
8
+
9
+ The generated dataset is now available. Data are on the `master` branch due to initial commit error.
10
+
11
+ To use the data, each `.tar` package contains a `train`, `val`, `test` split. Move them to `./dataset`, then untar them.
12
+
13
+ To train the model, provide the path(s) of the untarred folders to the training script. For detail, please check the code repository.