Skip to content

Commit

Permalink
Merge pull request #13 from havanagrawal/validation_setup
Browse files Browse the repository at this point in the history
Validation setup
  • Loading branch information
Tejas Hosangadi authored Jan 4, 2019
2 parents d26bf9f + 97e15c1 commit 00dce61
Show file tree
Hide file tree
Showing 2 changed files with 545 additions and 0 deletions.
10 changes: 10 additions & 0 deletions research/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
# Research

**Owner**: [Purshottam Shivraj](https://github.com/pshivraj)

Current Research work has been around exploring and setting up validation setup for clomask using pre-defined validation images using [matterport](https://github.com/matterport/Mask_RCNN) implimentation.

Current validation setup is measured against mAP which is defined as average of the maximum precisions at different recall values and is benchmarked at **0.5676** based on the validation process explored in the [clomask_notebook](https://github.com/havanagrawal/clomask/blob/validation_setup/research/clomask_notebook.ipynb).

## Current limitation of model

### Matterport(default config)
* Slant bottles are not detected.
* Some bottle images having connected lables between them are merged as one causing single mask for two different bottles, throwing off mAP.
535 changes: 535 additions & 0 deletions research/clomask_notebook.ipynb

Large diffs are not rendered by default.

0 comments on commit 00dce61

Please sign in to comment.