| 1 | """ |
| 2 | The original image files naming of face forensics is like "xxx_1.png", "xxx_2.png", ... "xxx_10.png", ... "xxx_100.png" |
| 3 | However, 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", |
nothing calls this directly
no test coverage detected