init
This commit is contained in:
12
surround_view/structures.py
Normal file
12
surround_view/structures.py
Normal file
@@ -0,0 +1,12 @@
|
||||
class ImageFrame(object):
|
||||
|
||||
def __init__(self, timestamp, image):
|
||||
self.timestamp = timestamp
|
||||
self.image = image
|
||||
|
||||
|
||||
class ThreadStatisticsData(object):
|
||||
|
||||
def __init__(self):
|
||||
self.average_fps = 0
|
||||
self.frames_processed_count = 0
|
||||
Reference in New Issue
Block a user