Skip to content

Commit 99acaa1

Browse files
authored
Update README.md
1 parent 4abfb40 commit 99acaa1

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,13 @@ Vision is the richest sense that a human being has which computer does not have
1313

1414
Image annotation is a complex job of detecting objects and classifying each ob- jects in a given image. Even though the process is extremely useful in some cases, the complexity of the process limits many novice developers from using image annotation and object detection in their projects. So we are developing a user friendly framework that will do simplest of the image annotation tasks and help novice developers in their projects that might need object detection and classification.
1515

16+
## Proposed Model
17+
18+
Here we have used MatLab Computer Vision toolbox which is efficient and faster than OpenCV. Objective is, we are trying to extract feature from an image and annotate them with appropriate tags for the object present in them. We extracted features and classify the image using AlexNet ( A pre-trained convolutional Neural Network) which uses SIFT(Scale-invariant feature transform) which is advanced method than ORB and SURF, which helps in reducing noise. And also it uses dropout technique to selectively ignore single neurons during training avoiding the averaging effects of average pooling. Benefits of proposed work are:
19+
20+
1. Firstly, language selection is very important, MatLab is very efficient in terms of space and time.
21+
2. Secondly, we used AlexNet which is one of top most ImageNet Classification in the field of neural Network
22+
23+
### System Architecture
24+
1625

0 commit comments

Comments
 (0)