rekall
rekall copied to clipboard
Compositional Video Event Specification
Hi, I loved the concept of the project. Could you help me out on why am I not visualize the data? Thank you. 
Hello, I want to track pedestrians using Rekall. So i am taking detections per-frame and comparing the iou of detections in the previous frame. I am using join to merge...
Hello, I am getting this error: ImportError Traceback (most recent call last) in () 1 get_ipython().run_line_magic('load_ext', 'autoreload') 2 get_ipython().run_line_magic('autoreload', '2') ----> 3 from rekall import Interval, IntervalSet, IntervalSetMapping, Bounds3D 4...