thtrieu / darkflow

Translate darknet to tensorflow. Load trained weights, retrain/fine-tune using tensorflow, export constant graph def to mobile devices
GNU General Public License v3.0
6.13k stars 2.08k forks source link

Added display flag as patch for BUG #484 #1114

Open Rishabh-Maheshwari opened 4 years ago

Rishabh-Maheshwari commented 4 years ago
  1. Added a display flag which was missing as user can see only output frames for webcam right now.
  2. Reduced LOC in net/help.py as 87-88 and 92-93 were producing same and one of them for everytime function called.
Rishabh-Maheshwari commented 4 years ago

Why is build getting failed. I encountered many other pull requests getting failed due to same reason ("pytest -x --cov=./").