As far as I know, because Python is an interpreted language, the same code runs considerably faster in c#, c++ or c comparing to Python.
Questions:
Would a YOLO adaptation to c# be faster in a real-time situation? (like https://github.com/mentalstack/yolov5-net)
How does the interpreter actually impact YOLOv5 and YOLOv1-4?