mirror of
https://github.com/283375/arcaea-offline-pyside-ui.git
synced 2025-07-01 04:16:26 +00:00
fix: correct phash database labels
This commit is contained in:
@ -118,7 +118,7 @@ class TabOcr_BuildPHashDatabase(Ui_TabOcr_BuildPHashDatabase, QWidget):
|
|||||||
self.readImageProgressBar.setValue(i)
|
self.readImageProgressBar.setValue(i)
|
||||||
|
|
||||||
songLabels = [re.sub(r"_.*$", "", p.stem) for p in songFilePaths]
|
songLabels = [re.sub(r"_.*$", "", p.stem) for p in songFilePaths]
|
||||||
charLabels = [f"partner||{p.stem}" for p in charIconFilePaths]
|
charLabels = [f"partner_icon||{p.stem}" for p in charIconFilePaths]
|
||||||
|
|
||||||
self.databaseBuildThread = BuildDatabaseThread(
|
self.databaseBuildThread = BuildDatabaseThread(
|
||||||
songMats + charIconMats, songLabels + charLabels
|
songMats + charIconMats, songLabels + charLabels
|
||||||
|
Reference in New Issue
Block a user