Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,33 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
**About**
|
2 |
+
|
3 |
+
In table detection, we initialize the weights with a pre-trained CDeCNet model using COCO dataset. We re-train the model for five epochs using a stochastic gradient descent optimizer with a learning rate of 0.00125, the momentum of 0.9, and weight decay of 0.0001.
|
4 |
+
|
5 |
+
***Hardware Used***
|
6 |
+
|
7 |
+
We perform all the experiments on NVIDIA GeForce RTX 2080 Ti GPU with 12 GB GPU memory, Intel(R) Xeon(R) CPU E5-2640 v2 @ 2.00GHz, and 128 GB of RAM.
|
8 |
+
|
9 |
+
**Table Detection Model & Training Parameter**
|
10 |
+
***Optimizer***
|
11 |
+
| Parameter |Value |
|
12 |
+
|--|--|
|
13 |
+
| Type | SGD |
|
14 |
+
| Learning Rate |0.00125 |
|
15 |
+
| Momentum | 0.8 |
|
16 |
+
| Weight Decay |0.001 |
|
17 |
+
|
18 |
+
|
19 |
+
*** Learning Policy ***
|
20 |
+
| Parameter |Value |
|
21 |
+
|--|--|
|
22 |
+
| Policy | Step |
|
23 |
+
|Warmup | Linear |
|
24 |
+
| Warmup Iteration | 100 |
|
25 |
+
| Warmup Ratio |0.001 |
|
26 |
+
| Step | 4,16,32 |
|
27 |
+
|
28 |
+
***General Parameter***
|
29 |
+
| Parameter |Value |
|
30 |
+
|--|--|
|
31 |
+
| Epoch | 5 |
|
32 |
+
| Step Interval |50 |
|
33 |
+
|