From e9af5c1ed3926b46dda4b6764ae40d565c62b910 Mon Sep 17 00:00:00 2001 From: Jin-Hwa Kim Date: Fri, 16 Mar 2018 16:32:54 +0900 Subject: [PATCH] Correction See the thread: https://github.com/jwyang/faster-rcnn.pytorch/issues/16 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d4205ef5b..b7f859183 100644 --- a/README.md +++ b/README.md @@ -75,7 +75,7 @@ model | #GPUs | batch size |lr | lr_decay | max_epoch | time/epo model | #GPUs | batch size |lr | lr_decay | max_epoch | time/epoch | mem/GPU | mAP ---------|--------|-----|--------|-----|-----|-------|--------|----- -[Res-101](http://data.lip6.fr/cadene/faster-rcnn.pytorch/faster_rcnn_1_19_48611.pth)   | 1 P100 | 4   |1e-3| 5   | 20 | 3.7 hr   |12707 MB | 4.4 +[VGG-16](http://data.lip6.fr/cadene/faster-rcnn.pytorch/faster_rcnn_1_19_48611.pth)   | 1 P100 | 4   |1e-3| 5   | 20 | 3.7 hr   |12707 MB | 4.4 Thanks to [Remi](https://github.com/Cadene) for providing the pretrained detection model on visual genome!