-
As i have only one GPU, i changed the v100_test.py, but result seems failed.
Below is the log, and the jpg files in result folder are wrong, all are black.
########################################…
-
the result seems not correct for me.
```
from openvino.inference_engine import IECore, IENetwork
import cv2
import numpy as np
from time import time
from utils.codec import CTCCodec
DEVICE = …
-
emb_unk = face_model((nimgs - 127.5) * 0.0078125).numpy()
这是为什么呢?
-
First of all, thank you for your work. I am trying to run "test_own_images.ipynb" evaluation but I am getting the error "the size of tensor a must match the size of tensor b at non-singleton dimension…
97jay updated
3 years ago
-
Hi, thanks for your repo, it's useful.
However, I have tested on my test dataset, it gives bad result. Have you tested on IJBB or IJBC or MegaFace?
-
can you share the dataset
-
I'm on a deadline and i need a descent face anti-spoofing dataset such as Replay-Attack or Casia-FASD. However, none of the links to these datasets are working. Any help?
debse updated
3 years ago
-
This is not really an issue.
Can someone please upload CASIA-SURF dataset to other fileshare system? I am not being able to download it, since I cannot create Baidu account.
Really appreciate it…
-
Hi, I have tried to reproduce your idea in my codes, I just modified the part of softmax loss to MagLoss, but I got the accuray of 97.70%. Whether the results will be inconsistent on different dataset…
-
I am using SR300.I want to collect depth data for live detection, but how to convert the depth map z16 to uint8?