mirror of
https://github.com/iperov/DeepFaceLab.git
synced 2025-07-16 10:03:41 -07:00
XSegEditor: added text label of total labeled images
Changed frame line design Changed loading frame design
This commit is contained in:
parent
dc43f5a891
commit
5c315cab68
5 changed files with 79 additions and 22 deletions
8
XSegEditor/QImageDB.py
Normal file
8
XSegEditor/QImageDB.py
Normal file
|
@ -0,0 +1,8 @@
|
|||
from PyQt5.QtCore import *
|
||||
from PyQt5.QtGui import *
|
||||
from PyQt5.QtWidgets import *
|
||||
|
||||
class QImageDB():
|
||||
@staticmethod
|
||||
def initialize(image_path):
|
||||
QImageDB.intro = QImage ( str(image_path / 'intro.png') )
|
Loading…
Add table
Add a link
Reference in a new issue