cvondrick / vatic

Efficiently Scaling Up Video Annotation with Crowdsourced Marketplaces. IJCV 2012
http://mit.edu/vondrick/vatic/
MIT License
603 stars 255 forks source link

fixed bug on annoatations #20

Open onauparc opened 9 years ago

onauparc commented 9 years ago

The feature of the function estimate: "If the frame was annotated, returns that position, otherwise attempts to interpolate or extrapolate" didn't work perfectly.

The estimate function interpolate the values of annotated box too.

Now this feature should work.