| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
In this project I am tasked with identifying an object (in this case, a cellphone) in a given scene and compute the bouding box along with the center pixel coordinates as an output
Use the following instructions to build the code
Please download the R-CNN model weights for COCO dataset into the current working directory from the following link: https://github.com/matterport/Mask_RCNN/releases/download/v2.0/mask_rcnn_coco.h5
The repository contains python scripts to train and test the model. It also contains the dataset on which the model was trained.
python3 train_phone_finder.py ~/find_phone
python3 find_phone.py ~/60.jpg
Make sure the weights created by the training script is located in the above mentioned directory of the test image. Below is the expected output of the testing script.
Phone in image 60.jpg is located at x-y coordinates given below. 0.1449 0.3558
A comparison of the predicted images and the actual images for object detection:
The centroid of the object along with the bounding box can be seen as:

| Back | FazBrowse Home | New Git URL |