escorciav / deep-action-proposals

Action Proposals generated by deep models
MIT License
28 stars 6 forks source link

Add argument on dump_frames to pass output format #1

Closed escorciav closed 8 years ago

escorciav commented 8 years ago

The function ReadImageSequenceToVolumeDatum on C3D is hard-coded to read images with format %s/%06d.jpg therefore we should dump frames of videos accordingly.

cabaf commented 8 years ago

I added an optional argument on dump_frames. It allows to input the "basename" output format. See commit

escorciav commented 8 years ago

git-tip: You can close the issue from the commit message :wink: