-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #13 from havanagrawal/validation_setup
Validation setup
- Loading branch information
Showing
2 changed files
with
545 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
Large diffs are not rendered by default.
Oops, something went wrong.