Jonas Heinle

Results 4 comments of Jonas Heinle

> @vincedupuis The following command works for me: > > ``` > python export.py --weights yolov7-mask.pt --simplify --topk-all 100 --iou-thres 0.65 --conf-thres 0.35 --img-size 640 640 --max-wh 640 > ```...

The resize filter in the test_pipeline seems to be corrupt. I could fix the demo with adding manual resizing into line 209: resized_windows = [cv2.resize(frame, (224, 224)) for frame in...

It also occurs when installing from source ... For now only copying the files into the environment solves it. Why is there no update ?

The problem still persists. I can reproduce it right now. Anyone found a workaround and want to share it ? ;)