Skip to content

Instantly share code, notes, and snippets.

@shoaibmehedi7
Created July 20, 2021 11:41
Show Gist options
  • Save shoaibmehedi7/68a4b040eff8c3fed2ec72176ccd72a7 to your computer and use it in GitHub Desktop.
Save shoaibmehedi7/68a4b040eff8c3fed2ec72176ccd72a7 to your computer and use it in GitHub Desktop.
def deregister(self, objectID):
del self.objects[objectID]
del self.disappeared[objectID]
del self.bbox[objectID]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment