Hey. I am facing the following issue during conversion of fozengraph model to .js format.
In your (awesome) blog you mentioned that
I followed the suggestion by authors of the Tensorflow coco-ssd example [2] in removing the post-processing part of the object detection model graph during conversion.
So I went to that link and executed the command in the readme file :
Downgrading the TF version from 1.15.0 to 1.14.0 while training the model fixed this issue.
Then I was able to convert the model into tfjs format without any error.
Hey. I am facing the following issue during conversion of fozengraph model to .js format.
In your (awesome) blog you mentioned that
So I went to that link and executed the command in the readme file :
But with my frcnn - inception v2 model I am getting this error:
KeyError: "The name 'Postprocessor/Slice' refers to an Operation not in the graph."
And when I am trying to convert SSD_MobileNet_V2, I am getting this error:
tensorflowjs version 1.3.2 tensorflow version 1.15.0
Any help would be much, much appreciated. Thank you.