Iryna Yevdokymova

Results 2 issues of Iryna Yevdokymova

In current version support of sparse matrixes was unexpectedly depricated and data conversion was switched to `DMatrix` function only, which returns this message if we try to add sparse matrix...

Initial part for Google Coral facenet module.
Function usage example to create embeddings: emb_calculator = Calculator() # for 1 image emb_calculator.calc_embedding(img, mode='CPU') or 
emb_calculator.calc_embedding(img, resize=True,mode='TPU') # for several images emb_calculator._calculate_embeddings(images,...