saritha5 commited on
Commit
905f7a1
·
1 Parent(s): a11c423

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +15 -0
README.md CHANGED
@@ -8,5 +8,20 @@ sdk_version: 3.16.0
8
  app_file: app.py
9
  pinned: false
10
  ---
 
11
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
12
  Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
8
  app_file: app.py
9
  pinned: false
10
  ---
11
+ # Tag Deciphering using *FRCNN*
12
 
13
+ ## Introduction
14
+ This algorithm is written to automate the tag reading and organising the group of image for each structure. Hence it ensures that the images belong to the right structure. It also has the logic to cross validate structure against its known master data.
15
+
16
+ # Approach
17
+ TensorFlow Object Detection API, (FRCNN) Object Detection: The image is provided as an input to a convolutional network which provides a convolutional feature map. The feature map is used to identify the region proposals, a separate network is used to predict the region proposals. The predicted region proposals are then reshaped using an RoI pooling layer which is then used to classify the image within the proposed region and predict the offset values for the bounding boxes.
18
+
19
+ ## Example
20
+
21
+ #### 1
22
+ ```
23
+ Input: An Image with Pole tag. Some sample images is given inside "test_images" folder
24
+
25
+ Output: Read text
26
+ ```
27
  Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference