Hi,
My recent submission "submission_webface42m_1.zip got a "failed" message.
Local testing with your docker file and demo_feat.py ran successfully.
My submission has ever successfully submitted in the first phase.
Please check the detailed error message of my submission.
Posted by: Sungmin @ Sept. 14, 2021, 2:28 p.m.I found that some modifications (for using another test image) in benchmark() method made the error.
Posted by: Sungmin @ Sept. 15, 2021, 5:32 a.m.Traceback (most recent call last):
File "mfr_time.py", line 26, in <module>
cost_ms, det_cost_ms, face_reg_cost_ms = x.load(assets_path)
File "/mnt/data/guan.huang/debug_insightface/result/mfr_public_code_57/pywebface260mmfr_implement.py", line 190, in load
feat, cost, det_cost, face_reg_cost = self.benchmark(test_img)
File "/mnt/data/guan.huang/debug_insightface/result/mfr_public_code_57/pywebface260mmfr_implement.py", line 215, in benchmark
image_paths = os.listdir("test_images")
FileNotFoundError: [Errno 2] No such file or directory: 'test_images'