yolov5face-toolkit icon indicating copy to clipboard operation
yolov5face-toolkit copied to clipboard

🍅 YOLO5Face 2021 with MNN/NCNN/TNN/ONNXRuntime

Results 6 yolov5face-toolkit issues
Sort by recently updated
recently updated
newest added

your code may have a readme?I couldn't find it

Hi, @DefTruth do you have alignment and resize module for yolo5face ? Best

output is `type: float32[1,25200,16]` what does 16 mean here?

File "export.py", line 72, in y = model(img) # dry run File "E:\Anaconda\envs\yolo\lib\site-packages\torch\nn\modules\module.py", line 1501, in _call_impl return forward_call(*args, **kwargs) File "F:\yolov5-face-master\models\yolo.py", line 222, in forward return self.forward_once(x, profile) #...