TheSudoCoders / Granite

A pre-trained MobileNet model for detecting cracks on concrete structures

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Real Time Implementation

Asfy59 opened this issue · comments

Hi there,
Sorry to ask such a basic question but i am new to this field.
The code functions only require the image path to further proceed with the detection.
I couldn't find an alternate solution to tf.filereader function in order to avoid providing the image path.
I want to implement this in real time(low fps would work) and for that i need to pass the input as 2d image read through opencv.