GitXplorerGitXplorer
k

phoneFinder

public
7 stars
0 forks
0 issues

Commits

List of commits on branch master.
Verified
88d5910c2d12317fbc0232606039498c44e5a3c7

Update notes.md

kkaranchahal committed 5 years ago
Verified
1ad3d17f242b647045f30d1d0292c1572ce361cb

Create notes.md

kkaranchahal committed 5 years ago
Verified
831455a0162ef9f5baf01141d416f17e63630a5b

Update README.md

kkaranchahal committed 5 years ago
Verified
4954da8b40a8f7848e90461144ce5160222f92f2

Update README.md

kkaranchahal committed 5 years ago
Verified
6467ef36fb254f8d45c06001f10fb532193bfbfc

Update README.md

kkaranchahal committed 5 years ago
Unverified
bddbc5191ad49bbbf5f87aebc037d6fabfff6e23

Add argfor dataset path

kkaranchahal committed 5 years ago

README

The README file for this repository.

PhoneFinder

A Small Mask RCNN prototype that learns to detect the x,y coordinates of a phone in an image. This project contains the training and inference script.

Setup

The project assumes you're running it on Google Colab which ha a lot of libs preinstalled. TO install those that colab doesnt have and to setup the project, run sh setup.sh

Training the Model

  1. Run python train_phone_finder.py <path-to-dataset>

Running inference

python find_phone.py <path-to-image>

This project assumes that an image from the dataset is used to run inference on, specifically the image is 490 by 326 in height and width. If someone wants to submit a pull request to make the code image shape invariant, they're most welcome.

Demo

I have detailed all the steps to setup and visualise the results in a Google Colab notebook here