speed-of-light / pyslider

Slide matching with videos
GNU Affero General Public License v3.0
2 stars 1 forks source link

GroundTruthPlotter - GtDirectMatch #49

Closed speed-of-light closed 10 years ago

speed-of-light commented 10 years ago

Plot with frame to sid result for #45 Need consume data from #43

speed-of-light commented 10 years ago

image

here is the demo code

fig = plt.figure(figsize=(9, 9))
ax = fig.add_subplot(211)
gtp.absolute_pairs(ax, data, gt.info().n_frames)
ax = fig.add_subplot(212)
gtp.relative_pairs(ax, shd)