Skip to content

Commit

Permalink
flake8 suggestions
Browse files Browse the repository at this point in the history
  • Loading branch information
AlvaroCavalcante committed Oct 19, 2020
1 parent a7a7afb commit 35b2110
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
1 change: 0 additions & 1 deletion object_detector_retinanet/keras_retinanet/bin/predict.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
import sys

import keras
import numpy
import tensorflow as tf


Expand Down
4 changes: 1 addition & 3 deletions object_detector_retinanet/utils.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
import logging
import os
import sys
import platform

__author__ = 'roeiherz'
Expand All @@ -9,7 +7,7 @@

IMG_FOLDER = 'images'
ANNOTATION_FOLDER = 'annotations'
DEBUG_MODE = False #'ubuntu' not in os.environ['HOME']
DEBUG_MODE = False # 'ubuntu' not in os.environ['HOME']
if DEBUG_MODE:
IMG_FOLDER += '_debug'
ANNOTATION_FOLDER += '_debug'
Expand Down

0 comments on commit 35b2110

Please sign in to comment.