model_used is not per face, but really per file - well that is how the UI will allow this... for now
This commit is contained in:
1
face.py
1
face.py
@@ -25,7 +25,6 @@ class FaceRefimgLink(db.Model):
|
||||
__tablename__ = "face_refimg_link"
|
||||
face_id = db.Column(db.Integer, db.ForeignKey("face.id"), primary_key=True )
|
||||
refimg_id = db.Column(db.Integer, db.ForeignKey("refimg.id"), primary_key=True )
|
||||
model_used = db.Column(db.Integer, db.ForeignKey("ai_model.id"), primary_key=True )
|
||||
face_distance = db.Column(db.Integer)
|
||||
|
||||
def __repr__(self):
|
||||
|
||||
Reference in New Issue
Block a user