Hi luoyetx:
thank you for your wonderful work and open source!
def set_batch_num(self, n1, n2, n3, n4):
'''set data type number
n1 for negatives, n2 for positives, n3 for part faces, n4 for landmark faces
net_input_size for network input size (width, height)
def set_data_queue(self, queue):
'''the queue should put a minibatch with size of (positives, negatives, part faces, landmark faces) =
(n1, n2, n3, n4) in a dict
'''
so which one is correct, look through the code, negative is n1,and positive is n2, is it right?
Forest
Hi luoyetx: thank you for your wonderful work and open source! def set_batch_num(self, n1, n2, n3, n4): '''set data type number
n1 for negatives, n2 for positives, n3 for part faces, n4 for landmark faces
def set_data_queue(self, queue): '''the queue should put a minibatch with size of (positives, negatives, part faces, landmark faces) = (n1, n2, n3, n4) in a dict ''' so which one is correct, look through the code, negative is n1,and positive is n2, is it right? Forest