Skip to content

Commit 23b2af3

Browse files
authored
Update README.md
1 parent 9edbf9f commit 23b2af3

File tree

1 file changed

+17
-17
lines changed

1 file changed

+17
-17
lines changed

README.md

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -47,32 +47,32 @@ The goal of gathering all these representative methods into a single repo is to
4747

4848
### Object Detection
4949

50-
source | backbone | model | bs | lr | lr_decay | max_iter | [email protected] | [email protected]:0.95
51-
--------|--------|--------|:------:|:------:|:-------:|:------:|:------:|:------:
52-
[this repo](https://drive.google.com/open?id=1THLvK8q2VRx6K3G7BGo0FCe-D0EWP9o1) | Res-101 | faster r-cnn | 6 | 5e-3 | 70k,90k | 100k | 24.8 | 12.8
50+
source | backbone | model | bs | lr | lr_decay | [email protected] | [email protected]:0.95
51+
--------|--------|--------|:------:|:------:|:-------:|:------:|:------:
52+
[this repo](https://drive.google.com/open?id=1THLvK8q2VRx6K3G7BGo0FCe-D0EWP9o1) | Res-101 | faster r-cnn | 6 | 5e-3 | 70k,90k | 24.8 | 12.8
5353

5454
### Scene Graph Generation (Frequency Prior Only)
55-
source | backbone | model | bs | lr | lr_decay | max_iter | sgdet@20 | sgdet@50 | sgdet@100
56-
-------|--------|--------|:------:|:-------:|:------:|:------:|:------:|:-------:|:-------:
57-
[this repo](https://drive.google.com/open?id=1Vb-gX3_OLhzgdNseXgS_2DiLmJ8qiG8P) | Res-101 | freq | 6 | 5e-3 | 70k,90k | 100k | 19.4 | 25.0 | 28.5
58-
[motifnet](https://github.com/rowanz/neural-motifs) | VGG-16 | freq | - | - | - | - | 17.7 | 23.5 | 27.6
55+
source | backbone | model | bs | lr | lr_decay | sgdet@20 | sgdet@50 | sgdet@100
56+
-------|--------|--------|:------:|:-------:|:------:|:------:|:-------:|:-------:
57+
[this repo](https://drive.google.com/open?id=1Vb-gX3_OLhzgdNseXgS_2DiLmJ8qiG8P) | Res-101 | freq | 6 | 5e-3 | 70k,90k | 19.4 | 25.0 | 28.5
58+
[motifnet](https://github.com/rowanz/neural-motifs) | VGG-16 | freq | - | - | - | 17.7 | 23.5 | 27.6
5959
<!-- Resnet-101 | freq-overlap | 6 | 5e-3 | (70k, 90k) | 100k | - | - | - -->
6060
\* freq = frequency prior baseline
6161

6262
### Scene Graph Generation (Joint training)
63-
source | backbone | model | bs | lr | lr_decay | max_iter | sgdet@20 | sgdet@50 | sgdet@100
64-
-------|--------|--------|:------:|:-------:|:------:|:------:|:------:|:-------:|:-------:
65-
[this repo](https://drive.google.com/open?id=1Vb-gX3_OLhzgdNseXgS_2DiLmJ8qiG8P) | Res-101 | vanilla | 6 | 5e-3 | 70k,90k | 100k | 10.4 | 14.3 | 16.8
63+
source | backbone | model | bs | lr | lr_decay | sgdet@20 | sgdet@50 | sgdet@100
64+
-------|--------|--------|:------:|:-------:|:------:|:------:|:-------:|:-------:
65+
[this repo](https://drive.google.com/open?id=1Vb-gX3_OLhzgdNseXgS_2DiLmJ8qiG8P) | Res-101 | vanilla | 6 | 5e-3 | 70k,90k | 10.4 | 14.3 | 16.8
6666
<!---[this repo](https://drive.google.com/open?id=1Vb-gX3_OLhzgdNseXgS_2DiLmJ8qiG8P) | Res-101 | freq | 6 | 5e-3 | 70k,90k | 100k | 19.4 | 25.0 | 28.5-->
6767

6868
### Scene Graph Generation (Step training)
69-
source | backbone | model | bs | lr | lr_decay | max_iter | [email protected] | sgdet@20 | sgdet@50 | sgdet@100
70-
-------|--------|--------|:------:|:-------:|:------:|:------:|:------:|:-------:|:-------:|:-------:
71-
this repo | Res-101 | vanilla | 8 | 5e-3 | 20k,30k | 40k | 24.8 | 10.5 | 13.8 | 16.1
72-
this repo | Res-101 | imp | 8 | 5e-3 | 20k,30k | 40k | 24.2 |16.7 | 21.7 | 25.2
73-
[motifnet](https://github.com/rowanz/neural-motifs) | VGG-16 | imp | - | -| - | - | - | 14.6 | 20.7 | 24.5
74-
this repo | Res-101 | msdn | 8 | 5e-3 | 20k,30k | 40k | - | - | - | -
75-
this repo | Res-101 | grcnn | 8 | 5e-3 | 20k,30k | 40k | - | - | - | -
69+
source | backbone | model | bs | lr | lr_decay | [email protected] | sgdet@20 | sgdet@50 | sgdet@100
70+
-------|--------|--------|:------:|:-------:|:------:|:------:|:-------:|:-------:|:-------:
71+
this repo | Res-101 | vanilla | 8 | 5e-3 | 20k,30k | 24.8 | 10.5 | 13.8 | 16.1
72+
this repo | Res-101 | imp | 8 | 5e-3 | 20k,30k | 24.2 |16.7 | 21.7 | 25.2
73+
[motifnet](https://github.com/rowanz/neural-motifs) | VGG-16 | imp | -| - | - | - | 14.6 | 20.7 | 24.5
74+
this repo | Res-101 | msdn | 8 | 5e-3 | 20k,30k | - | - | - | -
75+
this repo | Res-101 | grcnn | 8 | 5e-3 | 20k,30k | - | - | - | -
7676

7777
\* you can click 'this repo' in above table to download the checkpoints.
7878

0 commit comments

Comments
 (0)