rekall icon indicating copy to clipboard operation
rekall copied to clipboard

Compositional Video Event Specification

Results 3 rekall issues
Sort by recently updated
recently updated
newest added

Hi, I loved the concept of the project. Could you help me out on why am I not visualize the data? Thank you. ![vgrid](https://user-images.githubusercontent.com/45285388/82600217-3189c400-9bcb-11ea-9bfb-d365bf173b06.png)

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...