Skip to content

qurator-spk/PyTorch-YOLOv3

 
 

Repository files navigation

This is a fork of https:/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

About

Minimal PyTorch implementation of YOLOv3

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 84.4%
  • Shell 15.6%