I'm trying to convert the whole process to tensorflow lite but I'm a bit lost.
I first converted wpodnet and got this as input/output :
name: input type: float32[1,1,1,3] location: 0
name: Identity type: float32[1,1,1,8] location: 98
So if I understand well that means the input is a pixel right ?
I'm trying to convert the whole process to tensorflow lite but I'm a bit lost.
I first converted wpodnet and got this as input/output :
name: input type: float32[1,1,1,3] location: 0name: Identity type: float32[1,1,1,8] location: 98So if I understand well that means the input is a pixel right ?