MCPcopy Create free account
hub / github.com/MaureenZOU/TSAM / reorder.py

File reorder.py

src/scripts/reorder.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1"""
2The original image files naming of face forensics is like "xxx_1.png", "xxx_2.png", ... "xxx_10.png", ... "xxx_100.png"
3However, after sorted() the ordering will be "xxx_1.png", "xxx_100.png", "xxx_101.png",
4... "xxx_109.png", "xxx_10.png", "xxx_100.png",

Callers

nothing calls this directly

Calls 2

parse_argsFunction · 0.70
get_everyFunction · 0.70

Tested by

no test coverage detected