rafaelpadilla / review_object_detection_metrics

Object Detection Metrics. 14 object detection metrics: mean Average Precision (mAP), Average Recall (AR), Spatio-Temporal Tube Average Precision (STT-AP). This project supports different bounding box formats as in COCO, PASCAL, Imagenet, etc.
Other
1.08k stars 215 forks source link

self.move incorrect work #146

Closed PovarIsSFEDU closed 5 months ago

PovarIsSFEDU commented 5 months ago

Cannot start an app due to:

TypeError: arguments did not match any overloaded call:
  move(self, a0: QPoint): argument 1 has unexpected type 'float'
  move(self, ax: int, ay: int): argument 1 has unexpected type 'float'

That is happening 'cause of function move cannot work with floats, quickfix in PR submitted.

PovarIsSFEDU commented 5 months ago

@rafaelpadilla I have no permission for PR, so quickfix here: run_ui.py, 44:9 self.move(int(left), int(top)) splash.py, 19:9 self.move(int(left), int(top))

github-actions[bot] commented 5 months ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.