Zheweiqiu
Zheweiqiu
> Hi @Zheweiqiu, is [this](https://github.com/deepinsight/insightface#pretrained-models) the model you use? I am using pre-trained retinaface model from [https://github.com/deepinsight/insightface/tree/master/RetinaFace]
It is 2080ti Output for lscpu command: Architecture: x86_64 CPU op-mode(s): 32-bit, 64-bit Byte Order: Little Endian CPU(s): 80 On-line CPU(s) list: 0-79 Thread(s) per core: 2 Core(s) per socket:...
@zylo117 And this is my inference script def test(self, save_name = 'result.json'): self.model = self.get_model() assert self.test_file != None and self.test_file != '', 'A test file must be provided!' result...