KaraKaraWitch commited on
Commit
10fe924
1 Parent(s): a6b5bc6

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +15 -1
README.md CHANGED
@@ -48,7 +48,21 @@ Additionally there could be unforseen usage that the author does not intend.
48
 
49
  <!-- This section provides a description of the dataset fields, and additional information about the dataset structure such as criteria used to create the splits, relationships between data points, etc. -->
50
 
51
- Each file format should generally follow this format `LFAnime-[T(Test),A(Alpha),B(Beta),R(Release)]-[Sequential Index]-[AnilistID]-[Episode]`
 
 
 
 
 
 
 
 
 
 
 
 
 
 
52
 
53
  ## Dataset Creation
54
 
 
48
 
49
  <!-- This section provides a description of the dataset fields, and additional information about the dataset structure such as criteria used to create the splits, relationships between data points, etc. -->
50
 
51
+ Each tar file should generally follow this format `LFAnime-[T(Test),A(Alpha),B(Beta),R(Release)]-[Sequential Index]-[AnilistID]-[Episode]`
52
+
53
+ Each tar file should contain:
54
+ ```
55
+ frame_[XXXX]_[detection_type]_[seconds (float)].jpg
56
+ kframes.log (scxvid keyframe log)
57
+ metadata.json (Selected frames + Detection metrics + Mode)
58
+ ```
59
+
60
+ `detection_type` can be one of the following:
61
+ ```
62
+ - key (KeyFrame)
63
+ - p_key (Previous Frame from Key Frame)
64
+ - inter (Inter frame)
65
+ ```
66
 
67
  ## Dataset Creation
68