Skip to content

Commit ec59ae8

Browse files
Remove unused stuff
1 parent ee49609 commit ec59ae8

4 files changed

Lines changed: 0 additions & 40 deletions

File tree

python/detect_objects.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,7 @@
88
import torch
99
from torchvision import datasets, transforms
1010

11-
import cv2
12-
1311
from matplotlib import pyplot as plot
14-
#from matplotlib.animation import FuncAnimation
1512

1613
from smqtk_detection.impls.detect_image_objects.resnet_frcnn import ResNetFRCNN
1714

python/memory_map.py

Lines changed: 0 additions & 21 deletions
This file was deleted.

python/memory_map_read.py

Lines changed: 0 additions & 15 deletions
This file was deleted.

python/video_streamer.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88

99
from matplotlib import pyplot as plot
1010
import matplotlib
11-
matplotlib.use('QtAgg')
1211

1312

1413
HOST = '192.168.1.89'

0 commit comments

Comments
 (0)