Object_Detection_DataPreprocessing.ipynb
is the file to extract subdata from Open Images Dataset V4 which includes downloading the images and creating the annotation files for our training. I run this part by my own computer because of no need for GPU computation. frcnn_train_vgg.ipynb
is the file to train the model. The configuration and model saved path are inside this file. frcnn_test_vgg.ipynb
is the file to test the model with test images and calculate the mAP (mean average precision) for the model. If you want to run the code on Colab, you need to give authority to Colab for connecting your Google Drive. Then, you need to upload your annotation file and training images to the Google Drive and change my path to your right path in the notebook.
-
Notifications
You must be signed in to change notification settings - Fork 0
ordino-ai/Faster_RCNN_for_Open_Images_Dataset_Keras
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
Faster R-CNN for Open Images Dataset by Keras
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- Python 100.0%