You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello - I read the previous issue about interactive editing (#19); I was wondering if you could walk us through what are the corresponding coefficents for:
self.labellist.append(QLabel(' pupil x'))
self.labellist.append(QLabel(' pupil y'))
self.labellist.append(QLabel(' eyes'))
self.labellist.append(QLabel(' mouth 1'))
self.labellist.append(QLabel(' mouth 2'))
self.labellist.append(QLabel(' mouth 3'))
self.labellist.append(QLabel(' mouth 4'))
self.labellist.append(QLabel(' mouth 5'))
I want to recreate this on my own but going through a but of issue (i.e. how to replicate the results of the video (without interactive editing); just say I drag mouth 3 to the max
The text was updated successfully, but these errors were encountered:
Hello - I read the previous issue about interactive editing (#19); I was wondering if you could walk us through what are the corresponding coefficents for:
self.labellist.append(QLabel(' pupil x'))
self.labellist.append(QLabel(' pupil y'))
self.labellist.append(QLabel(' eyes'))
self.labellist.append(QLabel(' mouth 1'))
self.labellist.append(QLabel(' mouth 2'))
self.labellist.append(QLabel(' mouth 3'))
self.labellist.append(QLabel(' mouth 4'))
self.labellist.append(QLabel(' mouth 5'))
I want to recreate this on my own but going through a but of issue (i.e. how to replicate the results of the video (without interactive editing); just say I drag mouth 3 to the max
The text was updated successfully, but these errors were encountered: