mirror of
https://github.com/wassname/sloth.git
synced 2026-06-27 17:17:21 +08:00
Update doc/examples.rst
This commit is contained in:
+1
-1
@@ -9,6 +9,6 @@ Adding every nth image to label file
|
||||
|
||||
This can be achieved by a combination of ``find`` and ``awk``::
|
||||
|
||||
find shot01/ -iname "*.png" | sort | awk 'NR%5==1' | xargs sloth appendfiles shot1.json
|
||||
find shot01/ -iname "*.png" | sort | awk 'NR%5==1' | xargs sloth appendfiles shot01.json
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user