XSegEditor: added text label of total labeled images
Changed frame line design Changed loading frame design
This commit is contained in:
@@ -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') )
|
||||
Reference in New Issue
Block a user