• Stars
    star
    3
  • Rank 3,963,521 (Top 79 %)
  • Language
    Python
  • Created over 6 years ago
  • Updated over 6 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

A fork of @ayooshkathuria's repo at https://github.com/ayooshkathuria/pytorch-yolo-v3. This one aims to be resuable and a useful tool. The main utility I'm aiming to create is a simple module that allows for the detection of objects in images. As of now, the function in question returns a tuple of the path the image with bounding boxes was saved to, the list of ojects detected, and the image numpy array. This allows YOLO to be used as a tool for a wide variety of purposes easily with a normal, callable interface.