Skip to content

Commit 2a4d0c9

Browse files
committed
Remove unnecessary packages
1 parent d9c4682 commit 2a4d0c9

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

app.py

-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
physical_devices = tf.config.experimental.list_physical_devices('GPU')
33
if len(physical_devices) > 0:
44
tf.config.experimental.set_memory_growth(physical_devices[0], True)
5-
from absl import app, flags, logging
6-
from absl.flags import FLAGS
75
import core.utils as utils
86
from core.config import cfg
97
from core.yolov4 import filter_boxes

0 commit comments

Comments
 (0)