From e3b84d34b3ed28954129b8d5544533cd34489fc5 Mon Sep 17 00:00:00 2001 From: Ridhwan Luthra Date: Sat, 8 Jun 2019 16:58:12 -0500 Subject: [PATCH] pascal voc testing requirements These packages are needed when working with pascal voc --- requirements.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 1f1320a..d18aef0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,4 +2,6 @@ opencv-python Cython numba progress -matplotlib \ No newline at end of file +matplotlib +easydict +scipy