This commit is contained in:
Nicolas Mowen 2025-04-17 21:10:05 -06:00
parent 0b361286ec
commit 8073527467

View File

@ -273,7 +273,6 @@ def post_process_yolox(
bbox[3] / height,
bbox[2] / width,
]
print(f"got {detections[i]}")
return detections