Skip to content

Commit

Permalink
Remove unused stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
joshanderson-kw committed Feb 2, 2022
1 parent ee49609 commit ec59ae8
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 40 deletions.
3 changes: 0 additions & 3 deletions python/detect_objects.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,7 @@
import torch
from torchvision import datasets, transforms

import cv2

from matplotlib import pyplot as plot
#from matplotlib.animation import FuncAnimation

from smqtk_detection.impls.detect_image_objects.resnet_frcnn import ResNetFRCNN

Expand Down
21 changes: 0 additions & 21 deletions python/memory_map.py

This file was deleted.

15 changes: 0 additions & 15 deletions python/memory_map_read.py

This file was deleted.

1 change: 0 additions & 1 deletion python/video_streamer.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@

from matplotlib import pyplot as plot
import matplotlib
matplotlib.use('QtAgg')


HOST = '192.168.1.89'
Expand Down

0 comments on commit ec59ae8

Please sign in to comment.