Probabilistic-Face-Embeddings
Probabilistic-Face-Embeddings copied to clipboard
(ICCV 2019) Uncertainty-aware Face Representation and Recognition
Thank you for your amazing work. Could you explain the meaning of `scale_and_shift` function in uncertainty_module.py?
Hi, Thanks for this great work. Your paper is well written as well. Based on your paper & code my understanding is as follows - a) You construct a batch...
When i wanted to load model this error occurred: `KeyError: "The name 'images:0' refers to a Tensor which does not exist. The operation, 'images', does not exist in the graph."`...
When i wanted to load model this error occurred: `KeyError: "The name 'images:0' refers to a Tensor which does not exist. The operation, 'images', does not exist in the graph."`...
Perhaps it is better to treat as a python module as the code in README did not work, however, the following works: ``` python -m align.align_dataset \ data/ldmark_casia_mtcnncaffe.txt CASIA-WebFace_aligned \...
The readme still says visualization of uncertainty as a TODO. Can you please point me out to the visualization code ?