mirror of
https://github.com/qurator-spk/eynollah.git
synced 2025-10-28 00:04:15 +01:00
No description
Changed unsafe basename extraction:
`file_name = i.split('.')[0]` to `file_name = os.path.splitext(i)[0]`
and
`filename = n[i].split('.')[0]` to `filename = os.path.splitext(n[i])[0]`
because
`"Vat.sam.2_206.jpg` -> `Vat` instead of `"Vat.sam.2_206`
|
||
|---|---|---|
| train | ||