using_videodir.py 文件源码

python
阅读 29 收藏 0 点赞 0 评论 0

项目:deepstacks 作者: guoxuesong 项目源码 文件源码
def read(self,training=False,validation=False):
        if self.image is None:
            return False,None
        if validation:
            return False,None
        pos=int(v.get(cv.CV_CAP_PROP_POS_FRAMES))
        image,ig,id=self.localshuffler.feed(self.image,0,pos)
        self.image=None
        return True,image,id
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号