Faster_RCNN_for_Open_Images_Dataset_Keras icon indicating copy to clipboard operation
Faster_RCNN_for_Open_Images_Dataset_Keras copied to clipboard

How to run the program ?

Open Atralb opened this issue 5 years ago • 1 comments

Hi, as I already told you on Medium, thanks a lot for this work. There's only one thing that's a bit off, the instructions are really vague and not user friendly.

So then I wanted to ask someone more experienced if I am right when I'm saying that in order to successfully train the model with the train.ipynb we first need to run the datapreprocessing.ipynb and also get a save file for the VGG model in the appropriate directory ? Is that correct, and am I forgetting something ?

Thanks to all !

Atralb avatar Mar 08 '19 10:03 Atralb

Sorry for the mess of my code usage. If you have your own dataset with the right format in my project, you can skip the datapreprocessing.ipynb code. If you want to extract data from Open Image Dataset V4 like me, you can first run the datapreprocessing.ipynb to get the dataset. VGG base model should be downloaded in the appropriate directory as you said. I think you can start to train without a hitch after preparing the dataset and base model.

RockyXu66 avatar Mar 27 '19 08:03 RockyXu66