MuhammadMoinFaisal / YOLOv8-DeepSORT-Object-Tracking

YOLOv8 Object Tracking using PyTorch, OpenCV and DeepSORT
812 stars 223 forks source link

issue in training #52

Open faridamousa opened 6 months ago

faridamousa commented 6 months ago

when i train, i get: w, h = self.font.getsize(label) # text width, height ^^^^^^^^^^^^^^^^^ AttributeError: 'FreeTypeFont' object has no attribute 'getsize' and: w, h = self.font.getsize(label) # text width, height ^^^^^^^^^^^^^^^^^ AttributeError: 'FreeTypeFont' object has no attribute 'getsize' and: OSError: [WinError 1455] The paging file is too small for this operation to complete. Error loading "C:\Users\adham\AppData\Local\Programs\Python\Python312\Lib\site-packages\torch\lib\torch_python.dll" or one of its dependencies. WHAT SHOULD I DO?