Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 289 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 289 Bytes

This is a fork of https://github.com/eriklindernoren/PyTorch-YOLOv3.

Our modifications:

  • Remove tensorflow dependency
  • Add setup.py
  • Change cli interface to click
  • Modifiy detect.py such that is writes the detection results as a pickled pandas dataframe or into a sqlite3 database