File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -44,15 +44,15 @@ The goal of gathering all these representative methods into a single repo is to
4444### Object Detection
4545
4646source | backbone | model | bs | lr | lr_decay | max_iter | mAP@0.5 | mAP@0.50:0.95
47- --------|--------|--------|--------| --------| ---------| --------| --------| --------
47+ --------|--------|--------|: ------:|: ------:|: -------:|: ------:|: ------:|: ------:
4848this repo | Res-101 | faster r-cnn | 6 | 5e-3 | 70k,90k | 100k | 24.8 | 12.8
4949
5050### Scene Graph Generation
5151source | backbone | model | bs | lr | lr_decay | max_iter | sgdet@20 | sgdet@50 | sgdet@100
52- -------|--------|--------|--------| ---------| --------| --------| --------| ---------| ---------
52+ -------|--------|--------|: ------:|: -------:|: ------:|: ------:|: ------:|: -------:|: -------:
5353this repo | Res-101 | vanilla | 6 | 5e-3 | 70k,90k | 100k | 10.4 | 14.3 | 16.8
5454this repo | Res-101 | freq | 6 | 5e-3 | 70k,90k | 100k | 19.4 | 25.0 | 28.5
55- [ neural motif ] ( https://github.com/rowanz/neural-motifs ) | VGG-16 | freq | N/A | N/A | N/A | N/A | 17.7 | 23.5 | 27.6
55+ [ motifnet ] ( https://github.com/rowanz/neural-motifs ) | VGG-16 | freq | N/A | N/A | N/A | N/A | 17.7 | 23.5 | 27.6
5656<!-- Resnet-101 | freq-overlap | 6 | 5e-3 | (70k, 90k) | 100k | - | - | - -->
5757\* freq = frequency prior baseline
5858
You can’t perform that action at this time.
0 commit comments